[realease] Epic new Website Series menu

User Tag List

Results 1 to 8 of 8
  1. #1
    runiker's Avatar Contributor
    Reputation
    105
    Join Date
    Nov 2007
    Posts
    501
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [realease] Epic new Website Series

    First off I would like to say thank you to the following people for there codes in php.
    Bella – Unstucker/Teleporter
    Awox – Account creation
    Azur4 – PVP rankings

    Ok now that I have given credit let me put it this way this website
    Will take about ½ to 1 hour of configuration time into it. (Mostly seting up forums)
    I will lead you the set up of this website NOT how to put it online or
    Make your own. I have given two files one is with forums one is without.
    If you already have forums you can skip a few steps.

    Here is a few pics






    Ok first off download the file from here
    -http://www.megaupload.com/?d=66O7P9GP


    download the forums from here
    -http://www.phpbb.com/downloads/olympus.php


    First lets extract the main site into your online folder (wamp is www)
    Next extract the forums into a folder called “forums” inside “www”

    Setting up the forums
    --I will assume you know how to modify and use the acp if not please read up on it—
    type in localhost/forums/install
    Follow the on screen instructions
    AFTER the confirmed screen delete your install folder
    Type in localhsot/forums
    Now set up your forums using acp
    --Keep html of these pages “Bug Reporting” “News” “Guides” “general Chat” “donor items”

    Setting Up webpage
    Lets open your _config it should look like this

    <?php

    //account database info
    $aHost = "localhost"; ßThis is the location or ip of host
    $aDatabase = "accounts"; ß Table where your accounts are found
    $aPort = "3306"; ß port your mysql is on
    $aUsername = "root"; ß username for mysql
    $aPass = "123"; ß Password for mysql

    //character database info
    $cHost ="localhost"; ßThis is the location or ip of host
    $cDatabase = "accounts"; ß Table where your Toons are found
    $cPort = "3306"; ß port your mysql is on
    $cUsername = "root"; ß username for mysql
    $cPass = "123"; ß Password for mysql
    ?>


    now go into the folder named Tools/Config and look for that config file
    Change that the same way we did above
    Go back to the main folder
    Go to config folder and do the same
    Go back to main and go into the pvp folder do same to that config
    NOW lets open up configc
    Now the stuff in the pink is the same as above
    Lets go down to the more advanced

    <?php
    //Components Settings - edit both
    $aHost = "localhost";
    $aDatabase = "accounts";
    $aPort = "3306";
    $aUsername = "Ruxx3";
    $aPass = "sarah2002";
    $cHost = "74.195.216.118";
    $cDatabase = "accounts";
    $cPort = "3306";
    $cUsername = "Ruxx3";
    $cPass = "sarah2002";




    $TELEPORT_COST = 50; ß Cost to teleport this is in gold
    $votelin = "www.geocities.com"; ß This is the link to your main vote site EXCLUDING the “http://”
    $paypalacct = "http://paypal"; ß Your paypal acct used for donor’s to send moeny
    $forumnews = "http://news"; ß Link to your forum news page including the “http://”
    $forumbugs = "http://bugs"; ß Link to your forum Bugs page including the “http://”
    $forumchat = "http://chat"; ß Link to your forum Generacl Chat page including the “http://”
    $forumguides = "http://guides"; ß Link to your forum Guides page including the “http://”
    $forumdonor = "http://donor"; ß Link to your forum Donor Item list page including the “http://”
    $supportline = "[email protected]"; ß This is the email you use for your support
    $owner = "Runiker"; ß Owner of server
    $headdev = "Booyah"; ß Head Developer of server
    $headgm = "KillaD"; ß Head Game Master Of server
    $realmlist = "login.wow.com"; ß Realmlist of server


    ///////customize ONLY if you know waht you are doing here
    $donormain = "donorhome.php"; ß This is a link to a donor page if you don’t have one leave as is
    $donorsilver = "donorhome.php"; ß This is a link to a donor page if you don’t have one leave as is
    $staff = "staff.php"; ß This is a link to a staff page if you don’t have one leave as is
    $realmlistchanger = "http://filebeam.com/a578f4ee823fa97cc424880d3a9911c4";ß This is a link to a downloadable changer if you don’t have one leave as is
    ?>


    now your website should be good to go if you have any problems post here!
    Last edited by runiker; 09-04-2008 at 12:04 PM.

    [realease] Epic new Website Series
  2. #2
    mager1794's Avatar Member
    Reputation
    356
    Join Date
    Feb 2008
    Posts
    703
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    awesome website bro +Rep

    QQ i has to spread
    Lunar Gaming - Reaching For The Stars

  3. #3
    Edge94's Avatar Contributor
    Reputation
    148
    Join Date
    Aug 2008
    Posts
    466
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    urewin: eppersdance: tehepic :yourock2:

    awsome post man +Rep

  4. #4
    The [Bapes]'s Avatar Banned
    Reputation
    14
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I hope you know that your Mysql information is right there?

  5. #5
    Exiled1120's Avatar Member
    Reputation
    12
    Join Date
    Jun 2008
    Posts
    175
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lulz hax0rz... or not of course >.> might wanna edit it mate.

  6. #6
    Corosive720's Avatar Member
    Reputation
    11
    Join Date
    Nov 2007
    Posts
    156
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol thanks very much using it right now.. +Rep to you

  7. #7
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol i love how everyone is like "Omfg Haxz0rz Mysql info right there" but he doesnt allow remote access to it. sooo...

    Nom Nom Nom :P

  8. #8
    The [Bapes]'s Avatar Banned
    Reputation
    14
    Join Date
    Aug 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It did when it was there.

Similar Threads

  1. DBZ New Website for antrix and Ascent
    By imwiee in forum World of Warcraft Emulator Servers
    Replies: 38
    Last Post: 11-18-2007, 03:37 PM
  2. Chrispee New Website antrix/ascent
    By Chrispee in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 10-25-2007, 04:49 PM
  3. Need Some Art Work For New Website
    By bomber1392 in forum Art & Graphic Design
    Replies: 13
    Last Post: 10-04-2007, 10:11 PM
  4. New Website Need Voting
    By sabbathitman in forum Community Chat
    Replies: 4
    Last Post: 09-12-2007, 03:05 PM
All times are GMT -5. The time now is 10:48 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