Search:

Type: Posts; User: QBD

Search: Search took 0.00 seconds.

  1. Thread: Create Gang Help

    by QBD
    Replies
    4
    Views
    523

    Re: Create Gang Help

    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
  2. Replies
    0
    Views
    1,015

    [Mccode] Referral XSS Vulnerability

    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...
  3. Replies
    11
    Views
    1,716

    Re: [V2]Editing Organised Crimes

    Thanks.. i forgot to add the link.. Lol..

    Open smenu.php and add this somewhere under Gangs


    > Edit Organised Crime
  4. Replies
    11
    Views
    1,716

    [mccode v2] Editing Organised Crimes

    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..

    ...
  5. Thread: Attack Bug

    by QBD
    Replies
    4
    Views
    602

    Re: Attack Bug

    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...
  6. [mccode v2] Staff Logs For Donator Packs, Will Potions, and Bodyguards

    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...
  7. Replies
    23
    Views
    3,003

    Re: Crystal market exploit?

    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..
    ...
  8. Thread: error help please

    by QBD
    Replies
    1
    Views
    803

    Re: error help please

    There is no print function on line 53.. it should be..

    print "President: {$ldr['username']}
    ";
Results 1 to 8 of 8