Current time: 05-03-2024, 12:07 PM Hello There, Guest! (LoginRegister)


Post Reply 
Google-ble sitemap of your hosting clients' sites
Author Message
fred Offline
Junior Member
*

Posts: 10
Joined: Aug 2009
Reputation: 0
Post: #1
Google-ble sitemap of your hosting clients' sites
Code:
#!/usr/bin/perl

@dirs = `find /var/www/virtual|grep viralhosts.com\$`;
open(F, ">/var/www/ispcp/gui/sites.html");
print F "<html><body>";
foreach(@dirs) {
chomp;
/.*\/(.*)$/;
print F "<a href='http://$1'>$1</a><br>";
}
print F "</body></html";
close F;

http://yourhost.com/sites.html shows all your client sites.
08-22-2009 09:37 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Google-ble sitemap of your hosting clients' sites - fred - 08-22-2009 09:37 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)