Blizzlike Website 3.0.3 compatable menu

Shout-Out

User Tag List

Page 4 of 7 FirstFirst 1234567 LastLast
Results 46 to 60 of 99
  1. #46
    Artham's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by computerwiz656 View Post
    There is an error in your apache/php settings.
    Question is... How do i fix it?

    Blizzlike Website 3.0.3 compatable
  2. #47
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Artham View Post
    Question is... How do i fix it?
    If you have created your own web server recheck your settings.
    Last edited by computerwiz656; 02-21-2009 at 08:24 PM.
    Game Master, Customer Service Forum, In-Game Support

  3. #48
    Artham's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by computerwiz656 View Post
    If you have created your own web server recheck your settings.
    Okay, you'll have to clearify that... What do i need to check and where?

    Appreciate if you can help.

  4. #49
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Artham View Post
    Okay, you'll have to clearify that... What do i need to check and where?

    Appreciate if you can help.
    Check your PHP.ini and your http.conf files useing online resources:
    HTML Code:
    http://www.google.co.jp/search?hl=ja&q=setting+up+apache+php+mysql&btnG=Google+%E6%A4%9C%E7%B4%A2&meta=lr%3D&aq=f
    Game Master, Customer Service Forum, In-Game Support

  5. #50
    glh290's Avatar Member
    Reputation
    7
    Join Date
    Apr 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    how do i edit news? i need to announce my custome download page for my friends and players. and also how do i get my download page to work it says access denied and im trying to configure my own php file so i can use the "otherdownloads" link to bring me to the site for my downloads so ill be spending all the free time i have (if i have any) trying to fix this so if you can help me that would be nice i found a php file that is supposed to work for download pages I edited it so that it would select my downloads but it wont download them the php file says
    <?php
    // grab the requested file's name
    $file_name = $_GET['file'];

    // make sure it's a file before doing anything!
    if(is_file($file_name))
    {

    /*
    Do any processing you'd like here:
    1. Increment a counter
    2. Do something with the DB
    3. Check user permissions
    4. Anything you want!
    */

    // required for IE
    if(ini_get('zlib.output_compression')) { ini_set('zlib.output_compression', 'Off'); }

    // get the file mime type using the file extension
    switch(strtolower(substr(strrchr($file_name,'.'),1)))
    {
    case 'pdf': $mime = 'application/pdf'; break;
    case 'zip': $mime = 'application/zip'; break;
    case 'jpeg':
    case 'jpg': $mime = 'image/jpg'; break;
    default: $mime = 'application/force-download';
    }
    header('Pragma: public'); // required
    header('Expires: 0'); // no cache
    header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
    header('Last-Modified: '.gmdate ('D, d M Y H:i:s', filemtime ($file_name)).' GMT');
    header('Cache-Control: private',false);
    header('Content-Type: '.$mime);
    header('Content-Disposition: attachment; filename="'.basename($file_name).'"');
    header('Content-Transfer-Encoding: binary');
    header('Content-Length: '.filesize($file_name)); // provide file size
    header('Connection: close');
    readfile($file_name); // push it out
    exit();

    }

    ?>
    [
    <a href="?n=media.otherdownloads&f=realmlist.wtf&selected=yes">Realm List</a>
    ]
    [
    <a href="?n=media.otherdownloads&f=wotlk.iso&selected=yes">WoW WOTLK</a>
    ]
    [
    <a href="?n=media.otherdownloads&f=wow.iso&selected=yes">WoW ORIGNAL</a>
    ]
    [
    <a href="?n=media.otherdownloads&f=WoW_BC_DISC1.iso=yes">WoW BC DISC 1</a>
    ]
    [
    <a href="?n=media.otherdownloads&f=WoW_BC_DISC2.iso=yes">WoW BC DISC 2</a>
    ]
    [
    <a href="?n=media.otherdownloads&f=WoW_BC_DISC3.iso=yes">WoW BC DISC 3</a>
    ]
    [
    <a href="?n=media.otherdownloads&f=WoW_BC_DISC4.iso=yes">WoW BC DISC 4</a>
    ]



    can somone help me and tell me what is wrong with this php file ?
    Last edited by glh290; 02-22-2009 at 08:20 PM. Reason: nedded to add a question

  6. #51
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by glh290 View Post
    how do i edit news? i need to announce my custome download page for my friends and players. and also how do i get my download page to work it says access denied and im trying to configure my own php file so i can use the "otherdownloads" link to bring me to the site for my downloads so ill be spending all the free time i have (if i have any) trying to fix this so if you can help me that would be nice i found a php file that is supposed to work for download pages I edited it so that it would select my downloads but it wont download them the php file says


    can somone help me and tell me what is wrong with this php file ?[/COLOR]
    To Edit the news go into the forums and create a new thread and mark the thread category as "news" Post level as "moderator"

    With your Other Downloads page. edit index.php

    Search for this line:


    case "media.otherdownloads":
    parchup(); errborder($_LANG['ERROR']['CONST']); parchdown();
    break;

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Change it to:


    case "media.otherdownloads":
    include('inc/media/media.otherdownloads.php');
    break;

    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    For use to change in forums- Online Spotlight: Use the following code.
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Code:
    <?
    if (INCLUDED!==true) { include('index.htm'); exit; }
    
    parchup();
    
    title('Downloads');
    
    
    parchdown();
    
    parchup(true);
    
    $query="SELECT isbbcode, `text`, DATE_FORMAT(CONVERT_TZ(CONCAT(fp.`date`, ' ', fp.`hour`), '".$GMT[$SETTING['WEB_GMT']][0]."', '".verifygmt($_SESSION['userid'])."'), '%d-%m-%y') as `date`, ft.image as image, ft.title as title, ft.issticked, fa.displayname as dn, fa.id_account as ida FROM `forum_posts` fp
    					INNER JOIN `forum_accounts` fa ON (fa.id_account = fp.id_account)
    					INNER JOIN `forum_topics` ft ON (ft.id_topic = fp.id_topic)
    					WHERE ft.category=2 AND ft.`viewlevel` <= '".verifylevel($_SESSION['userid'])."' AND isreply=0";
    if ($_REQUEST['m']=="") {
    	$_REQUEST['m'] = date('Y-m');
    } else {
    			$query .= " AND fp.`date` LIKE '".$_REQUEST['m']."%'";
    }
    			$query .=" GROUP BY fp.id_post
    					ORDER BY fp.date DESC, fp.hour DESC";
    $query = mysql_query($query) or die (mysql_error());
    while ($row2 = mysql_fetch_array($query)) {
    
    $newtitle = $row2['title'];
    
    	$newdate = $row2['date'];
    	$newposter = $row2['dn'];
    	$newtext = bbcode($row2['text'],true,true,$row2['isbbcode']);
    
    
    ?>
    <table>
    <tr><td>
    		<div id="container-community">
    
    							<div class="phatLootBox-top">
    
    							  <a href="index.php?n=media.otherdownloads" style="cursor: hand;">
    								<h2 class="community">
    								  <span class="hide">Community</span>
    								</h2>
    							  </a>
    <a href="index.php?n=media.otherdownloads" style="cursor: hand;"><span class="phatLootBox-visual comm"></span></a>
    <span class="arrow-readmore"><a href="index.php?n=media.otherdownloads"><span>read more...</span></a></span>
    
    							</div>
    
    							<div class="phatLootBox-wrapper">
    
    							  <div class="community-top">
    
    								<h3><?php echo $newtitle; ?><i> - <?php echo $newposter; ?> on <?php echo $newdate; ?> </i>
    								</h3>
    
    							  </div>
    
    							  <div class="community-cnt">
    
    								<div class="community-portrait">
    								  <img alt="" src="new-hp/images/portrait-frame.gif" style="background: url(new-hp/images/<?
    								$avatar = mysql_fetch_array(mysql_query("SELECT avatar FROM forum_accounts WHERE id_account='".$row2['ida']."'", $GLOBALS['MySQL_CON']));
    								$avatar = explode('/', $avatar['avatar']);
    								if ($avatar[0]!='gm' AND $avatar[0]!='mvp' AND $avatar[0]!='nochar') {
    									$qquery = mysql_query("SELECT *, rs.dbhost as rsdbhost, rs.dbport as rsdbport,rs.dbuser as rsdbuser,
    										rs.dbpass as rsdbpass,rs.dbname as rsdbname FROM `realmlist` r LEFT JOIN (`realm_settings` rs) ON r.id = rs.id_realm
    										WHERE r.id='".$avatar[1]."' GROUP BY r.id ORDER BY r.name") OR DIE(mysql_error());
    										if (mysql_num_rows($qquery)==1) {
    											$rowg = mysql_fetch_array($qquery);
    											$newcon = mysql_connect($rowg['rsdbhost'].':'.$rowg['rsdbport'], $rowg['rsdbuser'], $rowg['rsdbpass']);;
    											$newdb = mysql_select_db ($rowg['rsdbname'], $newcon);
    											$newquery = mysql_query("SELECT name, data, class, race FROM `character` WHERE `account`='".$row2['ida']."' AND guid=".$avatar[0]."", $newcon);
    											if (mysql_num_rows($newquery)==1) {
    												$rowc = mysql_fetch_array($newquery);
    													$rowc['data'] = explode(' ',$rowc['data']);
    													$char_gender = str_pad(dechex($rowc['data'][36]),8, 0, STR_PAD_LEFT);
    													$char_gender = $char_gender{3};
    													$charset[1]=$rowc['data'][34];
    													$charset[2]=$rowc['race'];
    													$charset[3]=$char_gender;
    													$charset[4]=$rowc['class'];
    											}
    										}
    										@mysql_select_db($GLOBALS['MySQL_Set']['DBREALM'], $GLOBALS['MySQL_CON']);
    								}
    								if ($avatar[0]!='nochar' AND $avatar[0]!='gm' AND $avatar[0]!='mvp') {
    									if ($charset[1]=='70') { echo 'wow-70/'; }
    									else if ($charset[1]>='60') { echo 'wow/'; }
    									else { echo 'forum/portraits/wow-default/'; }
    									echo $charset[3].'-'.$charset[2].'-'.$charset[4].'.gif';
    								} else if ($avatar[0]=='gm' OR $avatar[0]=='mvp') {
    									echo 'forum/portraits/'.$avatar[0].'/'.$avatar[1];
    								} else {
    									echo $_LANG['LANG']['SHORT_TAG'].'/forum/no-character-icon.gif';
    								} ?>) no-repeat 50% 50%; vertical-align: bottom;"></div>
    
    								<p>
    								<?php echo $newtext; ?>
    								<p>
    
    								</p>
    
    							  </div>
    
    							  </div>
    
    							<div class="phatLootBox-bottom">
    							</div>
    
    						  </div>
    </td></tr>
    </table>
    <?
    }
    
    parchdown();
    ?>
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Save this file as "media.otherdownloads.php" in your /inc/media folder.
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    For Static Use: RECOMMENDED
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Code:
    <?
    if (INCLUDED!==true) { include('index.htm'); exit; }
    
    parchup();
    
    title('Downloads');
    
    
    parchdown();
    
    parchup(true);
    
    $query="SELECT isbbcode, `text`, DATE_FORMAT(CONVERT_TZ(CONCAT(fp.`date`, ' ', fp.`hour`), '".$GMT[$SETTING['WEB_GMT']][0]."', '".verifygmt($_SESSION['userid'])."'), '%d-%m-%y') as `date`, ft.image as image, ft.title as title, ft.issticked, fa.displayname as dn, fa.id_account as ida FROM `forum_posts` fp
    					INNER JOIN `forum_accounts` fa ON (fa.id_account = fp.id_account)
    					INNER JOIN `forum_topics` ft ON (ft.id_topic = fp.id_topic)
    					WHERE ft.category=2 AND ft.`viewlevel` <= '".verifylevel($_SESSION['userid'])."' AND isreply=0";
    if ($_REQUEST['m']=="") {
    	$_REQUEST['m'] = date('Y-m');
    } else {
    			$query .= " AND fp.`date` LIKE '".$_REQUEST['m']."%'";
    }
    			$query .=" GROUP BY fp.id_post
    					ORDER BY fp.date DESC, fp.hour DESC";
    $query = mysql_query($query) or die (mysql_error());
    while ($row2 = mysql_fetch_array($query)) {
    
    $newtitle = $row2['title'];
    
    	$newdate = $row2['date'];
    	$newposter = $row2['dn'];
    	$newtext = bbcode($row2['text'],true,true,$row2['isbbcode']);
    
    
    ?>
    <table>
    <tr><td>
    		<div id="container-community">
    
    							<div class="phatLootBox-top">
    
    							  <a href="index.php?n=media.otherdownloads" style="cursor: hand;">
    								<h2 class="community">
    								  <span class="hide">Community</span>
    								</h2>
    							  </a>
    <a href="index.php?n=media.otherdownloads" style="cursor: hand;"><span class="phatLootBox-visual comm"></span></a>
    <span class="arrow-readmore"><a href="index.php?n=media.otherdownloads"><span>read more...</span></a></span>
    
    							</div>
    
                                <div class="phatLootBox-wrapper">
    
    							  <div class="community-top">
    
    								<h3><i>Downloads </i>
    								</h3>
    
    							  </div>
    
    							  <div class="community-cnt">
    
    								<div class="community-portrait">
    								  <img alt="" src="new-hp/images/portrait-frame.gif" style="background: url(new-hp/images/
    
                                  "></div>
    
                                    <p><a href="media/otherdownloads/WoW_BC_DISC1.iso" title="Video">Disk1</a></p>
                                    <p><a href="media/otherdownloads/WoW_BC_DISC2.iso" title="Music">Disk2</a></p>
                                    <p><a href="media/otherdownloads/WoW_BC_DISC3.iso" title="Files">Disk4</a></p><p><a href="media/otherdownloads/WoW_BC_DISC5.iso" title="Video">Disk5</a></p>
    							  </div>
    
    							  </div>
    
    							<div class="phatLootBox-bottom">
    							</div>
    
    						  </div>
    </td></tr>
    </table>
    <?
    }
    
    parchdown();
    ?>
    ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Edit the yellow links to suit your needs
    Last edited by computerwiz656; 02-23-2009 at 01:44 AM.
    Game Master, Customer Service Forum, In-Game Support

  7. #52
    Artham's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The thing is that i already got php and apache set up with WAMPserver. So what can i do?...

  8. #53
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Artham View Post
    The thing is that i already got php and apache set up with WAMPserver. So what can i do?...
    If you are still haveing problems try redownloading WAMP and reinstalling it.
    Game Master, Customer Service Forum, In-Game Support

  9. #54
    glh290's Avatar Member
    Reputation
    7
    Join Date
    Apr 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey also i got it to work but how do i change the font size and color it would be nice to change it to bold black or blue and like a size 14 for the names of the files lol im picky but this i just want for my downloaders because some of my friends are color sensitive and cant really see that small thin blue lol
    Last edited by glh290; 02-23-2009 at 10:05 AM. Reason: i got it to work now

  10. #55
    Iksf's Avatar Active Member
    Reputation
    18
    Join Date
    May 2008
    Posts
    129
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pity i use ArcEmu cus this is awesome

  11. #56
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by glh290 View Post
    hey also i got it to work but how do i change the font size and color it would be nice to change it to bold black or blue and like a size 14 for the names of the files lol im picky but this i just want for my downloaders because some of my friends are color sensitive and cant really see that small thin blue lol

    To Change the Size and color edit the link line:

    Code:
    <a href="media/otherdownloads/WoW_BC_DISC1.iso" title="Video">Disk1</a>
    Change to:
    Code:
    <h2><a  style="color: red" href="media/otherdownloads/WoW_BC_DISC1.iso" title="Video">Disk1</a></h2></p>
    Change the Heading to what ever you would

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    Originally Posted by Iksf View Post
    Pity i use ArcEmu cus this is awesome
    There is a link at the top of bottom of the thread. to the arcemu project version of this website.
    Last edited by computerwiz656; 02-23-2009 at 08:36 PM.
    Game Master, Customer Service Forum, In-Game Support

  12. #57
    glh290's Avatar Member
    Reputation
    7
    Join Date
    Apr 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    so where i put

    so where do i put this u said "For use to change in forums- Online Spotlight: Use the following code."so where is online spotlight?
    Code:
    <?
    if (INCLUDED!==true) { include('index.htm'); exit; }
    
    parchup();
    
    title('Downloads');
    
    
    parchdown();
    
    parchup(true);
    
    $query="SELECT isbbcode, `text`, DATE_FORMAT(CONVERT_TZ(CONCAT(fp.`date`, ' ', fp.`hour`), '".$GMT[$SETTING['WEB_GMT']][0]."', '".verifygmt($_SESSION['userid'])."'), '%d-%m-%y') as `date`, ft.image as image, ft.title as title, ft.issticked, fa.displayname as dn, fa.id_account as ida FROM `forum_posts` fp
    					INNER JOIN `forum_accounts` fa ON (fa.id_account = fp.id_account)
    					INNER JOIN `forum_topics` ft ON (ft.id_topic = fp.id_topic)
    					WHERE ft.category=2 AND ft.`viewlevel` <= '".verifylevel($_SESSION['userid'])."' AND isreply=0";
    if ($_REQUEST['m']=="") {
    	$_REQUEST['m'] = date('Y-m');
    } else {
    			$query .= " AND fp.`date` LIKE '".$_REQUEST['m']."%'";
    }
    			$query .=" GROUP BY fp.id_post
    					ORDER BY fp.date DESC, fp.hour DESC";
    $query = mysql_query($query) or die (mysql_error());
    while ($row2 = mysql_fetch_array($query)) {
    
    $newtitle = $row2['title'];
    
    	$newdate = $row2['date'];
    	$newposter = $row2['dn'];
    	$newtext = bbcode($row2['text'],true,true,$row2['isbbcode']);
    
    
    ?>
    <table>
    <tr><td>
    		<div id="container-community">
    
    							<div class="phatLootBox-top">
    
    							  <a href="index.php?n=media.otherdownloads" style="cursor: hand;">
    								<h2 class="community">
    								  <span class="hide">Community</span>
    								</h2>
    							  </a>
    <a href="index.php?n=media.otherdownloads" style="cursor: hand;"><span class="phatLootBox-visual comm"></span></a>
    <span class="arrow-readmore"><a href="index.php?n=media.otherdownloads"><span>read more...</span></a></span>
    
    							</div>
    
    							<div class="phatLootBox-wrapper">
    
    							  <div class="community-top">
    
    								<h3><?php echo $newtitle; ?><i> - <?php echo $newposter; ?> on <?php echo $newdate; ?> </i>
    								</h3>
    
    							  </div>
    
    							  <div class="community-cnt">
    
    								<div class="community-portrait">
    								  <img alt="" src="new-hp/images/portrait-frame.gif" style="background: url(new-hp/images/<?
    								$avatar = mysql_fetch_array(mysql_query("SELECT avatar FROM forum_accounts WHERE id_account='".$row2['ida']."'", $GLOBALS['MySQL_CON']));
    								$avatar = explode('/', $avatar['avatar']);
    								if ($avatar[0]!='gm' AND $avatar[0]!='mvp' AND $avatar[0]!='nochar') {
    									$qquery = mysql_query("SELECT *, rs.dbhost as rsdbhost, rs.dbport as rsdbport,rs.dbuser as rsdbuser,
    										rs.dbpass as rsdbpass,rs.dbname as rsdbname FROM `realmlist` r LEFT JOIN (`realm_settings` rs) ON r.id = rs.id_realm
    										WHERE r.id='".$avatar[1]."' GROUP BY r.id ORDER BY r.name") OR DIE(mysql_error());
    										if (mysql_num_rows($qquery)==1) {
    											$rowg = mysql_fetch_array($qquery);
    											$newcon = mysql_connect($rowg['rsdbhost'].':'.$rowg['rsdbport'], $rowg['rsdbuser'], $rowg['rsdbpass']);;
    											$newdb = mysql_select_db ($rowg['rsdbname'], $newcon);
    											$newquery = mysql_query("SELECT name, data, class, race FROM `character` WHERE `account`='".$row2['ida']."' AND guid=".$avatar[0]."", $newcon);
    											if (mysql_num_rows($newquery)==1) {
    												$rowc = mysql_fetch_array($newquery);
    													$rowc['data'] = explode(' ',$rowc['data']);
    													$char_gender = str_pad(dechex($rowc['data'][36]),8, 0, STR_PAD_LEFT);
    													$char_gender = $char_gender{3};
    													$charset[1]=$rowc['data'][34];
    													$charset[2]=$rowc['race'];
    													$charset[3]=$char_gender;
    													$charset[4]=$rowc['class'];
    											}
    										}
    										@mysql_select_db($GLOBALS['MySQL_Set']['DBREALM'], $GLOBALS['MySQL_CON']);
    								}
    								if ($avatar[0]!='nochar' AND $avatar[0]!='gm' AND $avatar[0]!='mvp') {
    									if ($charset[1]=='70') { echo 'wow-70/'; }
    									else if ($charset[1]>='60') { echo 'wow/'; }
    									else { echo 'forum/portraits/wow-default/'; }
    									echo $charset[3].'-'.$charset[2].'-'.$charset[4].'.gif';
    								} else if ($avatar[0]=='gm' OR $avatar[0]=='mvp') {
    									echo 'forum/portraits/'.$avatar[0].'/'.$avatar[1];
    								} else {
    									echo $_LANG['LANG']['SHORT_TAG'].'/forum/no-character-icon.gif';
    								} ?>) no-repeat 50% 50%; vertical-align: bottom;"></div>
    
    								<p>
    								<?php echo $newtext; ?>
    								<p>
    
    								</p>
    
    							  </div>
    
    							  </div>
    
    							<div class="phatLootBox-bottom">
    							</div>
    
    						  </div>
    </td></tr>
    </table>
    <?
    }
    
    parchdown();
    ?>

  13. #58
    computerwiz656's Avatar Member
    Reputation
    14
    Join Date
    Mar 2008
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by glh290 View Post
    so where do i put this u said "For use to change in forums- Online Spotlight: Use the following code."so where is online spotlight?
    Online Spot light is the Post where it default tells you how to connect to 0.0.0.0 in the forums.
    Game Master, Customer Service Forum, In-Game Support

  14. #59
    Raskil's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've installed the page today (checked it out from svn). The armory doesn't seem to work anymore. I get the wollowing error when clicking on the armory link:
    Warning: require(inc/layout/page.head.armory.php) [function.require]: failed to open stream: No such file or directory in /var/www/wowsite/index.php on line 101

    There is no page.head.armory.php file in inc/layout, so i guess the file got accidently deleted from svn?

  15. #60
    borgotech's Avatar Member
    Reputation
    4
    Join Date
    Oct 2008
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Artham View Post
    Why the hell do i get this?


    Code:
    Notice: Undefined index: n in E:\wamp\www\wow\trunk\index.php on line 14
    
    Notice: Undefined index: ALOG_ID in E:\wamp\www\wow\trunk\index.php on line 19
    'Azeroth', 1 => 'Kalimdor', 2 => 'UnderMine', 530 => 'Outland', 13 => 'Test zone', 17 => 'Kalidar', 30 => 'Alterac Valley', 33 => 'Shadowfang Keep (Instance)', 34 => 'The Stockade (Instance)', 35 => 'Stormwind Prizon', 36 => 'Deadmines (Instance)', 37 => 'Plains of Snow', 43 => 'Wailing Caverns (Instance)', 44 => 'Monastery Interior', 47 => 'Razorfen Kraul (Instance)', 48 => 'Blackfathom Deeps (Instance)', 70 => 'Uldaman (Instance)', 90 => 'Gnomeregan (Instance)', 109 => 'Sunken Temple (Instance)', 129 => 'Razorfen Downs (Instance)', 169 => 'Emerald Forest', 189 => 'Scarlet Monastery (Instance)', 209 => 'ZulFarrak (Instance)', 229 => 'Blackrock Spire (Instance)', 230 => 'Blackrock Depths (Instance)', 249 => 'Onyxias Lair (Instance)', 269 => 'Caverns of Time', 289 => 'Scholomance (Instance)', 309 => 'ZulGurub (Instance)', 329 => 'Stratholme (Instance)', 349 => 'Maraudon (Instance)', 369 => 'Deeprun Tram', 389 => 'Ragefire Chasm (Instance)', 409 => 'The Molten Core (Instance)', 429 => 'Dire Maul (Instance)', 449 => 'Alliance PVP Barracks', 450 => 'Horde PVP Barracks', 451 => 'Development Land', 469 => 'Blackwing Lair (Instance)', 489 => 'Warsong Gulch', 509 => 'Ruins of AhnQiraj (Instance)', 529 => 'Arathi Basin', 531 => 'Temple of AhnQiraj (Instance)', 533 => 'Naxxramas (Instance)', 532 => 'Karazahn', 534 => 'Hyjal Past', 540 => 'Shattered Halls (Instance)', 542 => 'Blood Furnace (Instance)', 543 => 'Hellfire Ramparts (Instance)', 544 => 'Magtheridons Lair (Instance)', 545 => 'Steamvault (Instance)', 546 => 'Underbog (Instance)', 547 => 'Slave Pens (Instance)', 548 => 'Coilfang Resevoir (Instance)', 550 => 'Tempest Keep', 552 => 'Tempest Keep', 553 => 'Tempest Keep', 554 => 'Tempest Keep', 555 => 'Auchindoun', 556 => 'Auchindoun', 557 => 'Auchindoun', 558 => 'Auchindoun', 559 => 'Nagrand Arena', 560 => 'Hillsbrad Past', 562 => 'Blades Edge Arena', 564 => 'Black Temple', 565 => 'Gruuls Lair', 566 => 'Netherstorm Arena', 568 => 'Zulaman', ); $ZONE = Array( 0 => Array( Array(700,10,1244,1873,'Undercity',1497), Array(-840,-1330,-5050,-4560,'Ironforge',1537), Array(1190,200,-9074,-8280,'Stormwind City',1519), Array(-2170,-4400,-7348,-6006,'Badlands',3), Array(-500,-4400,-4485,-2367,'Wetlands',11), Array(2220,-2250,-15422,-11299,'Stranglethorn Vale',33), Array(-1724,-3540,-9918,-8667,'Redridge Mountains',44), Array(-2480,-4400,-6006,-4485,'Loch Modan',38), Array(662,-1638,-11299,-9990,'Duskwood',10), Array(-1638,-2344,-11299,-9918,'Deadwind Pass',41), Array(834,-1724,-9990,-8526,'Elwynn Forest',12), Array(-500,-3100,-8667,-7348,'Burning Steppes',46), Array(-608,-2170,-7348,-6285,'Searing Gorge',51), Array(2000,-2480,-6612,-4485,'Dun Morogh',1), Array(-1575,-5425,-432,805,'The Hinterlands',47), Array(3016,662,-11299,-9400,'Westfall',40), Array(600,-1575,-1874,220,'Hillsbrad Foothills',267), Array(-2725,-6056,805,3800,'Eastern Plaguelands',139), Array(-850,-2725,805,3400,'Western Plaguelands',28), Array(2200,600,-900,1525,'Silverpine Forest',130), Array(2200,-850,1525,3400,'Tirisfal Glades',85), Array(-2250,-3520,-12800,-10666,'Blasted Lands',4), Array(-2344,-4516,-11070,-9600,'Swamp of Sorrows',8), Array(-1575,-3900,-2367,-432,'Arathi Highlands',45), Array(600,-1575,220,1525,'Alterac Mountains',36), ), 1 => Array( Array(2698,2030,9575,10267,'Darnassus',1657), Array(326,-360,-1490,-910,'Thunder Bluff',1638), Array(-3849,-4809,1387,2222,'Orgrimmar',1637), Array(-1300,-3250,7142,8500,'Moonglade',493), Array(2021,-400,-9000,-6016,'Silithus',1377), Array(-2259,-7000,4150,8500,'Winterspring',618), Array(-400,-2094,-8221,-6016,'Un\'Goro Crater',490), Array(-590,-2259,3580,7142,'Felwood',361), Array(-3787,-8000,1370,6000,'Azshara',16), Array(-1900,-5500,-10475,-6825,'Tanaris',440), Array(-2478,-5500,-5135,-2330,'Dustwallow Marsh',15), Array(360,-1536,-3474,-412,'Mulgore',215), Array(4000,-804,-6828,-2477,'Feralas',357), Array(3500,360,-2477,372,'Desolace',405), Array(-804,-5500,-6828,-4566,'Thousand Needles',400), Array(-3758,-5500,-1300,1370,'Durotar',14), Array(1000,-3787,1370,4150,'Ashenvale',331), Array(2500,-1300,4150,8500,'Darkshore',148), Array(3814,-1100,8600,11831,'Teldrassil',141), Array(3500,-804,-412,3580,'Stonetalon Mountains',406), Array(-804,-4200,-4566,1370,'The Barrens',17), ), 530 => Array( Array(6135.25,4829,-2344.78,-1473.95,'Shattrath City',3703), Array(-6400.75,-7612.20,9346.93,10153.70,'Silvermoon City',3487), Array(5483.33,-91.66,1739.58,5456.25,'Netherstorm',3523), Array(7083.33,1683.33,-4600,-999.99,'Terokkar Forest',3519), Array(10295.83,4770.83,-3641.66,41.66,'Nagrand',3518), Array(-10075,-13337.49,-2933.33,-758.33,'Bloodmyst Isle',3525), Array(8845.83,3420.83,791.66,4408.33,'Blades Edge Mountains',3522), Array(4225,-1275,-5614.58,-1947.91,'Shadowmoon Valley',3520), Array(-11066.36,-12123.13,-4314.37,-3609.68,'The Exodar',3557), Array(9475,4447.91,-1416.66,1935.41,'Zangarmarsh',3521), Array(5539.58,375,-1962.49,1481.25,'Hellfire Peninsula',3483), Array(-10500,-14570.83,-5508.33,-2793.75,'Azuremyst Isle',3524), Array(-5283.33,-8583.33,6066.66,8266.66,'Ghostlands',3433), Array(-4487,-9412,7758,11041,'Eversong Woods',3430) ), ); $COUNTRY = array( '00' => 'Other', 'AF' => 'Afghanistan', 'AL' => 'Albania', 'DZ' => 'Algeria', 'AS' => 'American Samoa', 'AD' => 'Andorra', 'AO' => 'Angola', 'AI' => 'Anguilla', 'AQ' => 'Antarctica', 'AG' => 'Antigua and Barbuda', 'AR' => 'Argentina', 'AM' => 'Armenia', 'AW' => 'Aruba', 'AU' => 'Australia', 'AT' => 'Austria', 'AZ' => 'Azerbaijan', 'BH' => 'Bahrain', 'BD' => 'Bangladesh', 'BB' => 'Barbados', 'BY' => 'Belarus', 'BE' => 'Belgium', 'BZ' => 'Belize', 'BJ' => 'Benin', 'BM' => 'Bermuda', 'BT' => 'Bhutan', 'BO' => 'Bolivia', 'BA' => 'Bosnia and Herzegovina', 'BW' => 'Botswana', 'BV' => 'Bouvet Island', 'BR' => 'Brazil', 'IO' => 'British Indian Ocean Territory', 'VG' => 'British Virgin Islands', 'BN' => 'Brunei Darussalam', 'BG' => 'Bulgaria', 'BF' => 'Burkina Faso', 'MM' => 'Burma', 'BI' => 'Burundi', 'KH' => 'Cambodia', 'CM' => 'Cameroon', 'CA' => 'Canada', 'CV' => 'Cape Verde', 'KY' => 'Cayman Islands', 'CF' => 'Central African Republic', 'TD' => 'Chad', 'CL' => 'Chile', 'CN' => 'China', 'CX' => 'Christmas Island', 'CC' => 'Cocos (Keeling) Islands', 'CO' => 'Colombia', 'KM' => 'Comoros', 'CD' => 'Congo, Democratic Republic of the', 'CG' => 'Congo, Republic of the', 'CK' => 'Cook Islands', 'CR' => 'Costa Rica', 'CI' => 'Cote d`Ivoire', 'HR' => 'Croatia', 'CU' => 'Cuba', 'CY' => 'Cyprus', 'CZ' => 'Czech Republic', 'DK' => 'Denmark', 'DJ' => 'Djibouti', 'DM' => 'Dominica', 'DO' => 'Dominican Republic', 'TP' => 'East Timor', 'EC' => 'Ecuador', 'EG' => 'Egypt', 'SV' => 'El Salvador', 'GQ' => 'Equatorial Guinea', 'ER' => 'Eritrea', 'EE' => 'Estonia', 'ET' => 'Ethiopia', 'FK' => 'Falkland Islands (Islas Malvinas)', 'FO' => 'Faroe Islands', 'FJ' => 'Fiji', 'FI' => 'Finland', 'FR' => 'France', 'FX' => 'France, Metropolitan', 'GF' => 'French Guiana', 'PF' => 'French Polynesia', 'TF' => 'French Southern and Antarctic Lands', 'GA' => 'Gabon', 'GE' => 'Georgia', 'DE' => 'Germany', 'GH' => 'Ghana', 'GI' => 'Gibraltar', 'GR' => 'Greece', 'GL' => 'Greenland', 'GD' => 'Grenada', 'GP' => 'Guadeloupe', 'GU' => 'Guam', 'GT' => 'Guatemala', 'GG' => 'Guernsey', 'GN' => 'Guinea', 'GW' => 'Guinea-Bissau', 'GY' => 'Guyana', 'HT' => 'Haiti', 'HM' => 'Heard Island and McDonald Islands', 'VA' => 'Holy See (Vatican City)', 'HN' => 'Honduras', 'HK' => 'Hong Kong (SAR)', 'HU' => 'Hungary', 'IS' => 'Iceland', 'IN' => 'India', 'ID' => 'Indonesia', 'IR' => 'Iran', 'IQ' => 'Iraq', 'IE' => 'Ireland', 'IL' => 'Israel', 'IT' => 'Italy', 'JM' => 'Jamaica', 'JP' => 'Japan', 'JE' => 'Jersey', 'JO' => 'Jordan', 'KZ' => 'Kazakhstan', 'KE' => 'Kenya', 'KI' => 'Kiribati', 'KP' => 'Korea, North', 'KR' => 'Korea, South', 'KW' => 'Kuwait', 'KG' => 'Kyrgyzstan', 'LA' => 'Laos', 'LV' => 'Latvia', 'LB' => 'Lebanon', 'LS' => 'Lesotho', 'LR' => 'Liberia', 'LY' => 'Libya', 'LI' => 'Liechtenstein', 'LT' => 'Lithuania', 'LU' => 'Luxembourg', 'MO' => 'Macao', 'MK' => 'Macedonia, The Former Yugoslav Republic of', 'MG' => 'Madagascar', 'MW' => 'Malawi', 'MY' => 'Malaysia', 'MV' => 'Maldives', 'ML' => 'Mali', 'MT' => 'Malta', 'IM' => 'Man, Isle of', 'MH' => 'Marshall Islands', 'MQ' => 'Martinique', 'MR' => 'Mauritania', 'MU' => 'Mauritius', 'YT' => 'Mayotte', 'MX' => 'Mexico', 'FM' => 'Micronesia, Federated States of', 'MD' => 'Moldova', 'MC' => 'Monaco', 'MN' => 'Mongolia', 'MS' => 'Montserrat', 'MA' => 'Morocco', 'MZ' => 'Mozambique', 'NA' => 'Namibia', 'NR' => 'Nauru', 'NP' => 'Nepal', 'NL' => 'Netherlands', 'AN' => 'Netherlands Antilles', 'NC' => 'New Caledonia', 'NZ' => 'New Zealand', 'NI' => 'Nicaragua', 'NE' => '*****', 'NG' => '*****ia', 'NU' => 'Niue', 'NF' => 'Norfolk Island', 'MP' => 'Northern Mariana Islands', 'NO' => 'Norway', 'OM' => 'Oman', 'PK' => 'Pakistan', 'PW' => 'Palau', 'PS' => 'Palestinian Territory, Occupied', 'PA' => 'Panama', 'PG' => 'Papua New Guinea', 'PY' => 'Paraguay', 'PE' => 'Peru', 'PH' => 'Philippines', 'PN' => 'Pitcairn Islands', 'PL' => 'Poland', 'PT' => 'Portugal', 'PR' => 'Puerto Rico', 'QA' => 'Qatar', 'RE' => 'Réunion', 'RO' => 'Romania', 'RU' => 'Russia', 'RW' => 'Rwanda', 'SH' => 'Saint Helena', 'KN' => 'Saint Kitts and Nevis', 'LC' => 'Saint Lucia', 'PM' => 'Saint Pierre and Miquelon', 'VC' => 'Saint Vincent and the Grenadines', 'WS' => 'Samoa', 'SM' => 'San Marino', 'ST' => 'São Tomé and Príncipe', 'SA' => 'Saudi Arabia', 'SN' => 'Senegal', 'SC' => 'Seychelles', 'SL' => 'Sierra Leone', 'SG' => 'Singapore', 'SK' => 'Slovakia', 'SI' => 'Slovenia', 'SB' => 'Solomon Islands', 'SO' => 'Somalia', 'ZA' => 'South Africa', 'GS' => 'South Georgia and the South Sandwich Islands', 'ES' => 'Spain', 'LK' => 'Sri Lanka', 'SD' => 'Sudan', 'SR' => 'Suriname', 'SJ' => 'Svalbard', 'SZ' => 'Swaziland', 'SE' => 'Sweden', 'CH' => 'Switzerland', 'SY' => 'Syria', 'TW' => 'Taiwan', 'TJ' => 'Tajikistan', 'TZ' => 'Tanzania', 'TH' => 'Thailand', 'BS' => 'The Bahamas', 'GM' => 'The Gambia', 'TG' => 'Togo', 'TK' => 'Tokelau', 'TO' => 'Tonga', 'TT' => 'Trinidad and Tobago', 'TN' => 'Tunisia', 'TR' => 'Turkey', 'TM' => 'Turkmenistan', 'TC' => 'Turks and Caicos Islands', 'TV' => 'Tuvalu', 'UG' => 'Uganda', 'UA' => 'Ukraine', 'AE' => 'United Arab Emirates', 'UK' => 'United Kingdom', 'US' => 'United States', 'UM' => 'United States Minor Outlying Islands', 'UY' => 'Uruguay', 'UZ' => 'Uzbekistan', 'VU' => 'Vanuatu', 'VE' => 'Venezuela', 'VN' => 'Vietnam', 'VI' => 'Virgin Islands', 'WF' => 'Wallis and Futuna', 'EH' => 'Western Sahara', 'YE' => 'Yemen', 'YU' => 'Yugoslavia', 'ZM' => 'Zambia', 'ZW' => 'Zimbabwe' ); $GMT = array( -12 => array('-12:00', 'Eniwetok, Kwajalein'), -11 => array('-11:00', 'Midway Island, Samoa'), -10 => array('-10:00', 'Hawaii'), -9 => array('-9:00', 'Alaska'), -8 => array('-8:00', 'Pacific Time (US & Canada)'), -7 => array('-7:00', 'Mountain Time (US & Canada)'), -6 => array('-6:00', 'Central Time (US & Canada), Mexico City'), -5 => array('-5:00', 'Eastern Time (US & Canada), Bogota, Lima'), -4 => array('-4:00', 'Atlantic Time (Canada), Caracas, La Paz'), -3 => array('-3:00', 'Brazil, Buenos Aires, Georgetown'), -2 => array('-2:00', 'Mid-Atlantic'), -1 => array('-1:00', 'Azores, Cape Verde Islands'), 0 => array('+0:00', 'Western Europe Time, London, Lisbon, Casablanca'), 1 => array('+1:00', 'Brussels, Copenhagen, Madrid, Paris'), 2 => array('+2:00', 'Kaliningrad, South Africa'), 3 => array('+3:00', 'Baghdad, Riyadh, Moscow, St. Petersburg'), 4 => array('+4:00', 'Abu Dhabi, Muscat, Baku, Tbilisi'), 5 => array('+5:00', 'Ekaterinburg, Islamabad, Karachi, Tashkent'), 6 => array('+6:00', 'Almaty, Dhaka, Colombo'), 7 => array('+7:00', 'Bangkok, Hanoi, Jakarta'), 8 => array('+8:00', 'Beijing, Perth, Singapore, Hong Kong'), 9 => array('+9:00', 'Tokyo, Seoul, Osaka, Sapporo, Yakutsk'), 10 => array('+10:00', 'Eastern Australia, Guam, Vladivostok'), 11 => array('+11:00', 'Magadan, Solomon Islands, New Caledonia'), 12 => array('+12:00', 'Auckland, Wellington, Fiji, Kamchatka') ); $PASSWORD_QUESTION = array( 1 => $_LANG['CONF_CLASSES']['PQ_1'], 2 => $_LANG['CONF_CLASSES']['PQ_2'], 3 => $_LANG['CONF_CLASSES']['PQ_3'], 4 => $_LANG['CONF_CLASSES']['PQ_4'], 5 => $_LANG['CONF_CLASSES']['PQ_5'], 6 => $_LANG['CONF_CLASSES']['PQ_6'] ); $FORUM_GROUP = array( 0 => $_LANG['CONF_CLASSES']['FG_0'], 1 => $_LANG['CONF_CLASSES']['FG_1'], 2 => $_LANG['CONF_CLASSES']['FG_2'], 3 => $_LANG['CONF_CLASSES']['FG_3'], 4 => $_LANG['CONF_CLASSES']['FG_4'], 5 => $_LANG['CONF_CLASSES']['FG_5'], 6 => $_LANG['CONF_CLASSES']['FG_6'] ); $USER_LEVEL = array( 0 => $_LANG['CONF_CLASSES']['UL_0'], 1 => $_LANG['CONF_CLASSES']['UL_1'], 2 => $_LANG['CONF_CLASSES']['UL_2'], 3 => $_LANG['CONF_CLASSES']['UL_3'] ); $REALM_TYPE = array( 0 => 'Normal', 1 => 'PvP', 4 => 'RP', 8 => 'RPPvP', ); $CHAR_CLASS = array( 1 => 'Warrior', 2 => 'Paladin', 3 => 'Hunter', 4 => 'Rogue', 5 => 'Priest', 6 => 'DeathKnight', 7 => 'Shaman', 8 => 'Mage', 9 => 'Warlock', 11 => 'Druid' ); $CHAR_PROFESSION = array( 164 => 'Blacksmithing', 165 => 'Leatherworking', 171 => 'Alchemy', 182 => 'Herbalism', 186 => 'Mining', 197 => 'Tailoring', 202 => 'Enginering', 333 => 'Enchanting', 393 => 'Skinning', 755 => 'Jewelcrafting', 773 => 'Inscription', ); $CHAR_FACTION = array( 0 => 'Alliance', 1 => 'Horde' ); $CHAR_RACE = array( 1 => array('Human', 0), 2 => array('Orc', 1), 3 => array('Dwarf', 0), 4 => array('Night Elf', 0), 5 => array('Undead', 1), 6 => array('Tauren', 1), 7 => array('Gnome', 0), 8 => array('Troll', 1), 10 => array('Blood Elf', 1), 11 => array('Draenei', 0), ); $TICKET_CATEGORY = array( 0 => 'Other', 1 => 'Stuck', 2 => 'Behavior', 3 => 'Guild', 4 => 'Item', 5 => 'Environmental', 6 => 'Creep', 7 => 'Quest', 8 => 'Technical', 9 => 'Account', 10 => 'Character', ); $CHAR_RANK = array( 0 => array( '00' => 'None', '01' => 'None', 0 => 'None', 1 => 'Private', 2 => 'Corporal', 3 => 'Sergeant', 4 => 'Master Sergeant', 5 => 'Sergeant Major', 6 => 'Knight', 7 => 'Knight-Lieutenant', 8 => 'Knight-Captain', 9 => 'Knight-Champion', 10 => 'Lieutenant Commander', 11 => 'Commander', 12 => 'Marshal', 13 => 'Field Marshal', 14 => 'Grand Marshal' ), 1 => array( '00' => 'None', '01' => 'None', 0 => 'None', 1 => 'Scout', 2 => 'Grunt', 3 => 'Sergeant', 4 => 'Senior Sergeant', 5 => 'First Sergeant', 6 => 'Stone Guard', 7 => 'Blood Guard', 8 => 'Legionnare', 9 => 'Centurion', 10 => 'Champion', 11 => 'Lieutenant General', 12 => 'General', 13 => 'Warlord', 14 => 'High Warlord' ) ) ?>
    Parse error: parse error in E:\wamp\www\wow\trunk\inc\conf\conf.functions.php on line 902
    The fix for this error is : Edit your php.ini and search where is directive short_open_tag = Off ....modify to short_open_tag = On, after that you must restart your Apache service. And i advice other "guru" in Php to give a real solution...not only tell other to search...

    Srry for my poor English language.
    Last edited by borgotech; 03-18-2009 at 06:39 AM.

Page 4 of 7 FirstFirst 1234567 LastLast

Similar Threads

  1. [Trinity] How to Set up a Trinitycore Blizzlike website
    By spleee101 in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 05-31-2014, 07:19 PM
  2. [Request] Looking for a totally blizzlike website
    By Skovisen in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 10-30-2008, 05:29 PM
  3. Need help with krillin's blizzlike website
    By MisterEMU in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 04-17-2008, 07:47 PM
  4. blizzlike website
    By Ballwinkle in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 02-18-2008, 01:34 PM
All times are GMT -5. The time now is 10:03 AM. 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