.::Blizzlike site for Ascent::.
Download:-
FilebeamInformation:Admin panel - 100% works
Account Creation page - 100% works
Forum- 50% working on it
Themes - 100& working
Online Players - 100% works
Pictures:PS:The number 4 on
- Quote :
- Guild:
may not come out 100% correct because person i got it off had the images but must of got deleted or some thing
i am trying to find out that part again and if any one diffrent to me finds out that part please PM that information thank you
Guide:1. copy web files into wamp or xamp www folder
2. with sqlyog make administrator account "gm level = az" in your character database
3. open firefox or ie and type "localhost" or whatever you set in xamp
4 you will get this picture, change red leters
5. press continue
6. now go to your web folder/inc/account/
7. edit account.create.php with notepad..For account creation
you must be login with "admin account that you made" to go to admin panel
Installation Tutorial: (carry on from the Guide)1.Download the latest site revision using TortoiseSVN and use the URL : Code:
https://abwows.svn.sourceforge.net/svnroot/abwows/2. Import all the sql files found in the SQL folder in your antrix database.If your antrix database already has the email field under the accounts table use the sql that says Code:
- Code:
-
accounts_that_dont_have_email_field.sql
instead of Code:
- Code:
-
accounts_that_have_email_field.sql
If it doesnt have the email field by default just use Code:
- Code:
-
accounts_that_have_email_field.sql
REMEMBER: Do not use both Code:
- Code:
-
accounts_that_have_email_field.sql
and Code:
- Code:
-
accounts_that_dont_have_email_field.sql
*Note* To make sure nothing goes wrong enable register globals, short open tag and output buffering in the php settings.
3.After you imported all the sqls required copy all the files to your webroot directory (default is apache\htdocs).
If you want to be able to install the site from and external ip open your inc/install/page.install.php file and edit it at line 1 where it says
- Code:
-
$any=false;
and change the Code:
- Code:
-
false
to Code:
- Code:
-
true
As a security setting this false setting is recommended.This only allows the page to be installed from Code:
- Code:
-
http://localhost/index.php
4.Run Code:
- Code:
-
http://localhost/index.php
in your web browser and input your data until it works (might not work from 1st try)
5.When you get a succesful message display just rerun your index.php page to see the site.
Remember: Edit "realmlist" and "realm_settings" table fields to suit your needs (this will display the online/offline server status.).And btw..User your Username properly when inputing the Site Owner field in the installation window becouse only that account can login see the administration Panel.
Credits:LordJedi man i got info from.
Speedy For Tempelate
EldorGod For Tutorial
..