Holly Shit
#1

Some bot hacked in 2 admins accounts (including me) and banned all of us.How is that possible?

Is there any way to stop them.
Reply
#2

lolwut?

provide us with more info...
Reply
#3

Ok so i was off.But then some kind of hack bot done this



Reply
#4

Your password might have been weak..
Reply
#5

I dont think that could be pass it included numbers symbols and letters.
Reply
#6

Your script is most likely causing it then.
What is your registration/administration script based on? (method-wise, as in, are you using Y_INI, MySQL, etc)
Reply
#7

Y_INI

Admin system based on Kush's tutoriol.

Anyways im adding a protection right now which includes:

-Banning CJ skin if its used.
-Admin password to use admin commands.
Reply
#8

Maybe they should use more strong password? ... if you use 123123 then everyone can hack your account, and make an admin security password, like when they log in with the admin account they should add the secret admin security password too.
Reply
#9

Quote:
Originally Posted by lordturhan
Посмотреть сообщение
Y_INI

Admin system based on Kush's tutoriol.

Anyways im adding a protection right now which includes:

-Banning CJ skin if its used.
-Admin password to use admin commands.
No need to do that.
Can I see the function which loads the player data?
Reply
#10

forward LoadUser_data(playerid,name[],value[]);
public LoadUser_data(playerid,name[],value[])
{
INI_Int("Password",PlayerInfo[playerid][pPass]);
INI_Int("Cash",PlayerInfo[playerid][pCash]);
INI_Int("Admin",PlayerInfo[playerid][pAdmin]);
INI_Int("Kills",PlayerInfo[playerid][pKills]);
INI_Int("Deaths",PlayerInfo[playerid][pDeaths]);
INI_Int("Score",PlayerInfo[playerid][pScore]);
INI_Int("Warns",PlayerInfo[playerid][pWarns]);
INI_Int("Ip",PlayerInfo[playerid][pIp]);
INI_Int("Muted",PlayerInfo[playerid][pMuted]);
INI_Int("Freeze",PlayerInfo[playerid][pWarns]);
INI_Int("Vip",PlayerInfo[playerid][pVip]);
INI_Int("Airforce",PlayerInfo[playerid][pAirforce]);
INI_Int("Xp",PlayerInfo[playerid][pXp]);
return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)