Why does it show that I am offline in the ranking and in the character panel when I am online?
Printable View
Why does it show that I am offline in the ranking and in the character panel when I am online?
4db support?
Can you help me out because I don't know why does it show as if everyone is offline even though some people are online.
hi people i'm back from work, and now i'm free to update anything what is needed ;)
Hello and welcome back diablo71, I have a problem everything from the website works but when I look at the rankings or when I login my account panel it shows that I am offline even tho I am online.
its working normal, but you can check your configs from web to db, or find me in skype to help u
Soon New Update is coming..
Pages are so slowly loading.....How I can fix this problem? Help me pleeeeease . I use xampp 1.7.1....
i'm also working on transfer character to another account, also about this Wcoin just give me tables in databases, i need it couse i dont know exactly the rows in the tales
http://s15.postimg.org/ekoup3h2z/online.jpg
Server Online s6ep3 status offline end server loads dont wark
transfer character module+logs = 99% only left to fix AccountCharacter tables if someone can help here to fix the php code to work normal cause when you tranfer hero it transfer the hero but the other columns are maked NULLS and the other heroes disapear in this table
Code:$a = mssql_query("Update Character set AccountID ='$newacc' where Name ='$character'");
$a = mssql_query("Update AccountCharacter set GameID1 =NULL where GameID1 ='$character'");
$a = mssql_query("Update AccountCharacter set GameID2 =NULL where GameID2 ='$character'");
$a = mssql_query("Update AccountCharacter set GameID3 =NULL where GameID3 ='$character'");
$a = mssql_query("Update AccountCharacter set GameID4 =NULL where GameID4 ='$character'");
$a = mssql_query("Update AccountCharacter set GameID5 =NULL where GameID5 ='$character'");
$a = mssql_query("Update AccountCharacter set GameIDC =NULL where GameIDC ='$character'");
if ($gidsn->fields[0] == NULL ) {
mssql_query("Update AccountCharacter set GameID1 = '$character' where id ='$newacc'");
}
elseif ($gidsn->fields[1] == NULL ) {
mssql_query("Update AccountCharacter set GameID2 = '$character' where id ='$newacc'");
}
elseif ($gidsn->fields[2] == NULL ) {
mssql_query("Update AccountCharacter set GameID3 = '$character' where id ='$newacc'");
}
elseif ($gidsn->fields[3] == NULL ) {
mssql_query("Update AccountCharacter set GameID4 = '$character' where id ='$newacc'");
}
elseif ($gidsn->fields[4] == NULL ) {
mssql_query("Update AccountCharacter set GameID5 = '$character' where id ='$newacc'");
}
Can u add support to Ñ?
what is this value? $gidsn, i don´t understand query but i think like this
PHP Code:$a = mssql_query("Update Character set AccountID ='$newacc' where Name ='$character'");
$a = mssql_query("Update AccountCharacter set GameID1 =NULL where GameID1 ='$character'");
$a = mssql_query("Update AccountCharacter set GameID2 =NULL where GameID2 ='$character'");
$a = mssql_query("Update AccountCharacter set GameID3 =NULL where GameID3 ='$character'");
$a = mssql_query("Update AccountCharacter set GameID4 =NULL where GameID4 ='$character'");
$a = mssql_query("Update AccountCharacter set GameID5 =NULL where GameID5 ='$character'");
$a = mssql_query("Update AccountCharacter set GameIDC =NULL where GameIDC ='$character'");
if ($gidsn->fields[0] == NULL ) {
mssql_query("Update AccountCharacter set GameID1 = '$character' where id ='$newacc' and GameID1 is NULL");
}
elseif ($gidsn->fields[1] == NULL ) {
mssql_query("Update AccountCharacter set GameID2 = '$character' where id ='$newacc' and GameID2 is NULL");
}
elseif ($gidsn->fields[2] == NULL ) {
mssql_query("Update AccountCharacter set GameID3 = '$character' where id ='$newacc' and GameID3 is NULL");
}
elseif ($gidsn->fields[3] == NULL ) {
mssql_query("Update AccountCharacter set GameID4 = '$character' where id ='$newacc' and GameID4 is NULL");
}
elseif ($gidsn->fields[4] == NULL ) {
mssql_query("Update AccountCharacter set GameID5 = '$character' where id ='$newacc' and GameID5 is NULL");
}
Like this Work for me
PHP Code:$gidsn = mssql_fetch_array(mssql_query("Select GameID1,GameID2,GameID3,GameID4,GameID5,id from AccountCharacter where id ='$newacc'"));
$a = mssql_query("Update Character set AccountID ='$newacc' where Name ='$character'");
$a = mssql_query("Update AccountCharacter set GameID1 =NULL where GameID1 ='$character' AND Id='$oldacc'");
$a = mssql_query("Update AccountCharacter set GameID2 =NULL where GameID2 ='$character' AND Id='$oldacc'");
$a = mssql_query("Update AccountCharacter set GameID3 =NULL where GameID3 ='$character' AND Id='$oldacc'");
$a = mssql_query("Update AccountCharacter set GameID4 =NULL where GameID4 ='$character' AND Id='$oldacc'");
$a = mssql_query("Update AccountCharacter set GameID5 =NULL where GameID5 ='$character' AND Id='$oldacc'");
$a = mssql_query("Update AccountCharacter set GameIDC =NULL where GameIDC ='$character' AND Id='$oldacc'");
if ($gidsn[0]===NULL) {
mssql_query("Update AccountCharacter set GameID1 = '$character' where id ='$newacc' and GameID1 is NULL");
}
elseif ($gidsn[1]===NULL) {
mssql_query("Update AccountCharacter set GameID2 = '$character' where id ='$newacc' and GameID2 is NULL");
}
elseif ($gidsn[2]===NULL) {
mssql_query("Update AccountCharacter set GameID3 = '$character' where id ='$newacc' and GameID3 is NULL");
}
elseif ($gidsn[3]===NULL) {
mssql_query("Update AccountCharacter set GameID4 = '$character' where id ='$newacc' and GameID4 is NULL");
}
elseif ($gidsn[4]===NULL) {
mssql_query("Update AccountCharacter set GameID5 = '$character' where id ='$newacc' and GameID5 is NULL");
}
i fix it by other way now module is finished and here is demo:
- this system was maded for mucore and i received request to make it to my web so i rebuild it and make it work much better than original and stable.
Changelog:
+ transfer hero to other account - 100%
+ register account for transfer - 100%
+ credits required - 100%
+ config panel - 100%
+ log registry - 100%
+ clear tables and fix heroes places - 100%
+ display heroes owned - 100%
+ buy transfer for other account + log - 100%
+ updated install.php with new codes - 100%
soon in new update...
screens:
http://i39.tinypic.com/34qo70k.png
http://i40.tinypic.com/2uhwcj4.png
http://i44.tinypic.com/1z3ypax.png
http://i41.tinypic.com/206ipm9.png
Suport for Spanish lang i mean :)
I made this for Double Goer Ranking :)
Sample here: http://coldharbour.sytes.net/?op=dg_rankCode:<table align="center" width="500" cellspacing="0" cellpadding="0" class="sort-table">
<tr>
<td colspan="6" class="news-head" style="text-align:center;">Ranking Double Goer [Top 20]</td>
</tr>
<tr class="news-reset">
<td align="center">#</td>
<td align="center">Personaje</td>
<td align="center">Ganados</td>
<td align="center">Perdidos</td>
</tr>
<?php
$query = mssql_query("SELECT top 20 Name,Win,Lost from Doppelganger_Info order by Win desc");
for($i=0;$i < mssql_num_rows($query);++$i) {
$rank = $i+1;
$row = mssql_fetch_row($query);
if($i%2) { $colors = "#100c0d";} else { $colors="#232323"; }
echo"
<tr bgcolor='$colors'>
<td align='center'>$rank.</td>
<td align='center'>$row[0]</td>
<td align='center'>$row[1]</td>
<td align='center'>$row[2]</td>
</tr>";
}
?>
</table>
Pd: Bc rank use Event_Info_Bc_5th
good i can add ranking for this also, also this web can be translated to any kind of language easy you just need to open language folder and make a new file and add it in index
Yeah i translate 80% of web but words with Ñ apear with C
Coldharbour Server
Ex: Password -> (Spanish) Contraseña > in web shows Contraseca
did you edited charset in index.php ? cause for support bulgarian language is windows-1251