Member
Member
girlsspot   2008-06-28, 09:34
#1
I want to add some image from zenphoto ablum at my sidebar,but I do not want add other widget because there is more much plugin in mysite that may lead to load slow. I try to find some way to solve this problem but failed. I have ever try to difine the code and js the randomn.php but not function.

Is there somebody accomplish the "great creative"??/? Expect to share your experience.
Administrator
Administrator
acrylian   2008-06-28, 09:47
#2
Take a look at this: http://www.zenphoto.org/2008/01/hacks/#random-image-external-site
Member
Member
girlsspot   2008-06-28, 12:07
#3
It do not function any more when I put the code ( @readfile(’http://yourgallery.com/zenphoto/zp-core/random.php?
num=9&height=50&width=50&class=one-image&album=city’) ) ps:the album city I had change my album.

Do I need to define the file in the header.php???

Please help me. thank you!
Member
Member
girlsspot   2008-06-28, 12:15
#4
To call from another PHP ?? my try this way it is the same problem
<?php @readfile(’http://girlsspot.info/v/zp-core/random.php?
num=3&height=50&width=50&class=one-image&album=belle gallery’) ?>
Member
Member
girlsspot   2008-06-28, 13:13
#5
first I will thanks fatman. His method now can play function. you must define or set up a frame or table that could contain the image loaded. just like this:

<tr>
<td width="160" align="center" valign="top" class="clearfix"><div align="right">
<?php @readfile('http://girlsspot.info/v/zp-core/random.php?
num=3&height=120&width=120&class=one-image&album=celebrities') ?>
</div></td>
</tr>

best luck to the same puzzled people.
Member
Member
girlsspot   2008-06-30, 13:59
#6
Do not forget the <td> or other frame. Bless!
  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.