Jump to content

A4Tech

Member
  • Posts

    50
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by A4Tech

  1. what should i do to fix the below image ? my syserr is clean
  2. Solved ! i just removed the "" from config cores. thank you
  3. i have a sf / client that only have 2 kingdoms ! the yellow kingdom is disabled ... how can i enable it again ?
  4. how can i remove the backdoor from my source or gamecore ??
  5. @WLsj24 I actually did nothing ... i just got rid of it when i bought a better VPS. I was running my server on a 2GB VPS and now 8GB
  6. @Dobrescu Sebastian I did try to disable it but now i can't log ! it's stuck at * connecting to the server * , I used this tut [Hidden Content] Auth syerr :
  7. when someone try to read sun zi or wu zi book are giving them some advantage levels ! how is it possible to solve this problem ?
  8. Hello , i am running a dedicated server ... sometimes the maps get bugged like v1 / v2 / demon where usually players try to level up. so after awhile when someone try to teleport to these maps they are getting stuck and they can not log in anymore ! could someone explain me why this is happening ?
  9. hello , Could someone suggest me a patcher ? i actually tried to use the official one but unfortunately i always get crclist error i am not sure why since i did everything correctly.
  10. Hello , on my website when i try to log in it doesn't work ! but i can recover password and create an account ! <div id="content"> <div class="postui2 text-title"> <h2>Warning</h2> </div> <div class="postui2 text-con"> <div class="con-wrap"><center> Don't enter your Account Details on web sites outside of this one.<br/> <font size="5">www.worldwarmeitn2.com</font> is our one and only web site (domain)!</center> </div> <div class="postui2 text-end"> </div> </div> </div> <div id="content"> <img src="img/sb-mid.png" width="650" height="22" /> <div class="postui2 text-title"> <h2> Account Informations</h2> </div> <div class="postui2 text-con"> <div class="con-wrap"> <?PHP if(isset($_GET['do']) && $_GET['do']=="aktivieren" && isset($_GET['hash']) && !empty($_GET['hash'])) { if(strlen($_GET['hash'])==32 && $_GET['hash']!=1 && checkAnum($_GET['hash'])) { $cmdHash = "SELECT id,web_aktiviert FROM account.account WHERE web_aktiviert='".$_GET['hash']."' AND web_aktiviert!='1' LIMIT 1;"; $qryHash = mysql_query($cmdHash,$sqlServ); if(mysql_num_rows($qryHash)) { $getData = mysql_fetch_object($qryHash); $userUpdate = "UPDATE account.account SET web_aktiviert='1',status='OK' WHERE id='".$getData->id."' LIMIT 1;"; $updateQry = mysql_query($userUpdate,$sqlServ); if($updateQry) { echo'<p class="meldung">Ihr Account wurde erfolgreich aktiviert. Sie k&ouml;nnen sich nun einloggen.</p>'; echo'<meta http-equiv="refresh" content="1; URL=index.php?s=login"> '; } else { echo'<p class="meldung">Query fehlgeschlagen. Bitte einen Admin kontaktieren!</p>'; } } else { echo'<p class="meldung">Es wurde kein passender Eintrag gefunden. Aktivierung fehlgeschlagen.</p>'; } } else { echo'<p class="meldung">Kein valider Hash!</p>'; } } if(!empty($_SESSION['user_id'])) { $cmdStats = "SELECT SUM( player.playtime ) AS ges_spielzeit, COUNT( * ) AS ges_chars, player_index.empire FROM player.player INNER JOIN player.player_index ON player_index.id = player.account_id WHERE player.account_id = '".$_SESSION['user_id']."' LIMIT 1"; $qryStats = mysql_query($cmdStats,$sqlServ); $getStats = mysql_fetch_object($qryStats); if(!empty($getStats->empire)) { $reich = '<img src="img/reiche/'.$getStats->empire.'.png" title="Reich" alt="Reich"/>'; } else { $reich='kein Reich ausgew&auml;hlt'; } ?> <div id="fuibar"> <div class="fuibarui fui-title"> <p></p> </div> <div class="fuibarui fui-con"> <div class="fui-wrap"> <?php echo'<table width="580px"> <tr> <td width="50%"> <table> <tr> <td align="right" width="150"><b>Account ID:</b></th> <td><b>'.$_SESSION['user_name'].'</b></td> </tr> <tr> <td align="right" width="150"><b>Coins:</b></th> <td>'.$_SESSION['user_coins'].'</td> </tr> <tr> <td align="right" width="150"><b>Points:</b></th> <td>'.$_SESSION['user_points'].'</td> </tr> <tr> <td align="right"><b>Kingdom:</b></th> <td>'.$reich.'</td> </tr> <tr> <td align="right"><b>Characters:</b></th> <td>'.$getStats->ges_chars.'</td> </tr> <tr> <td align="right"><b>OnLine Time:</b></th> <td>'.$getStats->ges_spielzeit.' Minutes</td> </tr>'; $sqlAcc = "SELECT account.social_id AS loeschcode, safebox.password AS lagerpw FROM account.account LEFT JOIN player.safebox ON account.id=safebox.account_id WHERE account.id='".$_SESSION['userid']."'"; $qryAcc = mysql_query($sqlAcc) or die(mysql_error()); $getAcc = mysql_fetch_object($qryAcc); if(empty($getAcc->lagerpw)) $getAcc->lagerpw = '000000'; echo'<tr> <td align="right"><b>Char Delete Code:</b></th> <td>'.$getAcc->loeschcode.'</td> </tr> </table> </td> <td><font color="yellow">Remember: <br/><b>Your account is Your Responsibility</b></font><br/>You should <u><b>not share</b></u> your account <br/>with noone! Staff will never ask for <br/>your password! Staff members <br/>have [GM], [GA] or [A] in front <br/>of their names, <font color="yellow"><b>not |GM| or similar</b></font><br/><br/>Note: 100 Points = 100 Coins!</td></tr></table>'; ?> </div> </div> <div class="fuibarui fui-end"> </div></div> <?php } else { ?> <center><h2>Login</h2> <form action="index.php?s=login" method="POST"> <table width="60%"> <tr> <th class="topLine">Account ID:</th> <td class="tdunkel"><input type="text" name="userid" maxlength="16" size="20"/></td> </tr> <tr> <th class="topLine">Password:</th> <td class="thell"><input type="password" name="userpass" maxlength="16" size="20"/></td> </tr> <tr> <td class="topLine" style="text-align:center;" colspan="2"><input type="submit" name="submit" value="login"/></td> </tr> </table> <p><a href="index.php?s=register">New ? Register!</a> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <a href="index.php?s=lostpw">Forgot Password ?</a></p> </form></center> <?PHP } ?> </div> </div> <div class="postui2 text-end"> </div></div> And about the patch i tried to use the official patch and actually it did work but i get an error related to *crclist* , i created the newcrclist using the tool and also i did their Lzpack but i still get this error
  11. Hello , Could someone suggest me a Clean Source 40k , Client source and a clean English client if possible for * Fully untouched 34083 server files * server-files ??
  12. @tierrilopes is it possible to tell me how can i exactly add the block_exp and the case_exp in my source ? because i am not expert in those things and thank you in advance.
  13. i tried to add the anti_exp ring ... however the quest is working fine but once i activated it then try to kill a mob ... i suddenly gain like 20/30 levels ... why ?
  14. i am having some items worth 0 yang in shop however i tried to change their pricesin item_proto but it doesn't work.
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.