
| Site Stats |
| Currently: 4 online
Total Hits: 3095841 |
| 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 FlashAlso tested and working in: Netscape Mozilla Firefox
|
| Being Validated |
|
| Girl |
| Char, 20, female, British, Gemini, ...more? |
| Alternative Navigation |
Girl Domain Tutorials Goodies Etc Clear |
| Recommended |
![]() |
| Change skin |
| Give a gift :) |
| Cam |
|
|
| Affiliates |
| 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 [541] 15) so-juicy.net [537] |
| Search |
|
|
| so-youNET Advertisments! |
![]() Ace-host.Net |
|
Want to advertise here? Email me char@so-you.net click here for details |
| Installing XMB 1.8 |
|
Here I will talk you through how to an install xmb 1.8
board, this is for people who are hosted by someone with a domain or have
a domain of their own because I don't think that any free servers have
mysql databases.
2) 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.
3) In the
Partagium file go into the files folder and open up config.php
with notepad. Fill in these with the details of the new database you
created.
$dbname = 'database name'; // Name of your
database
$dbuser = 'username'; // Username used to access it $dbpw = 'password'; // Password used to access it Usually the others can be left
$tablepre = 'xmb_';
I would keep this as it is unless you have another xmb
board in the same database. This simply means that all the tables
created will begin with xmb_
4) This next step is easy enough, just write the
full url to where your board will be installed with a / after it
$full_url = 'http://www.xmbforum.com/community/boards/';
5) Ignore the plugins, they are for later when
you install hacks. Scroll to the bottom of the page change the
settings like this
$ipreg = 'on'; $ipcheck = 'off'; keeping ipcheck on often causes problems. Now you
just need to save your file and upload all the files in the folder named
files to you server in the folder you stated in step 4.
6) Then go to
http://www.site.com/forum/install.html and follow the instructions and
if everything is filled out correctly you should have a working board!
|