Re: Jukebox Mod Now Available, V-Share-Mods.com!
It's working now. I'm not sure which variable that I changed fixed it, but it's working.
There were 2 things that I missed. I had changed the number in the php file from 10 to 5, so I put it back to 10. Then in the html file, the <title> had "jukebox_white" and I changed that to "jukebox_black" (which is the one I was trying to use) and for some reason it worked after that.
One thing I changed in the php file was this (I added the "approve" variable):
Code:
$query = "select * from video where viewtime<>'0000-00-00 00:00:00' and type = 'public' AND active='1' AND approve='1' $active order by rand() limit 10"; // Max 10!";
If it's not fun, stop doing it!
Bookmarks