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
Results 1 to 7 of 7
  1. #1
    Senior Sergeant

    Join Date
    Aug 2008
    Posts
    148
    Post Thanks / Like
    Rep Power
    17
    Reputation
    84

    Amazing Website's and much more!


    Register to remove this ad
    Credits to Post: coltrain7
    Here are some Website Releases:

    WotLK Website

    Download:
    Filebeam - Free Fast File Hosting
    MEGAUPLOAD - The leading online storage and file delivery service

    Screenshots:





    Credits:Tsoforever2

    ArcEmu Account creation page

    Download:
    Filebeam - Free Fast File Hosting

    Screenshots:


    Credits: Made by: Bljardkungen

    Mangos account creation page

    Download:
    http://reggacc.php5.sk/download/reggacc_2.0.0.zip
    RapidShare: Easy Filehosting

    Demo:
    ReggAcc multirealm demo

    Screenshots:

    Index (Frontpage of the site)

    Register (After choosing the realm)


    Information:

    This site is for MaNGOS only!

    NEWEST FEATURE: PLAYERS CAN NOW CHANGE PASSWORDS

    Features:

    * Multirealm support
    o up to 9 realms
    * Layouts support
    o layout for tbc
    o layout for wotlk
    * Right panel:
    o ajax powered shoutbox
    o counter (new visits & registrations)
    * Left panel:
    o ajax powered online map
    o acount preview
    o statistics
    o pool
    * Center panel:
    o player preview
    o web based configuration
    o ajax powered online player list
    * Simple administration from web (no need to edit config file)

    GIP-Craft Site

    Download:
    Filebeam - Free Fast File Hosting

    Screenshots:


    Information:

    Site Features
    CuteNews - News System
    Server Status
    Registration
    WOTLK Theme


    INSTALLATIONs
    Upload the files to your website
    Open /registration
    edit config.php
    To add news in your webbrowser go to /cutenews and login with Username:admin and Password:admin

    Credits:
    CuteNews


    Blizz-like website

    Download:
    Filebeam - Free Fast File Hosting

    Screenshots:


    Information:
    *Admin panel- 100% works
    *Account Creation page-100% works
    *Forum-working on it
    *Themes-100& working
    *Online Players -100% works

    Installation:

    How to install:


    *First copy web files into wamp or xamp www folder
    *Whit sqlyog make administrator account "gm level = az" in your character database
    *Open firefox or ie and type "localhost" or whatever you set in xamp
    *You will get this picture, change red leters
    ImageShack - Hosting :: 72947566re1.jpg
    ImageShack - Hosting :: 93415898wf0.jpg
    Press continue!!! *Now go to your web folder/inc/account/and edit account.create.php with notepad..For account creation

    "you must be login with "admin account that you made" to go to admin panel

    Tutorial for it !
    Installation Tutorial


    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:
    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 try #1).

    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 for tempelate:
    Speedy

    Credits For Tutorial:
    EldorGod

    Here are Somethings you can add to the website:

    Vote Box:

    Code:
    </head>
    <body>
    <?php
    $user="EDITMEPLEASE";
    $password="EDITMEPLEASE";
    $database="EDITMEPLEASE"; //Char+login DB



    $nochar=false;
    $voted=false;
    $disp = true;
    if(($_COOKIE['vote']) != '1')
    {
    if(!empty($_POST['name']))
    {
    mysql_connect(localhost,$user,$password);
    @mysql_select_db($database) or die( "Unable to select database");
    $name = strtolower(mysql_real_escape_string($_POST['name']));
    $today = date("mdHi");
    $query="SELECT * FROM characters WHERE name='$name' LIMIT 1";
    $result = mysql_query($query);
    if($row = mysql_fetch_array($result))
    {
    $guid = $row['guid'];
    $acct = $row['acct'];
    $res = mysql_query("SELECT * FROM votewatch WHERE acct='$acct' LIMIT 1");
    if($r2 = mysql_fetch_array($res))
    {
    $ct = $r2['ctime'];
    if($today-$ct < 1200)
    {
    $disp = false;
    mysql_close();
    return;
    }
    else
    {


    › See More: Amazing Website's and much more!



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

  3. #2
    Banned

    Join Date
    Aug 2008
    Location
    Spartanburg, SC
    Posts
    71
    Post Thanks / Like
    Rep Power
    0
    Reputation
    68
    very nice! thanks!

  4. #3
    Scout
    makis5's Avatar
    Join Date
    Feb 2009
    Location
    Cyprus
    Posts
    10
    Post Thanks / Like
    Rep Power
    16
    Reputation
    9
    Thx a lot!!

  5. #4
    Senior Sergeant

    Join Date
    Aug 2008
    Posts
    148
    Post Thanks / Like
    Rep Power
    17
    Reputation
    84
    No Problem.

  6. #5
    Beginner

    Join Date
    Apr 2009
    Posts
    12
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1
    Ok First of all next time ask if you could and second STOP LEECHING!

  7. #6
    Contributor
    StickyIcky's Avatar
    Join Date
    Jul 2008
    Location
    127.0.0.1
    Posts
    747
    Post Thanks / Like
    Rep Power
    18
    Reputation
    188
    Leeching?
    Dude, you have 2 posts, and 1 rep, and u haven't posted any RELEASES of yours...

    Think b4 u talk.

    and 2nd, he gave u credits, so stop QQing, its not like u can get a post copyrighted...

  8. #7
    Beginner

    Join Date
    Apr 2009
    Posts
    12
    Post Thanks / Like
    Rep Power
    16
    Reputation
    1

    Register to remove this ad
    Lol i've been here for 2 days!

 

 

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!
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 06:56 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