[Project] Ascent CMS v.3 menu

User Tag List

Page 1 of 11 12345 ... LastLast
Results 1 to 15 of 161
  1. #1
    Bulqr4eto's Avatar Member
    Reputation
    16
    Join Date
    Aug 2007
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Project] Ascent CMS v.3



    Well... I decided to make new version of this aswsome CMS, its not all made by me ... I take Ascent CMS v.2 from N2Dark and a lot of the credit gos to him (he used PHP-Fusion) so this is something like update ... but I didnt had his permission to make it update so I made it new version.

    Ok so here what I added:

    - 3 New Themes (with .psd Headers in)



    I decided not to remove the v.2 Design by N2Dark, I just edit it a little.




    2 Choice




    3 Choice




    - Voting Popup Reward Script
    Credit gos to TheSpidey for it





    - Forum Flood Protection




    - ShoutBox Flood Protection




    - Staff Members




    - Scrolling "Vote for Us"




    - Ad`s System



    Including Statistic with Impression Made/Left, Clicks, Click %


    - Donations



    We all know how important are donations


    - Newsletters



    So all of your members know the latest news from the server.

    - Armory Search (Working)

    - Guild Search (Working)


    - Character Teleporter (cost 50 gold by default, you can change it)




    - Character Transfer




    - Character Unstucker




    - Account Password Changer




    - Online Player Map (with 30 sec refresh)




    DOWNLOAD - reuploaded by ekaros

    The installation is like Ascent CMS v2

    Installing

    QUOTE
    1) -Download, and place all of the files from Doc in you web folder.
    2) -Open MySQL, and Create a new Database and Execute "portal.sql"
    3) -Go to web folder and configure:
    *config.php
    *game_config.php
    *infusions\realms_status_panel\settings.php
    *include\settings.php
    4) -Open Site and Login.
    5) -Change Password & Username
    6) -Replace modded edit_profile\edit_profile.php with original in webfolder. ( Stops players from Changing there names. )
    7) -Edit Site Settings

    And there you are done.


    Admin's Account and Password.
    QUOTE
    Username: Admin
    Password: Warsong



    Armory Installation

    -= Armory Setup =-

    1. Move contents of svn to a folder on your webserver (except the SQL folder) (ex. /armory [any directory may be used]).
    2. Create a new database on your MySQL server, and name it anything you want. This is for the item_cache table and the tables used to generate tooltips, so I'd recommend calling it 'armory'.
    3. Execute upd_sql_statements.sql (located in /sql) on your "armory(create new database and name it armory)" database.And tblwowitems.sql and allies.sql in character db.

    -= Armory Configuration =-

    4. Set up your databases, rowse to your configuration/mysql.php file, and modify it.
    This is how it works:

    $realms is the array where you specify your realms. In my example setup, I have:

    $realms = array(
    "Malchezzar" => array( "MALCHEZZAR" , "root" , "" , "localhost" , "antrix" ),
    "Sargeras" => array( "SARGERAS" , "root" , "" , "localhost" , "charsheet" ),
    );

    This means the realm Malchezzar will have the unique key 'MALCHEZZAR', will login to the SQL database using the account 'root', with the password '', and the SQL host will be 'localhost'. 'antrix' is the database. (Note: Split World/Character DB thingy is not working yet)
    Similarly, for Sargeras, 'charsheet' is the database.

    Next, we specify the default realm. You only need to set one line here:

    $realmName["DEFAULT_REALM"] = "Malchezzar";

    Change 'Malchezzar' to the left-most text in the $realms array. This realm is used if the $_GET["realm"] parameter is not specified.

    Skip the $realm loop array after that, and find the WEBSITE and WSERVER things.

    /* RealmDB must be the database used for your item_cache database */
    $MySQL_User["WEBSITE"] = "root";
    $MySQL_Password["WEBSITE"] = "";
    $MySQL_Host["WEBSITE"] = "localhost";
    $RealmDB["WEBSITE"] = "wowanirena";

    /* WorldServer DB if applicable */
    $MySQL_User["WSERVER"] = "root";
    $MySQL_Password["WSERVER"] = "";
    $MySQL_Host["WSERVER"] = "localhost";
    $RealmDB["WSERVER"] = "antrix";

    Note: I don't think WSERVER is used anymore.

    Change the WEBSITE entries to the correct settings used to access your 'armory' database (if you used that name)!
    This is a really important database, as without it, you'll get shitloads of errors in the background, and items will not be cached, so stats will not be calculated.

    Is that all?
    Oh no.

    5. Modify your /configuration/settings.inc.php file.

    $LEVEL_CAP = 70; // This might be different on a funserver //
    $DEBUG_KEY = "001dotphpquestionmark"; // Change this to something unique //
    define( "HEADER_TITLE" , "AniRena" ); // Change this to the text that you want on the top of each page, like AniRena - Home //
    define( "ARMORY_FULLURL" , "http://localhost/armory/" ); // <- the URL of your armory folder //
    define( "DEFAULT_ERROR_REPORTING" , "E_ALL & ~E_NOTICE" ); // You probably don't need to edit this //
    define( "ITEM_ID_CUSTOM_CUTOFF" , 69999 ); /* Not relevant to blizzlike servers. Any item with an ID larger than this will be generated from the database */

    A lot of these things are still to be implemented or were deprecated.

    $LEVEL_CAP - fairly obvious. Unfortunately this was deprecated since I removed the advanced search feature (however, I will readd it)
    $DEBUG_KEY - Deprecated. I used it to upload news.
    define( "HEADER_TITLE" , "AniRena" ); - Not implemented yet.
    define( "ARMORY_FULLURL" , "http://localhost/armory" ); - Woohoo, finally, something that was implemented. This is used on the guildsearch and character search page to create "Link to This" results. Change it to the full URL of your Armory, like I did in mine.
    define( "DEFAULT_ERROR_REPORTING" "E_ALL & ~E_NOTICE" ); - I think this was deprecated.. ffs
    define( "ITEM_ID_CUSTOM_CUTOFF" , 69999 ); - This is for servers with custom content. Any item that has an entry higher than this will not have its data grabbed from Allakhazam. I recommend lowering it, I only made it 69999 because my funserver content uses IDs starting from 70000.


    Making Voting to work

    Just go to root/voting/vote.php and edit

    $user="root";

    $password="db pass";

    $database="account db"; //Char+login DB


    Service Installation

    1. Go to root/Service/config/configc.php

    2. Edit

    $aHost = "localhost";
    $aDatabase = "dbname";
    $aPort = "3306";
    $aUsername = "dbusername";
    $aPass = "dbpass";

    $cHost = "localhost";
    $cDatabase = "dbname";
    $cPort = "3306";
    $cUsername = "dbusername";
    $cPass = "dbpass";
    //default = 50g per transport. ex: $TELEPORT_COST = 954, would mean 954 gold per transport
    $TELEPORT_COST = 50;

    3. Go to root/Service/pomm/config.php and edit

    $lang=en; // Language (en - english, ru - russian)
    $host="localhost"; // HOST for Antrix database
    $user="username"; // USER for Antrix database
    $password="pass"; // PASS for Antrix database
    $db="antrix"; // NAME of Antrix database
    $hostr="localhost"; // HOST for Login database
    $userr="username"; // USER for Login database
    $passwordr="pass"; // PASS for Login database
    $dbr="antrix"; // NAME of Login database
    $database_encoding = 'CP1251'; // Set encoding
    $img_base = img; // Image dir
    $server = Elonbc.sytes.net; // Antrix Server Address
    $port = 8129; // Antrix Server Port


    4. To add the Service go to -> Admin Panel -> Content Admin -> Add Site Link

    Example:

    Link Name: Teleporter
    Link URL: Service/teleporter.php
    Visibility: Your choice
    Position: Your Choice




    Last edited by Bulqr4eto; 08-01-2009 at 01:05 PM. Reason: RELEASE

    [Project] Ascent CMS v.3
  2. #2
    Babbaa's Avatar Member
    Reputation
    32
    Join Date
    Nov 2007
    Posts
    206
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No downloadz?

    It looks great though. : )


    +rep

  3. #3
    Bulqr4eto's Avatar Member
    Reputation
    16
    Join Date
    Aug 2007
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Look in the bottom

  4. #4
    Ballwinkle's Avatar Contributor Authenticator enabled
    Reputation
    124
    Join Date
    Mar 2007
    Posts
    662
    Thanks G/R
    0/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    cant see link

  5. #5
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice my good man and n2dark didnt origiannly make it someone else did he just changed it like you have ^^ butnon the less this is epic! +rep


  6. #6
    Bulqr4eto's Avatar Member
    Reputation
    16
    Join Date
    Aug 2007
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tnx volitle ... well I`ll release it when I test everything and if there are people want it of course ... few days more and I think it will be finished

  7. #7
    Succy's Avatar Banned
    Reputation
    40
    Join Date
    Jun 2007
    Posts
    804
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks Pretty Nice
    Well, I'm looking forward to see the end result

    Good Luck // Succy

  8. #8
    azeon's Avatar Banned
    Reputation
    29
    Join Date
    Sep 2007
    Posts
    163
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks great!

  9. #9
    Kalash47's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice job, I like it. A friendly bump to spread the good word around.

  10. #10
    baonghill's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    looks good!!
    i'm looking forward to it!!
    +Rep

  11. #11
    erebos's Avatar Active Member
    Reputation
    27
    Join Date
    Aug 2007
    Posts
    114
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epic dude... +Rep

  12. #12
    Bulqr4eto's Avatar Member
    Reputation
    16
    Join Date
    Aug 2007
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The release will be probably next week because I need my brother and he is off for 1 week Iv changed a few stuff and there is Unstucker, Transfer, Password Changer and Teleporter working ... only need to import them ^^

  13. #13
    sscultima's Avatar Member
    Reputation
    2
    Join Date
    Dec 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got nothing better to do when i get home, so if you want you can use my SQL server for testing, i get home in about 20-30 minutes. just add me to msn if you can [email protected]

  14. #14
    Hellgawd's Avatar Account not activated by Email
    Reputation
    710
    Join Date
    Jun 2007
    Posts
    2,480
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks decent. I might help create yet another theme if you want! ^_^ Sometjhing for me to do in Art Animation class next week.
    PM me up

  15. #15
    ernesto's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    good work

Page 1 of 11 12345 ... LastLast

Similar Threads

  1. [Project] Teh Epic Ascent CMS (TEAC-MS)
    By The_Red in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 03-28-2010, 07:07 PM
  2. Ascent Cms
    By Silentnvd in forum WoW EMU Questions & Requests
    Replies: 3
    Last Post: 09-01-2008, 04:09 PM
  3. Anyone Use Ascent CMS?
    By logicd22 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 01-20-2008, 10:49 AM
  4. [Help] Ascent CMS problem
    By logicd22 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 01-15-2008, 07:34 PM
  5. [HELP] Ascent CMS
    By Intel in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 12-21-2007, 01:39 AM
All times are GMT -5. The time now is 08:31 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search