GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Free piece of script (random descriptions) (https://gfy.com/showthread.php?t=83706)

Libertine 10-20-2002 04:07 AM

Free piece of script (random descriptions)
 
Some of you tgp webmasters might find this helpful. It displays random descriptions for 1 link. So, if you are using Chokers galleryspots thingy, you can use this to make it look like your site actually changes.
This is a really basic version, so if you want any other features (date, nr of pictures, random word combos), just ask and I'll see what I can do.
Also, questions can be posted here.

http://www.freeteenagers.net/ls/test.txt

Libertine 10-20-2002 04:13 AM

manual:

Add lines like this one to add the descriptions to use to the script:
galls['sluts'] = new Array('Hot sluts', 'Sexy sluts', 'Blonde Sluts', 'Ugly Sluts', 'Hardcore Sluts','Mega sluts','Sucking sluts','Cock hungry sluts','Big-titted sluts');

Make sure to use the proper format (like you see here).

Put lines like this in your html where you want listings to appear. Make sure to put javascript tags around them :)
The first variable is the url where the links will lead, the second is the category from which the descriptions are gotten, the third is the number of listings.

gall('http://www.site.com/sluts/gallery.html', 'sluts', 25);

Libertine 10-20-2002 06:38 AM

Nobody has any use for this?

Libertine 10-20-2002 10:03 AM

Is there really nobody at all who can use this?? Ah well, I can still use it myself I guess...

jimmyf 10-20-2002 10:35 AM

I do but

http://www.freeteenagers.net/ls/test.txt

has a bunch of strange characters in it when I saved it.

Libertine 10-20-2002 10:37 AM

Quote:

Originally posted by jimmyf
I do but

http://www.freeteenagers.net/ls/test.txt

has a bunch of strange characters in it when I saved it.

Have you tried opening it and just copy/pasting?

Libertine 10-20-2002 10:40 AM

Code tag apparently can't handle javascript very well, so here it is in php highlighting (it's still javascript though). This is a sample page, ofcourse.

PHP Code:

<html>
<
head>

<
script language="javascript">
<!--
// Even though this sucks and was made while drunk, it does have copyrights.
// Anyone going around selling this will get their ass kicked. 
// It's free to use/give away/whatever (except sell), as long as you leave this notice intact.
// Made by punkworld, ICQ#85992840

galls = new Array();
galls['sluts'] = new Array('Hot sluts''Sexy sluts''Blonde Sluts''Ugly Sluts''Hardcore Sluts','Mega sluts','Sucking sluts','Cock hungry sluts','Big-titted sluts');
galls['teens'] = new Array('Teen pics''Cute teens''Sweet teens''Teen hotties''Hot Teens''Anal Teensex''Teen cumshots''Teens fucking''Slutty teens''Horny teens');

function 
gall(urlcatlistings)
{
number galls[cat].length;
oldrand 1000;
for(
1<= listingsi++){
rand = (Math.floor(Math.random()*number));
if(
rand != oldrand){
document.write('<a href="' url '" target="_blank">' galls[cat][rand] + '</a><br>');
oldrand rand;
}
else{
i--;
}
}
}
//-->
</script>

</head>

<body>
<table width="500">
<tr>
<td>

<script language="javascript">
gall('http://www.site.com/sluts/gallery.html', 'sluts', 25);
</script>

</td>
<td>

<script language="javascript">
gall('http://www.site.com/teens/gallery.html', 'teens', 25);
</script>

</td>
</tr>
</table>
</body>
</html> 



All times are GMT -7. The time now is 01:42 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123