Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 10-03-2004, 08:28 PM   #1
Trixxxia
Confirmed User
 
Industry Role:
Join Date: Aug 2004
Location: Montreal, Canada
Posts: 5,600
::Help:: Is there any script/program that will ...

Any program that will make a list of every file on your server & perhaps save it locally as a txt file?
Trixxxia is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2004, 08:30 PM   #2
Intrigue
Confirmed User
 
Join Date: Feb 2004
Location: Ohio, US
Posts: 662
I Could hook something up for you. Hit me up 297994306
Intrigue is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2004, 08:30 PM   #3
European Lee
Confirmed User
 
Join Date: Dec 2002
Location: Daytona Beach
Posts: 7,133
Patricia..

Try this...

PHP Code:
<?php 

// PRINT DOMAINS 

$dirhandleopendir("/www/virtual/gamedia/html"); 
$number_of_links 0
while(
$filename readdir($dirhandle)) { 
if (
$filename != ".") { 
if (
$filename != "..") { 

$filenames[]=$filename





closedir($dirhandle); 

sort($filenames); 

for(
$i=0$i count($filenames); $i++) { 
print(
"<FONT FACE=\"Arial, Helvetica\" SIZE=2>$filenames[$i]</FONT><BR>"); 


?>
Cut n paste that into notepad, save it as domains.php or whatever, upload to a domain and call it from the web

Regards,

Lee
European Lee is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2004, 08:50 PM   #4
swedguy
Confirmed User
 
Industry Role:
Join Date: Jan 2002
Posts: 7,981
Or you can SSH to your server and type this:

find /folder/to/start/in -print > list.txt

list.txt will contain a nice formatted list with every file from /folder/to/start/in (change it to where you want to start) and up.
swedguy is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 10-03-2004, 09:20 PM   #5
Trixxxia
Confirmed User
 
Industry Role:
Join Date: Aug 2004
Location: Montreal, Canada
Posts: 5,600
Quote:
Originally posted by swedguy
Or you can SSH to your server and type this:

find /folder/to/start/in -print > list.txt

list.txt will contain a nice formatted list with every file from /folder/to/start/in (change it to where you want to start) and up.
Thanks swedguy ;)
Trixxxia is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.