we will release it when its ready for now, the head coder of this site dont have free time to fix this so maybe in 1 or two weeks top 3, we will release the fix version+ fix istall system.
Printable View
we will release it when its ready for now, the head coder of this site dont have free time to fix this so maybe in 1 or two weeks top 3, we will release the fix version+ fix istall system.
okayyyy...
i will wait ^^ i like this page very much ;-) so server start up can wait too :-)
i hope you will fix it soon
RaptoxX-World will come with this page ^^ =)
sincerely yours
--------------------------
M3s$ w!th Th3 BEsT - d!3 l!k3 th3 R3sT
good job is a nice webpack
The design kicks ass !!
Especially the menu..
Congrats :)
When u got this fixed, i will use it...
do it fast :P
Fatal error: Call to undefined function: mssql_connect() in c:\programmi\easyphp1-8\www\config\config.php on line 112
help me plz!!!!
tnx
good release :-))
AWSOME. Im pretty sure im gonna use that for my server. Thanks :D
Ranking dont work for me, and the login system need fix
no, some files were not bcked up improperly and accitdentally deleted, good news is, most of the essential files are still intact
this version does not support the login system, turn it off
and to fix the Rankings, goto includes/Rankings.html and replace the contents with:
PHP Code:<?
if (isset($_GET['type']))
{
$type=$_GET['type'];
if ($type=='characters')
{
$query = "SELECT TOP 100 Name,clevel,Class,Strength,Dexterity,Vitality,Energy,Leadership,Resets from Character order by Resets desc";
$result = mssql_query($query);
echo '<TABLE border=0 cellPadding=2 cellSpacing=2 >
<TBODY>
<TR>
<TD align=left vAlign=top><A
</TR>
<TR>
<TD align=left
vAlign=top>
<TABLE border=0 cellPadding=10 cellSpacing=0
<TBODY>
<TR>
<TD align=middle vAlign=center>
<table height=30 cellspacing=2 cellpadding=2
width=150 border=0 >
<tbody
<tr>
<td valign=top align=left width=0 height=0><span class="style50">#</td>
<td valign=top align=left width=0><span>Name</td>
<td valign=top align=center width=0><span>Level</td>
<td valign=top align=center width=0><span>Strength</td>
<td valign=top align=center width=0><span>Agility</td>
<td valign=top align=center width=0><span>Vitality</td>
<td valign=top align=center width=0><span>Energy</td>
<td valign=top align=center width=0><span>Command</td>
</tr>';
for($i=0;$i < mssql_num_rows($result);++$i)
{
$row = mssql_fetch_row($result);
$rank = $i+1;
if ($row[2]!=64)
{
$row[7]='Invalid';
}
echo "<tr><td valign=top align=left><span class='style50'>$rank.</td>
<td valign=top align=left><span class='style50'>$row[0]</td>
<td valign=top align=center><span class='style50'>$row[1]($row[8])</td>
<td valign=top align=left><span class='style50'>$row[3]</td>
<td valign=top align=left><span class='style50'>$row[4]</td>
<td valign=top align=left><span class='style50'>$row[5]</td>
<td valign=top align=left><span class='style50'>$row[6]</td>
<td valign=top align=left><span class='style50'>$row[7]</td>
</tr>";
}
echo ' </tbody>
</table>
</TD>
</TR></TBODY></TABLE></TD></TR>
<TR>
</TD></TR></TBODY></TABLE>';
}
elseif ($type=='guild')
{
include('config/config.php');
$query = 'SELECT TOP 10 * from guild order by G_score desc';
$result = mssql_query($query);
echo '<span class=main_cont><strong>Top 10 Guilds</span>
<table >
<tr>
<tr>
<td valign=top align=center width=13 height=6><strong>#</td>
<td valign=top align=center><strong>Name</td>
<td valign=top align=center><strong>Score</td>
<td valign=top align=center><strong>Master</td>
<td valign=top align=center><strong>Members</td>
<td valign=top align=center><strong>Logo</td>
<br></br>
</tr>';
for($i=0;$i < mssql_num_rows($result);++$i)
{
$row = mssql_fetch_row($result);
$rank = $i+1;
$query2= "Select count(*) from GuildMember where G_name='$row[0]'";
$result2 = mssql_query($query2);
$row2 = mssql_fetch_row($result2);
$logo = urlencode(bin2hex($row[1]));
echo "<tr>
<td valign=top align=center><span>$rank.</td>
<td valign=top align=center><span>$row[0]</td>
<td valign=top align=center><span>$row[2]</td>
<td valign=top align=center><span>$row[3]</td>
<td valign=top align=center><span>$row2[0]</td>
<td valign=top align=center><img src='includes/decode.php?decode=$logo' height=40 width=40></td>
</tr>";
}
echo '</tr>
</table>';
}
}
else
{
echo '<a href="index.php?action=Rankings&type=characters">Characters</a> | <a href="index.php?action=Rankings&type=guild">Guild</a>';
}
?>
still dont working , dont show the ranking :(
dum di dum ^^
i'm still waiting :)
pleeease try to hurry =]
i would be quite happy about having it soon ;)
thx a lot man
and nice release
good work! keep on fixing!
--------------------------
M3s$ w!th Th3 BEsT - d!3 l!k3 th3 R3sT
really a good design.. simple and useful! really a good work :D
yea yea dude, stay relaxed, we are waiting until u fixed ;)
I can't download link 1, link 2 I can't Acc Rapid.
Help me !
do you have some news about fixing the bugs of the page?
thx a lot
sincerely yours ;)
Find for this line:
$query = "SELECT TOP 100 Name,clevel,Class,Strength,Dexterity,Vitality,Energy,Leadership,Resets from Character order by Reset desc";
And change Reset to Resets in line 8 (order by Reset(s) desc)
If you need my help, can I help you in next release, I left to the DWT, because I didn't had work.
thank you adm_programmer :D
so what should i do to fix the problem that appears after register???
i fixed all the problems but the this problem in rankings no ...
Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'Leadership'. (severity 16) in c:\AppServ\www\includes\Rankings.html on line 8
Warning: mssql_query() [function.mssql-query]: Query failed in c:\AppServ\www\includes\Rankings.html on line 8
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in c:\AppServ\www\includes\Rankings.html on line 41
well open Rankings.html and delete Leadership and you are readyQuote:
i fixed all the problems but the this problem in rankings no ...
Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'Leadership'. (severity 16) in c:\AppServ\www\includes\Rankings.html on line 8
Warning: mssql_query() [function.mssql-query]: Query failed in c:\AppServ\www\includes\Rankings.html on line 8
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in c:\AppServ\www\includes\Rankings.html on line 41
Best Design ! But register NOT WORK!!!!! NOT ERORR !! (MD5) but in game *The paswword incorrect* (Works Only example GGGG GGGG works GGGGG 4444 NOT WORK)