|
المشاركات 11 |
+التقييم 0.01 |
تاريخ التسجيل Jun 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 291 |
<? include 'config.php'; ?>
<?
$result = mysqli_query($conn,"SELECT * FROM accounts WHERE NOT EntityID = 0 ") or die(mysqli_error());
$i = '1';
while ($row = mysqli_fetch_array($result)) {
?>
<?php
$reg1=mysqli_query($conn,"insert into Player (uid) Values('".$row['EntityID']."')");
?>
<?php } ?>
<table id="zctb" class="display table table-striped table-bordered table-hover text-center" cellspacing="0" width="100%">
<thead>
<tr>
<th style="width: 120px;"><center>Rank</center></th>
<th><center>Player Name</center></th>
<th><center>Donate</center></th>
<th><center>center</center></th>
</tr>
</thead>
<tbody>
<?
$result = mysqli_query($conn,"SELECT * FROM Player ORDER BY Do DESC") or die(mysqli_error());
$i = '1';
while ($row = mysqli_fetch_array($result)) {
$classicon = noble($i,$row['DO']);
$myFile = "$link_c/".$row['uid'].".ini";
if (file_exists(''.$$myFile.''))
{
$lines = file($myFile);
}
list($name_a, $names) = explode("=", $lines[4]);
list($Donation, $DonationNobility) = explode("=", $lines[63]);
$rec = mysqli_query($conn,"UPDATE Player SET Name = '$names' WHERE uid ='".$row['uid']."'");
$rec = mysqli_query($conn,"UPDATE Player SET Do = '$DonationNobility' WHERE uid ='".$row['uid']."'");
?>
<section>
<tr><td align="center"><? echo $i;?>.</td>
<td><? echo $row['Name'];?></td>
<td><? echo number_format($row['Do']); ?></td>
<td><img src="Ranking/ranks/<? echo $classicon;?>"></td>
</tr>
</section>
<? $i++; } ?>
</tbody>
</table>
<? include 'config.php'; ?>
<?
$result = mysqli_query($conn,"SELECT * FROM accounts WHERE NOT ID = 0") or die(mysqli_error());
$i = '1';
while ($row = mysqli_fetch_array($result)) {
?>
<?php
$reg1=mysqli_query($conn,"insert into Player (uid) Values('".$row['ID']."')");
?>
<?php } ?>
<table id="zctb" class="display table table-striped table-bordered table-hover text-center" cellspacing="0" width="100%">
<thead>
<tr>
<th style="width: 120px;"><center>Nu</center></th>
<th><center>Name Player</center></th>
<th><center>Point pk</center></th>
</tr>
</thead>
<tbody>
<?
$result = mysqli_query($conn,"SELECT * FROM Player ORDER BY pk DESC") or die(mysqli_error());
$i = '1';
while ($row = mysqli_fetch_array($result)) {
$myFile = "$link_c/".$row['uid'].".ini";
if (file_exists(''.$$myFile.''))
{
$lines = file($myFile);
}
list($name_a, $names) = explode("=", $lines[4]);
list($PkP_a, $pka) = explode("=", $lines[31]);
$rec = mysqli_query($conn,"UPDATE Player SET Name = '$names' WHERE uid ='".$row['uid']."'");
$rec = mysqli_query($conn,"UPDATE Player SET pk = '$pka' WHERE uid ='".$row['uid']."'");
?>
<section>
<tr><td align="center"><? echo $i;?>.</td>
<td><? echo $row['Name'];?></td>
<td style="color:red;"><? echo $row['pk'];?></td>
</tr>
</section>
<? $i++; } ?>
</tbody>
</table>
<? include 'config.php'; ?>
<?
$result = mysqli_query($conn,"SELECT * FROM accounts WHERE NOT ID = 0") or die(mysqli_error());
$i = '1';
while ($row = mysqli_fetch_array($result)) {
?>
<?php
$reg1=mysqli_query($conn,"insert into Player (uid) Values('".$row['ID']."')");
?>
<?php } ?>
<table id="zctb" class="display table table-striped table-bordered table-hover text-center" cellspacing="0" width="100%">
<thead>
<tr>
<th style="width: 120px;"><center>Nu</center></th>
<th><center>Player</center></th>
<th><center>Avater</center></th>
<th><center>Character</center></th>
<th><center>Level</center></th>
</tr>
</thead>
<tbody>
<?
$result = mysqli_query($conn,"SELECT * FROM Player ORDER BY Level DESC") or die(mysqli_error());
$i = '1';
while ($row = mysqli_fetch_array($result)) {
$myFile = "$link_c/".$row['uid'].".ini";
if (file_exists(''.$$myFile.''))
{
$lines = file($myFile);
}
list($name_a, $names) = explode("=", $lines[4]);
list($face_aa, $aFace) = explode("=", $lines[3]);
list($cps, $cpsnumber) = explode("=", $lines[27]);
list($class, $classnumber ) = explode("=", $lines[5]);
list($level, $levelnumber) = explode("=", $lines[22]);
$rec = mysqli_query($conn,"UPDATE Player SET Name = '$names' WHERE uid ='".$row['uid']."'");
$rec = mysqli_query($conn,"UPDATE Player SET Level = '$levelnumber' WHERE uid ='".$row['uid']."'");
$rec = mysqli_query($conn,"UPDATE Player SET Face = '$aFace' WHERE uid ='".$row['uid']."'");
$rec = mysqli_query($conn,"UPDATE Player SET CLass = '$classnumber' WHERE uid ='".$row['uid']."'");
?>
<section>
<tr><td align="center"><? echo $i;?>.</td>
<td><? echo $row['Name'];?></td>
<td><img class=" img-circle" src="Ranking/faces/<? echo $row['Face'];?>.jpg" style="margin: 0 auto; border-radius:50%;" width=40px;" class="user-image" alt=""></td>
<td><? echo classs($row['CLass']);?></td>
<td><? echo $row['Level'];?></td>
</tr>
</section>
<? $i++; } ?>
</tbody>
</table>
<? include 'config.php'; ?>
<?
$result = mysqli_query($conn,"SELECT * FROM accounts WHERE NOT ID = 0") or die(mysqli_error());
$i = '1';
while ($row = mysqli_fetch_array($result)) {
?>
<?php
$reg1=mysqli_query($conn,"insert into Player (uid) Values('".$row['ID']."')");
?>
<?php } ?>
<table id="zctb" class="display table table-striped table-bordered table-hover text-center" cellspacing="0" width="100%">
<thead>
<tr>
<th style="width: 120px;"><center>Nu</center></th>
<th><center>Name Player</center></th>
<th><center>CPS</center></th>
</tr>
</thead>
<tbody>
<?
$result = mysqli_query($conn,"SELECT * FROM Player ORDER BY Cps DESC") or die(mysqli_error());
$i = '1';
while ($row = mysqli_fetch_array($result)) {
$myFile = "$link_c/".$row['uid'].".ini";
if (file_exists(''.$$myFile.''))
{
$lines = file($myFile);
}
list($name_a, $names) = explode("=", $lines[4]);
list($cps, $cpsnumber) = explode("=", $lines[27]);
list($DonationNobility_a, $DonationNobility) = explode("=", $lines[29]);
$rec = mysqli_query($conn,"UPDATE Player SET Name = '$names' WHERE uid ='".$row['uid']."'");
$rec = mysqli_query($conn,"UPDATE Player SET Cps = '$cpsnumber' WHERE uid ='".$row['uid']."'");
?>
<section>
<tr><td align="center"><? echo $i;?>.</td>
<td><? echo $row['Name'];?></td>
<td><? echo number_format($row['Cps']);?></td>
</tr>
</section>
<? $i++; } ?>
</tbody>
</table>
[Character]
UID=1000001
Body=1003
Face=110
Name=Monk
Class=60
Map=1002
X=328
Y=238
Spouse=None
FirstClass=0
SecoundeClass=0
CPBoundPackToday=False
FateFruitUsed=0
CPBoundPack=0
ConquerPointsLimitaion=0
ConquerPointDropLimitLayer=1
ExchangeNormalAvaliability=0
ExchangehighAvaliability=0
GiantGhasomKill=0
MiningAttempts=140
GiantGhasomKillClaimed=False
WrongAnswers0=0
WrongAnswers1=0
WrongAnswers2=0
WrongAnswers3=0
WrongAnswers4=0
Avatar=0
Merchant=0
MerchantApplicationEnd=0
PMap=0
PMapX=0
PMapY=0
Agility=1
Strength=3
Vitaliti=4
Spirit=2
Atributes=0
Reborn=0
Level=140
Haire=516
Experience=0
MinHitPoints=114
MinMana=0
ConquerPoints=100000
BoundConquerPoints=0
Money=9000
VirtutePoints=0
PkPoints=150
QuizPoints=0
Enilghten=0
EnlightenReceive=0
DailySignUpDays=0
LateSignIn=0
DailyMonth=0
DailySignUpRewards=0
VipLevel=6
VipTime=636988553783974304
Achivement=0/32768/0/3584/0/0/0/0/0/0/0/0/0/0/
WHMoney=0
BlessTime=0
SpouseUID=0
HeavenBlessing=0
LostTimeBlessing=0
HuntingBlessing=0
OnlineTrainingPoints=0
JoinOnflineTG=0
Day=0
BDExp=0
SwordMaster=0
TeratoDragon=0
PurbleBanshee=0
DExpTime=0
RateExp=1
ExpBallUsed=0
ExpFruitUsed=0
SubProfInfo=0#0#0#
Dragon=0/1/0/0/0/0/0/
Pheonix=0/2/0/0/0/0/0/
Turtle=0/4/0/0/0/0/0/
Tiger=0/3/0/0/0/0/0/
ChiPoints=4000
Flowers=1/0/0/0/0/0/0/0/0/
DonationNobility=100000000
GuildID=0
GuildRank=0
UnionUID=0
UnionRank=0
UnionExploits=0
UnionGoldBrick=0
KingDomExploits=0
FRL=0
SRL=0
Reincanation=False
LotteryEntries=0
DbTry=False
DemonEx=0/0/0/0/
PkName=0
PkUID=0
Cursed=0
HeroRewards=1/103/0/
Activeness=0/5/3/1/1/1/2/0/0/3/0/0/
AparenceType=0
HitShoot=0
MisShoot=0
ArenaDeads=0
ArenaKills=0
EpicQuestChance=0
TKills=0
OnlineMinutes=16
HistoryChampionPoints=0
TodayChampionPoints=0
ChampionPoints=0
DailySpiritBeadItem=0
SpecialTitles=0,
SecurityPass=0,0,0,
TCT=0
RacePoints=0
NameEditCount=0
ClaimStateGift=0
enervant=0
InventorySashCount=0
CountryID=0
MyFootBallPoints=0
ExpProtection=0
PrestigePoints=3762
BanCount=0
BuyKingdomDeeds=0
KingDomDeeds=0
RechargeProgress=0
ExchangeShop=0/
ExtraAtributes=0
OpenHousePack=0
ClaimTowerAmulets=0
TOMClaimTeamReward=0
MyTowerOfMysteryLayer=0
MyTowerOfMysteryLayerElite=0
TowerOfMysterychallenge=3
TowerOfMysteryChallengeFlag=0
TOMSelectChallengeToday=0
TOMChallengeToday=0
TOMRefreshReward=0
TOM_Reward=0
JPAStamp=0
EpicTrojan=0/0/0/0/1/1/0/0/0/0/0/0/0/0/1/0/0/0/1/0/
GiveFlowersToPerformer=0
UseChiToken=0
CanChangeWindWalkerFree=636962625190642794
#region ChangeName (2080)
#region ChangeName (2080)
case 0x820:
COServer.Network.GamePackets.NameChange change = new COServer.Network.GamePackets.NameChange(false);
change.Deserialize(packet);
if (change.Action == COServer.Network.GamePackets.NameChange.NameChangeAction.Request)
{
string name = Encoding.Default.GetString(packet, 10, 0x10).TrimEnd(new char[1]);
packet[6] = (byte)client.namechanges;
packet[8] = (byte)(100 - client.namechanges);
change.Send(client);
client.Send(change);
if ((name != "") && (name != ""))
{
if (!Npcs.InvalidCharacters(name) || !Npcs.InvalidCharacters3(name) || name.Contains("[") || name.Contains("]"))
{
NpcReply reply = new NpcReply(6, "im sorry not allowed now close the dialog and try again");
reply.OptionID = 0xff;
client.Send(reply.ToArray());
return;
}
Database.MySqlReader reader = new Database.MySqlReader(new Database.MySqlCommand(Database.MySqlCommandType.SELECT).Select("entities").Where("name", name));
if (reader.Read())
{
packet[4] = 2;
change.Send(client);
client.Send(change);
return;
}
if (client.Entity.ConquerPoints >= rates.ChangeName)
{
client.Entity.ConquerPoints -= rates.ChangeName;
// Database.MySqlCommand command3 = new Database.MySqlCommand(Database.MySqlCommandType.Update);
// command3.Update("entities").Set("namechange", name).Where("UID", (long)client.Entity.UID).Execute();
client.NewName = name;
COServer.Console.WriteLine(client.Entity.Name + ", Changed hes Name to : " + name);
Kernel.SendWorldMessage(new COServer.Network.GamePackets.Message(client.Entity.Name + ", Changed He's/Hers Name to " + name + ", Will be affected after Maint.", System.Drawing.Color.Red, 0x7d0), Program.Values);
client.namechanges += 1;
packet[4] = 1;
change.Send(client);
client.Send(change);
NpcReply reply = new NpcReply(6, "Your new name is : " + name + ", After server Restart You will get your new name.")
{
OptionID = 0xff
};
client.Send(reply.ToArray());
client.ChangeName(client);
}
else
{
NpcReply reply = new NpcReply(6, "Come back when you have " + rates.ChangeName + " CPS.")
{
OptionID = 0xff
};
client.Send(reply.ToArray());
}
}
}
return;
#endregion ChangeName (2080)
#region Change Sex
#region Change Sex
case 11002:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello my friend " + client.Player.Name + " . I can help you to Change your Sex , this change for 1075 CPs , need to change ?");
dialog.Option("Yes Please.", 1);
dialog.Option("I don't care..", 255);
dialog.Avatar(110);
dialog.Send();
break;
}
case 1:
{
dialog.Text("Please choose now , need change from boy to girl ? or girl to boy ?");
dialog.Option("Boy To Girl.", 3);
dialog.Option("Girl To Boy.", 2);
dialog.Avatar(110);
dialog.Send();
break;
}
case 2:
{
dialog.Text("Please choose now , need size of your email big or small boy?");
dialog.Option("Small Boy.", 5);
dialog.Avatar(110);
dialog.Send();
break;
}
case 3:
{
dialog.Text("Please choose now , need size of your email big or small girl?");
dialog.Option("Big Girl.", 6);
dialog.Option("Small Girl.", 7);
dialog.Avatar(110);
dialog.Send();
break;
}
case 4:
{
if (client.Player.ConquerPoints >= 1075)
{
if (client.Player.Body == 2001 || client.Player.Body == 2002)
{
client.Equipment.Remove(9);
if (client.Equipment.Objects[9] != null)
client.Equipment.Objects[9] = null;
ClientEquip equips = new ClientEquip();
equips.DoEquips(client);
client.Send(equips);
client.NobilityInformation.Gender = 1;
client.Player.Spouse = "None";
client.Player.ConquerPoints -= 1075;
client.Player.Body = 1004;
client.NobilityInformation.Mesh = client.Player.Mesh;
client.Equipment.UpdateEntityPacket();
Database.EntityTable.SaveEntity(client);
client.Disconnect();
}
else
{
dialog.Text("Error");
}
}
else
{
dialog.Text("Sorry you Don't Have 1075 Cps?");
dialog.Option("Alright, Thank you.", 255);
}
break;
}
case 5:
{
if (client.Player.ConquerPoints >= 1075)
{
if (client.Player.Body == 2001 || client.Player.Body == 2002)
{
client.Equipment.Remove(9);
if (client.Equipment.Objects[9] != null)
client.Equipment.Objects[9] = null;
ClientEquip equips = new ClientEquip();
equips.DoEquips(client);
client.Send(equips);
client.NobilityInformation.Gender = 1;
client.Player.Spouse = "None";
client.Player.ConquerPoints -= 1075;
client.Player.Body = 1003;
client.NobilityInformation.Mesh = client.Player.Mesh;
client.Equipment.UpdateEntityPacket();
Database.EntityTable.SaveEntity(client);
client.Disconnect();
}
else
{
dialog.Text("Error");
}
}
else
{
dialog.Text("Sorry you Don't Have 1075 Cps?");
dialog.Option("Alright, Thank you.", 255);
}
break;
}
case 6:
{
if (client.Player.ConquerPoints >= 1075)
{
if (client.Player.Body == 1003 || client.Player.Body == 1004)
{
client.Equipment.Remove(9);
if (client.Equipment.Objects[9] != null)
client.Equipment.Objects[9] = null;
ClientEquip equips = new ClientEquip();
equips.DoEquips(client);
client.Send(equips);
client.NobilityInformation.Gender = 0;
client.Player.Spouse = "None";
client.Player.ConquerPoints -= 1075;
client.Player.Body = 2002;
client.NobilityInformation.Mesh = client.Player.Mesh;
client.Equipment.UpdateEntityPacket();
Database.EntityTable.SaveEntity(client);
client.Disconnect();
}
else
{
dialog.Text("Error");
}
}
else
{
dialog.Text("Sorry you Don't Have 1075 Cps?");
dialog.Option("Alright, Thank you.", 255);
}
break;
}
case 7:
{
if (client.Player.ConquerPoints >= 1075)
{
if (client.Player.Body == 1003 || client.Player.Body == 1004)
{
client.Equipment.Remove(9);
if (client.Equipment.Objects[9] != null)
client.Equipment.Objects[9] = null;
ClientEquip equips = new ClientEquip();
equips.DoEquips(client);
client.Send(equips);
client.NobilityInformation.Gender = 0;
client.Player.Spouse = "None";
client.Player.ConquerPoints -= 1075;
client.Player.Body = 2002;
client.NobilityInformation.Mesh = client.Player.Mesh;
client.Equipment.UpdateEntityPacket();
Database.EntityTable.SaveEntity(client);
client.Disconnect();
}
else
{
dialog.Text("Error");
}
}
else
{
dialog.Text("Sorry you Don't Have 1075 Cps?");
dialog.Option("Alright, Thank you.", 255);
}
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
شرح تعدي الانبي سهات فى سورس أليكس سوريات | ابو حمزه9 | تطوير سيرفرات كونكر | 20 | 2024-09-19 02:09 AM |
أن بي سي الأسطف سورس أليكس | ابو حمزه9 | تطوير سيرفرات كونكر | 9 | 2024-04-15 12:51 PM |
مشكلة في صفحت تسجيل | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-17 03:35 PM |
مشكلة في صفحت تسجيل | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2019-10-21 12:30 PM |
صفحة تسحيل | abdallahzuhair | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-06-05 01:57 AM |