Please share a modified lavalair with random pics at the index page i want with no errors..
Request for Lavalair with random pics
Collapse
X
-
Originally posted by rh0bz View PostPlease share a modified lavalair with random pics at the index page i want with no errors..
PHP Code:$randomf = mysql_fetch_array(mysql_query("SELECT itemurl, uid FROM gallery WHERE sex='F' ORDER BY RAND() LIMIT 1"));
$nick = getnick_uid($randomf[1]);
echo "<a href=\"profile-$randomf[1]\">";
echo imageResize($randomf[0],50,50,$nick);
echo "</a>";
My Blog: http://jhommark.blogspot.com
My Facebook: http://www.facebook.com/jhommark
My Official Site: http://www.undergroundweb.tk
My Community Site: http://undergroundwap.xtreemhost.com
Comment
Comment