Try this and see if it helps..
mysql_query("INSERT INTO gangs VALUES('','ThE GaNgStErZ','join if ur invited','','',0,0,100,60,60,5,0,0,'')");
or
Type: Posts; User: QBD
Try this and see if it helps..
mysql_query("INSERT INTO gangs VALUES('','ThE GaNgStErZ','join if ur invited','','',0,0,100,60,60,5,0,0,'')");
or
I came across a little unpatched code thats open to XSS attacks and i will not go into detail about how it works
but, the register.php page is vulnerable to this attack. I have fixed this on my...
Thanks.. i forgot to add the link.. Lol..
Open smenu.php and add this somewhere under Gangs
> Edit Organised Crime
This is something that i made probably a few months ago and i haven't seen one posted here yet.. so here's one of my modifications for editing organised crimes
In staff_gangs.php find..
...
I know of one attack bug that is found in V2 but i don't know if this is what you are looking for but it may help you and others..
Find in attacklost.php:
<?php
$atkpage=1;
include...
I made this simple script to keep track of donator packs, will potions and bodyguards donations. This script may be of some use to you to keep you from going into your database and looking for the...
How i stopped this was very easy.. first you find the..
$q=$db->query("SELECT * FROM crystalmarket cm WHERE cmID={$_GET['ID']}");
under the function crystal_buy()
and replace it with..
...
There is no print function on line 53.. it should be..
print "President: {$ldr['username']}
";