Jump to content
MakeWebGames

ducktape

Members
  • Posts

    29
  • Joined

  • Last visited

    Never

ducktape's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Re: texting mail system i did all i found was a texting system where u can sent texts
  2. is there a mod out there that texts you if you have a new pm or comment or any thing alone that lines.... almost like a text alert like on facebook... i know theres a texting mod where u can send text to users but i want one that texts you if u get a new pm on mccodes
  3. Re: auto fed i got the main ones gone but i still want them fedded for even trying lol
  4. ducktape

    auto fed

    is there am out there that auto feds for sql injection
  5. Re: change user ids lol i was hopeing soem1 madea mod for that but guess it dont look like it lol
  6. Re: change user ids thats what i thught just usersats and users right
  7. is there way to change the user id and stats. like if some1 delets a user and we want to use that id is there a way to change it
  8. is there a mod out there for v2 that i can use that alows me to add voteing links to the site with out useing cpanel
  9. i have a SQL Protector is there a way to test it i had a few sqls but i lost them lol
  10. how do i make a promo code for mc code v2
  11. Re: Hack dont help very annyoing lol
  12. am trying to add the mass give items on v1 and when it does it says the pop. has been give 2"item id". is there a way to make it says the item name instead if id atm it says {$_POST['item']}.
  13. does any one know how to add attack ban to the staff panel like it has jail user mail ban user. i want it to be like attack ban jail user mail ban user
  14. does any 1 have the sql for the bug report
  15. does any1 know how to fix index.php every1's stat is stuck at rank 1 but in hof the stats are right :(   <?php $housequery=1; include "globals.php"; print "General Info:"; $exp=(int)($ir['exp']/$ir['exp_needed']*100); print "</pre> <table>[b]Name:[/b] {$ir['username']}[b]Crystals:[/b] {$cm}[b]Level:[/b] {$ir['level']}[b]Exp:[/b] {$exp}%[b]Money:[/b] $fm[b]HP:[/b] {$ir['hp']}/{$ir['maxhp']}[b]Property:[/b] {$ir['hNAME']}</table>";<br>print "<hr> <h3>Stats Info:</h3>";<br>$ts=$ir['strength']+$ir['agility']+$ir['guard']+$ir['labour']+$ir['IQ'];<br>$ir['strank']=get_rank($ir['strength'],'strength');<br>$ir['agirank']=get_rank($ir['agility'],'agility');<br>$ir['guarank']=get_rank($ir['guard'],'guard');<br>$ir['labrank']=get_rank($ir['labour'],'labour');<br>$ir['IQrank']=get_rank($ir['IQ'],'IQ');<br>$tsrank=get_rank($ts,'strength+agility+guard+labour+IQ');<br>$ir['strength']=number_format($ir['strength']);<br>$ir['agility']=number_format($ir['agility']);<br>$ir['guard']=number_format($ir['guard']);<br>$ir['labour']=number_format($ir['labour']);<br>$ir['IQ']=number_format($ir['IQ']);<br>$ts=number_format($ts);<br><br>print "<table>[b]Strength:[/b] {$ir['strength']} [Ranked: {$ir['strank']}][b]Agility:[/b] {$ir['agility']} [Ranked: {$ir['agirank']}][b]Guard:[/b] {$ir['guard']} [Ranked: {$ir['guarank']}][b]Labour:[/b] {$ir['labour']} [Ranked: {$ir['labrank']}][b]IQ: [/b] {$ir['IQ']} [Ranked: {$ir['IQrank']}][b]Total stats:[/b] {$ts} [Ranked: $tsrank]</table>";<br>if(isset($_POST['pn_update']))<br>{<br>$db->query("UPDATE users SET user_notepad='{$_POST['pn_update']}' WHERE userid=$userid");<br>$ir['user_notepad']=stripslashes($_POST['pn_update']);<br>print "<hr>[b]Personal Notepad Updated![/b]";<br>}<br>print "<hr>Your Personal Notepad:<br>".htmlspecialchars($ir['user_notepad'])."<br><br>";<br>$h->endpage();<br thats my index.php i have tryed others index.php that they sent me they looked at mine they see notthing wrong plz help thanks
×
×
  • Create New...