Hello & Welcome to our community. Is this your first visit? Register
Follow us on
Follow us on Facebook Follow us on Twitter Watch us on YouTube


MMOCoin

Likes Likes:  0
Page 1 of 2 12 LastLast
Results 1 to 10 of 15
  1. #1
    Contributor
    runiker's Avatar
    Join Date
    Jul 2008
    Posts
    170
    Post Thanks / Like
    Rep Power
    17
    Reputation
    113

    Exclamation Advanced Website


    Register to remove this ad
    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!




    › See More: Advanced Website
    Last edited by runiker; 04-09-08 at 12:12 PM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

  3. #2
    Founder
    Apple's Avatar
    Join Date
    Jul 2008
    Location
    HeaveN
    Posts
    15,916
    Post Thanks / Like
    Rep Power
    10
    Reputation
    295
    Awesome Runiker , thanks for sharing





  4. #3
    Contributor
    runiker's Avatar
    Join Date
    Jul 2008
    Posts
    170
    Post Thanks / Like
    Rep Power
    17
    Reputation
    113
    Ehh i plan to do alot more in th near future for public use but this was my first so i want to say i hope i did everything right because i mean i tested it out on mine if you find bugs let me know

  5. #4
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    18
    Reputation
    188
    No offense...but how is that advanced?

  6. #5
    Scout
    Soulja02's Avatar
    Join Date
    Aug 2008
    Location
    localhost
    Posts
    26
    Post Thanks / Like
    Rep Power
    16
    Reputation
    37
    not advanced at all but still good

    sorry must spread

  7. #6
    Sergeant
    Coldmrn's Avatar
    Join Date
    Aug 2008
    Location
    durban
    Posts
    91
    Post Thanks / Like
    Rep Power
    16
    Reputation
    25
    Omg, Nice

    Needed this for my friend whos starting a whole new server
    Just perfect.

    Please goto this site "http://wwww.bux.to/index.php" and refer me when signing up, i have got paid $5,000 to my PayPal account

  8. #7
    Founder
    Apple's Avatar
    Join Date
    Jul 2008
    Location
    HeaveN
    Posts
    15,916
    Post Thanks / Like
    Rep Power
    10
    Reputation
    295
    Quote Originally Posted by WigSplitta View Post
    No offense...but how is that advanced?
    maybe
    Bella – Unstucker/Teleporter
    Awox – Account creation
    Azur4 – PVP rankings





  9. #8
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    18
    Reputation
    188
    ...Wow he put a bunch of pre-made scripts together...thats advanced!

    Now if he had a single config for each one...then that would be cool...

  10. #9
    Sergeant
    Coldmrn's Avatar
    Join Date
    Aug 2008
    Location
    durban
    Posts
    91
    Post Thanks / Like
    Rep Power
    16
    Reputation
    25
    Imo its a very nice website design, and not complaining ^-^
    Please goto this site "http://wwww.bux.to/index.php" and refer me when signing up, i have got paid $5,000 to my PayPal account

  11. #10
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    18
    Reputation
    188

    Register to remove this ad
    Ehh
    The design looks like he made it in like 5 min...

 

 
Page 1 of 2 12 LastLast

Visitors found this page by searching for:

powered by phpBB smoke weed every day

SEO Blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT -5. The time now is 01:38 PM.
Powered by vBulletin® Copyright ©2000-2024, Jelsoft Enterprises Ltd.
See More links by ForumSetup.net. Feedback Buttons provided by Advanced Post Thanks / Like (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
vBulletin Licensed to: MMOPro.org