[Release] Ascent/Antrix Web CMS by AxE -
06-21-2008
I have released this edition of CMS for public might be useful for some of you.
Credits: AXE
[i]Rapidshare link (v1.0): [Only registered and activated users can see links. ]
Additional files (psd and other): [Only registered and activated users can see links. ]
pass: mystika-wow.com
Account Updater Tool (used for copy/synchronize existing ascent accounts with cms/web account db ): [Only registered and activated users can see links. ]
UPDATE FROM v1.0 TO v1.1:
(copy content of .rar archive to htdocs/ folder): [Only registered and activated users can see links. ]
example of this site: [Only registered and activated users can see links. ]
Hope you will enjoy it.
This CMS mast be installed where server is running because it is strictly connected to antrix database.
Features:
- creating account for forum/site and server in same time
- gaining points, reputation for voting
- voting system
- spending points gained to buffs ingame script
- earning gold from voting
- automatic character perview in posts (level rank avatar etc)
- selecting different characters for forum purposes
- gaining and updating PVP rank to characters (this is becouse pvp rank system doesn't work with antrix 2.3.x, dunno for new versions)
- char unctucker+reviver, teleporter, ban checker
- online live map, map of STV City and Orgrimmar
- users online script (like SPORA) and front page live user online script (extract directly from stats.xml)
- top 5 pvp script (thiese blocks can easily be removed or added)
- block that shows u friend status ingame
- online shop (spend your voting points for items and mail them to yourself ingame)
- admin panel that controls items in shop, forum, users, news at the front page
- shoutbox
- invite a friend script
Version 1.1
- fixed friend block problem
- removed google ads
- removed my urchin tracker code
- fully compatible with 2.4.x antrix database
Any questions about how to setup or additional technical info ask here, ill try to answer all.
I'm aware that there is still some glitches in the page, there is some minor design errors.
to make server status work, make sure you put in ascent cofig right path to stats.xml
for example: c:\xampp\htdocs\stats.xml
Installation Guide:
1. Install xampp web server and sql (comes with it)
( I will assume you know what to do and how to locate htdocs folder )
2. Open /htdocs/ and extract inside files from .rar file you downloaded
( only ones inside htdocs/ folder )
Download all updates (link are above) and extract all new updated files
3. Install sqljog or navicat sql client/editor or whatever you use
4. Open for example sqljog and create new database (you can name it "forum"), import structure data to that database from sql dump file (htdocs/forum/database.sql)
WANNING: You mast install empty wow database, without accounts or characters, this is because registration is creating forum and server account at the same time.
5. Edit this 3 files:
htdocs/forum/connect.php
htdocs/forum/admin/connect.php
htdocs/forum/admin/var.php
In each one follow instructions that are provided, mostly database username, password, database name ("forum") and logon database.
To ensure this will work make sure you put characer_structure and logon_structure to same database. And world to seperate (can be same).
6. After you carefully configured all right information, next step is creating a administrator account.
Open your adress in the web browser, probably its localhost so its: http://localhost/forum/register.php
Now register new account.
7. You mast now open sqljog (or whatever), find "forum" database, find "b_users" table and browse it. You will see 1 row (your account), find column "status" and change ur value to "4" (grats ur a admin now).
Values overview:
0 - Normal Players
1 - GM's -- Can edit, delete, and move threads
2 - Supermoderators -- Can do what moderators can do and post stickies and ban people
3 - Admin -- All supermod functions plus access to admin cp
4 - Head admin (you) -- Admin function but you are the only one that can delete, edit other admin accounts.
8. You can now go to http://localhost/home.php and check the cms out, you will notice that blocks look weird, this is because there is no content inside the news block. (go to admin panel to add news).
9. PvP Block
- when no data to display it looks wierd
- shows only the characters that belong to people that are common players (not GM's)
- shows pvp rank, online/offline atm, level, race, class etc
fixed database.sql (import with sqljog or navicat or whatever):
Code:
/*
MySQL Data Transfer
Source Host: localhost
Source Database: forum
Target Host: localhost
Target Database: forum
Date: 6/17/2008 7:40:29 PM
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for b_banemails
-- ----------------------------
CREATE TABLE `b_banemails` (
`emailid` bigint(20) NOT NULL auto_increment,
`email` varchar(255) NOT NULL default '',
PRIMARY KEY (`emailid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
Posts: 3
Join Date: Jun 2008
06-21-2008
AMAZING, but can you 2nd party host it, my server is dedicated hosted. But my website is hosted on a hosting account from bluehost, can i still use this all its functions?
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 3
Posts: 17
Join Date: Mar 2008
Location: Delft, Netherlands
07-06-2008
I dont know why, but my voting panel does not want to work!
Instead of going to vote for xtremetop100
is goes to this link
[Only registered and activated users can see links. ]
Which is obviously wrong because it jsut adds [Only registered and activated users can see links. ] to [Only registered and activated users can see links. ]
Also there are soem images that could do with editing for other peoples servers such as the realm name in the "Status" section.
Another thing. I do not know how to get the pvp System to work. It jsut doesn't show anything at all.
On top of that said I give you +rep for the great release. It looks really good, very professional and smooth.