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)
-   -   how do you randomize a file? (https://gfy.com/showthread.php?t=693246)

Mr Pheer 01-05-2007 09:02 PM

how do you randomize a file?
 
I've got a list of domains loaded in ultraedit and they are in alphabetical order

how do you put them in random order?

Mr Pheer 01-05-2007 10:24 PM

thanks for all the help :thumbsup

Bliggo 01-05-2007 10:31 PM

YARGH! Try this

Create a blank php file insert the code below

PHP Code:

<?
$array = file(?yourfilename.php?);
shuffle($array);
for ($i=0; $i<10; $i++) {
echo $array[$i];
}
?>

This will show 10 random lines on your page. Change the ?<10″ to <20 or <25 or however many you want to show?

Upload the php file with this code, and your list file to a folder on your server.

Run it and use the output to create your random list file

Mr Pheer 01-05-2007 10:32 PM

thanks man

I randomized it by hand, but I'll save this for future use


All times are GMT -7. The time now is 02:11 PM.

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