![]() |
|
|||
|
looking for scripts and have some to trade get hold of me...
if anyone can help me to get this script running i need help filling in the items marked 8O # General Site Details ###################### 8O $main_path="/usr/home/yourvirtualname"; # change to the main path on your server WITHOUT forward slash # the scripts will look for ALL of the other directories based on this path $main_images="images"; $cgi_post_max=500_000; $mainname="Your Domain"; # name of site $sitename="yourdomain.com"; # real domain name without www. at start 8O $rooturl="http://www.yourdomain.com/"; # base url of site WITH forward slash $rootbin="http://www.yourdomain.com/cgi-bin/"; # url of cgi-bin where all script files are placed WITH forward slash 8O $link_url="http://www.yourdomain.com/"; # url to create linking code to $copyright="yourdomain.com"; # name of site or copyright holder name $country="United States"; # country you are in $app=20; # ads to display per page $ad_description_size=2500; # characters allowed in ad description # Data definitions - ################## $data_directory="data"; # do not add a forward slash $data_file="$data_directory/data.txt"; |
|
|||
|
The following information is correct if you use pcplayground as your host, if not. This will not work.
$main_path="/usr/home/yourvirtualname"; # change to the main path on your server WITHOUT forward slash Change to: $main_path="/home/pcplay/YOUR_SUBDOMAIN/www"; $rooturl="http://www.yourdomain.com/"; Change to: $rooturl="http://YOUR_SUBDOMAIN.pcplayground.com/"; $rootbin="http://www.yourdomain.com/cgi-bin/"; Change to: $rootbin="http://YOUR_SUBDOMAIN.pcplayground.com/cgi-bin/"; $link_url="http://www.yourdomain.com/"; Change to: $link_url="http://YOUR_SUBDOMAIN.pcplayground.com/"; $copyright="yourdomain.com"; change to: $copyright="YOUR_SUBDOMAIN.pcplayground.com"; Good luck with your script |
![]() |
| Thread Tools | |
| Display Modes | |
|
|