The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Hi,
just playing around with ASP and though it would be nice to have the Random Pornstar on the index page.
Anyone have the code for it ?
Thanks.
Offline
Its easy to add, i have it one on my sites, but i didnt think its required in the default script. Basically it would go something like this:
$db->query("SELECT m.model_id, m.name, m.slug, m.ext
FROM #___model AS m
ORDER BY m.total_views DESC
LIMIT 4");
$pornstars = $db->fetch_rows();
$tpl->pornstars = $pornstars;
And in the template, just check how its done in pornstars.tpl.php and you add the same
on the frontpage.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Its easy to add, i have it one on my sites, but i didnt think its required in the default script. Basically it would go something like this:
$db->query("SELECT m.model_id, m.name, m.slug, m.ext FROM #___model AS m ORDER BY m.total_views DESC LIMIT 4"); $pornstars = $db->fetch_rows(); $tpl->pornstars = $pornstars;
And in the template, just check how its done in pornstars.tpl.php and you add the same
on the frontpage.
Thanks i'll look into it when i have some free time
Offline
is it possible that i can put it also into the default_pink
Offline
hi i'm trying to put it into my frontpage but what is the html.
i think this isn't good to insert it into my frontpage.tpl
$db->query("SELECT m.model_id, m.name, m.slug, m.ext
FROM #___model AS m
ORDER BY m.total_views DESC
LIMIT 4");
$pornstars = $db->fetch_rows();
$tpl->pornstars = $pornstars;
Offline
You probably need custom css, because the styles for the pornstars are in a separate css file.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
yes, how can i change it, i don;t know what i need to pick from the scripts.
Offline
I still can't get this right.
i want that everytime the page getting refreshed there will be left on the frontpage be a pornstar.
do any one have please some How To?
greets
Offline
Pages: 1