Website. menu

Shout-Out

User Tag List

Thread: Website.

Results 1 to 14 of 14
  1. #1
    Uppercutter's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Website.

    Hello everyone, im pretty new to how to make a website etc. I know im just a leecher but im trying to do my best to get a good server + website. Im currently using Ascent cms v3 as a website. (dont know if it is good tho looks good to me). Ive been trying to edit the Realm status + the site banner, no succes for 2 days atm. I would really appriciate if someone would help me to edit these small things.

    ImageShack® - Online Photo and Video Hosting

    ImageShack® - Online Photo and Video Hosting

    As you can see on the second link it says I use version 3.0.9 but I use 3.3.5, I would like to edit the IP, Name, Version etc.

    Regards, Uppercutter.

    Website.
  2. #2
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If you post a download for the website source, I'll take a crack at it.
    You're using Arcemu, right?

  3. #3
    Harambeqt's Avatar Elite User CoreCoins Purchaser
    Reputation
    333
    Join Date
    Mar 2010
    Posts
    1,206
    Thanks G/R
    9/29
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Send me the header in a PM & I will make you a new one, if its a new header you want.
    It should be located in the images folder or in teplates/xxxx/images

    xxxx=template name.
    Support the #1 WoW Emulator:
    http://arcemu.org/
    https://github.com/arcemu/arcemu
    - - -

  4. #4
    Uppercutter's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I managed to fix the realm problem, just now im stuck with the render thingy. Afterdawn, I sended you a PM with my header in it yesterday. Myran, I use a repack, the site comes with it (Norwegian Elite 3.3.5) thanks for your reply's.

  5. #5
    Uppercutter's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not anyone who could help me with this..? (sorry for double post, just need this to be done quick.)

  6. #6
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Uppercutter View Post
    Not anyone who could help me with this..? (sorry for double post, just need this to be done quick.)
    You need to post the physical source of the website and tell what emulator you're using.
    I can't really modify/fix the site without that information. :P

  7. #7
    Uppercutter's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Arcemu, and eh.. physical source? sorry im so new to this

  8. #8
    SpellEffects's Avatar Sergeant
    Reputation
    64
    Join Date
    Apr 2011
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Uppercutter View Post
    Arcemu, and eh.. physical source? sorry im so new to this
    Post all the website files and we'll have a look at it.
    uint32 = -1;
    I guess some people just find it hard to input their question into a field and press enter.

    Check out my blog here on the forums

  9. #9
    Uppercutter's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here are the files [URL="http://www.mediafire.com/?29gb61iainufhxs"[/URL].

  10. #10
    Uppercutter's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Edited *(Sorry)*
    Last edited by Uppercutter; 05-03-2011 at 03:40 PM. Reason: Wrong thing

  11. #11
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    replace everything in htdocs/infusions/realm_status_panel/realm_status_panel.php
    with this:
    PHP Code:
    <?PHP 
    include_once "settings.php";
    /*---------------------------------------------------+
    | PHP-Fusion 6 Content Management System
    +----------------------------------------------------+
    | Copyright © 2002 - 2006 Nick Jones
    | http://www.php-fusion.co.uk/
    +----------------------------------------------------+
    | PHP-Fusion Ascent Realm Status Panel by Thurgood
    +----------------------------------------------------+
    | Tested with Ascent's v1777+ Character DB Structure
    +----------------------------------------------------+
    | Place this code into a folder under Infusionss
    | Make sure the folder and the filename are identical
    | then add your panel. 
    +----------------------------------------------------+
    | http://emu.game-server-cc/
    +----------------------------------------------------+
    | Released under the terms & conditions of v2 of the
    | GNU General Public License. For details refer to
    | the included gpl.txt file or visit http://gnu.org
    +----------------------------------------------------*/

    if (!defined("IN_FUSION")) { header("Location:../../index.php"); exit; }
    openside("Realm Status");
    $conn mysql_connect($host,$user,$pass) or die(mysql_error());
    mysql_select_db($db) or die(mysql_error());
    $numonline=@mysql_num_rows(mysql_query("SELECT NULL FROM `characters` WHERE `online`='1'"));
    $accdb=@mysql_num_rows(mysql_query("SELECT * FROM accounts"));
    $chardb=@mysql_num_rows(mysql_query("SELECT * FROM characters"));
    $guilddb=@mysql_num_rows(mysql_query("SELECT * FROM guilds"));
    $arenadb=@mysql_num_rows(mysql_query("SELECT * FROM arenateams"));


    $abfrage "SELECT * FROM `characters` WHERE `online`='1'";
    $result mysql_query($abfrage);
    $rows0 mysql_num_rows($result);

    $abfrage1 "SELECT * FROM `characters` WHERE `race`='1' AND `online`='1'";
    $result1 mysql_query($abfrage1);
    $rows1 mysql_num_rows($result1);

    $abfrage2 "SELECT * FROM `characters` WHERE `race`='2' AND `online`='1'";
    $result2 mysql_query($abfrage2);
    $rows2 mysql_num_rows($result2);

    $abfrage3 "SELECT * FROM `characters` WHERE `race`='3' AND `online`='1'";
    $result3 mysql_query($abfrage3);
    $rows3 mysql_num_rows($result3);

    $abfrage4 "SELECT * FROM `characters` WHERE `race`='4' AND `online`='1'";
    $result4 mysql_query($abfrage4);
    $rows4 mysql_num_rows($result4);

    $abfrage5 "SELECT * FROM `characters` WHERE `race`='5' AND `online`='1'";
    $result5 mysql_query($abfrage5);
    $rows5 mysql_num_rows($result5);

    $abfrage6 "SELECT * FROM `characters` WHERE `race`='6' AND `online`='1'";
    $result6 mysql_query($abfrage6);
    $rows6 mysql_num_rows($result6);

    $abfrage7 "SELECT * FROM `characters` WHERE `race`='7' AND `online`='1'";
    $result7 mysql_query($abfrage7);
    $rows7 mysql_num_rows($result7);

    $abfrage8 "SELECT * FROM `characters` WHERE `race`='8' AND `online`='1'";
    $result8 mysql_query($abfrage8);
    $rows8 mysql_num_rows($result8);

    $abfrage9 "SELECT * FROM `characters` WHERE `race`='10' AND `online`='1'";
    $result9 mysql_query($abfrage9);
    $rows9 mysql_num_rows($result9);

    $abfrage10 "SELECT * FROM `characters` WHERE `race`='11' AND `online`='1'";
    $result10 mysql_query($abfrage10);
    $rows10 mysql_num_rows($result10);

    $horde $rows2+$rows5+$rows6+$rows8+$rows9;
    $ally $rows1+$rows3+$rows4+$rows7+$rows10;

    //Database Connection information
    $ip='127.0.0.1'//IP or DNS of your LOGONSERVER
    $port1 ='8129'//WORLD LISTENER PORT - REALM 1
    $port2 ='8128'//WORLD LISTENER PORT - REALM 2
    $port3 ='8127'//WORLD LISTENER PORT - REALM 2

    // Lets see if Realm 1 is alive
    $fp = @fsockopen ($ip,$port1,$errno,$errstr0.5);
    if (
    $fp)
    { print 
    "<center></font><p><center><img src='".BASEDIR."http://www.mmowned.com/forums/images/realm_status/up.png'></center>"; }
    else {print 
    "<center><img src='".BASEDIR."http://www.mmowned.com/forums/images/realm_status/down.png'></center>"; }
    @
    fclose($fp);

    $conn mysql_connect($host,$user,$pass) or die(mysql_error());
    mysql_select_db($logondb) or die(mysql_error());
    $accdb=@mysql_num_rows(mysql_query("SELECT * FROM accounts"));
    echo 
    "<b>Online Players: $numonline  <br> Alliance : <font color='blue'>$ally</font> Horde : <font color='red'>$horde </font></b><p><b>Name:</b> Shadow Soul<br><b>Realm:</b> ShadowSoul.dyndns.org  <br> <b>Patch:</b> 3.3.5a<br><b>Rates:</b> 80 - 90 Fun <br> <b><br><u>Database Statistics:</u></b><br><b>Accounts: $accdb <br>Characters: $chardb <br>Guilds: $guilddb <br>Arena Teams: $arenadb</b>
    "
    ;
    ?>


    <?php mysql_close?>
    <?php
    mysql_connect
    ("$db_host",
    "$db_user","$db_pass");
    mysql_select_db("$db_name");
    ?>
    <?php
    // Leave this line in
    mysql_close;
    closeside();
    ?>
    All I did was replace some variables with hard-coded text. I'm not expecting it to work, but we can try it out as a first step.
    Also, it's worth noting that the CMS you're using is from 2006. There are better, simpler alternatives that exist today (like WebWoW).

  12. #12
    Uppercutter's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks myran, also many thanks for mentioning WebWoW lol. It looks already way much easier/better for me. Unfortunatly I need to install a forum or something since it isnt included with WebWoW (as far as i've seen) . But could you please take a look at the site header that is included in the download? If this webwow forum wont work out I can fall back on my previous site
    Last edited by Uppercutter; 05-04-2011 at 04:19 AM.

  13. #13
    myran2's Avatar Contributor

    Reputation
    130
    Join Date
    Dec 2008
    Posts
    475
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just use phpbb for your forums, it's free and WebWoW has an integration plugin for it.

  14. #14
    Uppercutter's Avatar Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright, gonna try it ^^.

Similar Threads

  1. Best Powerleveling website?
    By zensetkuken in forum World of Warcraft General
    Replies: 6
    Last Post: 09-29-2006, 12:31 PM
  2. Hilarious website
    By Kenjii in forum Community Chat
    Replies: 4
    Last Post: 09-20-2006, 03:32 AM
  3. Remove Website Title form Firefox 5.1+
    By LightWave in forum Community Chat
    Replies: 1
    Last Post: 08-28-2006, 07:48 AM
  4. PowerLvl'ing 10-30 (with website)
    By Draz in forum World of Warcraft General
    Replies: 0
    Last Post: 08-09-2006, 01:39 PM
  5. Nice little website
    By tahoebyker in forum World of Warcraft Guides
    Replies: 7
    Last Post: 07-22-2006, 05:19 PM
All times are GMT -5. The time now is 01:36 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search