i downloaded bv from my *** 2day,i'll install it in 2-3 days,meanwhile i want to know following things(please note i dont know about php,html,sql and all that stuff)
1-i have php scripts(many of them as i download watever i see) i wanted to ask can i install them on my SUBDOMAIN thru bv?
2-the instructions say this
is it possible to do it thru bv?
3-i am still confused on what topic to make my website,i really appreciate your advise
4-if i have uploaded all files in my server can i shift them to a new folder?
thanks in advance
1-i have php scripts(many of them as i download watever i see) i wanted to ask can i install them on my SUBDOMAIN thru bv?
2-the instructions say this
Download the archive.
Upload the files from the archive to your server. Upload all the files in BINARY mode only.
Create the database.
Update config/config.php and change dbNAME, dbUSER, dbPASS and dbHOST, put your PageAddress, PageTitle, AdminMail and PartnersTitle (for your banner code at the partners page).
Create a confirm.txt file in the root of your script's directory and set 777 permissions for it if you want to log all automatic e-gold transactions.
Change the permissions of images and gfx directories and all files in them so they can be writable by the web server.
chmod -R 777 images gfx
or
chown -R <your_webserver_user_name>
images gfx
If you plan to use mode_rewrite check the .htaccess file and correct RewriteBase if necessary. For example, if your script is not in the DocumentRoot of your server, then change /. Suppose your script is accessed by: http://your.domain.com/some_dir/hyip_script then substitute
RewriteBase /
with
RewriteBase /some_dir/hyip_script
Upload the files from the archive to your server. Upload all the files in BINARY mode only.
Create the database.
Update config/config.php and change dbNAME, dbUSER, dbPASS and dbHOST, put your PageAddress, PageTitle, AdminMail and PartnersTitle (for your banner code at the partners page).
Create a confirm.txt file in the root of your script's directory and set 777 permissions for it if you want to log all automatic e-gold transactions.
Change the permissions of images and gfx directories and all files in them so they can be writable by the web server.
chmod -R 777 images gfx
or
chown -R <your_webserver_user_name>
images gfx
If you plan to use mode_rewrite check the .htaccess file and correct RewriteBase if necessary. For example, if your script is not in the DocumentRoot of your server, then change /. Suppose your script is accessed by: http://your.domain.com/some_dir/hyip_script then substitute
RewriteBase /
with
RewriteBase /some_dir/hyip_script
3-i am still confused on what topic to make my website,i really appreciate your advise
4-if i have uploaded all files in my server can i shift them to a new folder?
thanks in advance
Comment