Site Stats
Currently: 5 online
Total Hits: 3094688

Domain Info
- Hosting brought on 06/19/2003
- Hosted by Ace-host recommended
- 5GB space 60Gb data/month

Display information
Optimised for:
 1024 x 768 resolution
 Internet Explorer
 Macromedia Flash
Also tested and working in:
 Netscape
 Mozilla Firefox

Being Validated
Valid HTML 4.01 Transitional

Girl
Char, 20, female, British, Gemini, ...more?

Alternative Navigation
 Girl
 Domain
 Tutorials
 Goodies
 Etc
 Clear

Recommended
Want cheap AND reliable webhosting ? click here and I mean cheap!

Change skin


Give a gift :)


Cam

Cam Image

Affiliates

twisted-logic.com <3 Anni @ pagegirl.de


Top 15 Referrers
1) cute-spot.com [6765]
2) cute-spot.com [4134]
3) veredgf.fre... [3463]
4) carrieware.com [1678]
5) bouncy-bubb... [966]
6) divergente.org [846]
7) rainbow-bit... [744]
8) bouncy-bubb... [733]
9) shatteredel... [639]
10) rainbow-bit... [635]
11) yanhuahuo.b... [630]
12) cute.startk... [584]
13) users.volja... [565]
14) kao-ani.com [540]
15) so-juicy.net [537]
 

Search

Web so-you.net

so-youNET Advertisments!

akuhei.nu

Installing b2 0.6
B2 is great I love it, you can change layouts whilst updating just one template, but you should really have quite a good knowledge of php and html to install this because it is quite easy to mess it up! Ok to use b2 your host needs PHP4 and mysql, check with your administrator if you are not sure! ok so your sure? right now download it here and extract all the files.  This tutorial just shows you the essential things to fill in for the installation, not everything.
 
1) On your server create a new database, if you have cpanel on your server you can usually get to this by going to yourdomain.com/cpanel then going to MySQL Databases either under the Scripts & DB heading if using vertex cpanel or the Advanced menu if using the default cpanel 6.  Then you have to create a new database, when this is done create a new username and password and then remember to add the user to the database!
If you do not have cpanel or do not have anyway of creating databases but you definitely have mysql on your server then contact your administator.
 
2) Open config.php and fill in the details of where your b2 will be installed and what your site name is and the name of your main php file (if you don't want index.php then rename this to what you want and write this in config.php)
 
3) set the $pathserver for example if I installed it into a folder called b2 then
$pathserver = 'http://so-you.net/b2';
 
4) Fill in all the simple details such as admin email then go to the mysql settings
$dbname = 'database name'; // the name of the database
$dbhost = 'localhost'; // 99% chances you won't need to change this value
$dbusername = 'database username'; // your MySQL username
$dbpassword = 'database password'; // your MYSQL pass
 
5) unless you have another b2 installed in the same MYSQL database leave the database table names as they are.
 
6) scroll down to $fileupload_realpath and for this you will need to know your realpath cpanel will tell you this.  for example /home/username/public_html/images it may be easier for you to make the images file now on your server and CHMOD it to 777 so you don't forget, it isn't essential it is just for uploading images. Also fill in your $fileupload_url for example yourdomain.com/images
 
7) skip to the $smilies_directory its simply the path to your smilies folder
 
8) Upload all your files to your directory you chose in cofig.php.  Then callup b2install.php in your browser eg yourdomain.com/b2/b2install.php
 
If you have filled everything in correctly then all the database tables will be made and you will end up with a screen telling you the admin username and password.  Still got a problem feel free to email me but only if you have made sure eveything in config.php is correct!