Jump to content
MakeWebGames

Reecey12345

Members
  • Posts

    165
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Reecey12345

  1. Would bigint work over int?
  2. Could someone explain to me what i need to do to make the crystals, money and stats cap higher than 2.1Bil?
  3. could that just be changed from ['password'] to ['username'] or ID?
  4. I'm looking for donator pack to credit Items & Levels.   $db->query("UPDATE users u LEFT JOIN userstats us ON u.userid=us.userid SET u.money=u.money+3500000,u.crystals=u.crystals+7500, us.IQ=us.IQ+0,u.donatordays=u.donatordays+90 WHERE u.userid={$for}"); $d=90;   Items would need a quantity and item ID of course & just add the level increase as '1'. A few minutes work for £2.00, payment via paypal.
  5. Ah well i guess that does make some sense, anyway i have a very very simple request to put up on a new thread, it's literally a few minutes work so if you guys still have interest, then please check it out.
  6. Was only 2 year back i saw top coders doing MCCodes security for like £5-£15, what happened there then?
  7. £7.50 is my maximum price, considering if you are quality with security, i'm going to offer you more and more work and pay.
  8. Hello, I'm looking for someone to secure my game to the best level of security from all known injections and all other types of security. I'm offering £5.00 to anyone who wishes to do so & also if you are looking for more work I am happy to pay for more after I see the qualities in your security work that I request. Thanks, Reece.
  9. It works fine, only that it seems to go below my background image? I have 2 separate images, one for center and one for at the actual back. And it seems to go to the bottom of my center background:) I'm attempting to fix, but i will let you know if i do or dont, thanks for your help
  10. I will look for it again now, it was off a thread on here..
  11. I have removed it out of the code that is why?..
  12. Just require a little help, I've tried to add 'Top 5 Players' & 'Top 5 Gangs' to my Login page, but i either get the code showing up because something is already printing, or i just get a blank white page. Would anyone help putting me a Top 5 Players & Gangs table in, i want them on 2 separate tables next to each other, underneath the 'About' section. <?php session_start(); include "config.php"; global $_CONFIG; define("MONO_ON", 1); require "class/class_db_{$_CONFIG['driver']}.php"; $db=new database; $db->configure($_CONFIG['hostname'], $_CONFIG['username'], $_CONFIG['password'], $_CONFIG['database'], $_CONFIG['persistent']); $db->connect(); $c=$db->connection_id; $set=array(); $settq=$db->query("SELECT * FROM settings"); while($r=$db->fetch_row($settq)) { $set[$r['conf_name']]=$r['conf_value']; } print <<<EOF <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>{$set['game_name']}</title> <script language="JavaScript"> <!-- function getCookieVal (offset) { var endstr = document.cookie.indexOf (";", offset); if (endstr == -1) endstr = document.cookie.length; return unescape(document.cookie.substring(offset, endstr)); } function GetCookie (name) { var arg = name + "="; var alen = arg.length; var clen = document.cookie.length; var i = 0; while (i < clen) { var j = i + alen; if (document.cookie.substring(i, j) == arg) return getCookieVal (j); i = document.cookie.indexOf(" ", i) + 1; if (i == 0) break; } return null; } function SetCookie (name,value,expires,path,domain,secure) { document.cookie = name + "=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + ((secure) ? "; secure" : ""); } function DeleteCookie (name,path,domain) { if (GetCookie(name)) { document.cookie = name + "=" + ((path) ? "; path=" + path : "") + ((domain) ? "; domain=" + domain : "") + "; expires=Thu, 01-Jan-70 00:00:01 GMT"; } } // --> </script> <script language="JavaScript"> var usr; var pw; var sv; function getme() { usr = document.login.username; pw = document.login.password; sv = document.login.save; if (GetCookie('player') != null) { usr.value = GetCookie('username') pw.value = GetCookie('password') if (GetCookie('save') == 'true') { sv[0].checked = true; } } } function saveme() { if (usr.value.length != 0 && pw.value.length != 0) { if (sv[0].checked) { expdate = new Date(); expdate.setTime(expdate.getTime()+(365 * 24 * 60 * 60 * 1000)); SetCookie('username', usr.value, expdate); SetCookie('password', pw.value, expdate); SetCookie('save', 'true', expdate); } if (sv[1].checked) { DeleteCookie('username'); DeleteCookie('password'); DeleteCookie('save'); } } else { alert('You must enter a username/password.'); return false; } } </script> <style type="text/css"> <!-- body { background-image:url('bg25.jpg'); background-color: #000000; margin-top: 0px; margin-bottom: 0px; font-family:calibri, helvetica, arial, geneva, sans-serif;font-size:12px;color: white; scrollbar-base-color: #005B70; scrollbar-arrow-color: #F3960B; scrollbar-DarkShadow-Color: #000000; } a:visited,a:active,a:hover,a:link { color: red;text-decoration: none; } table,tr,td { font-family:helvetica, arial, geneva, sans-serif;font-size: 12px; } img { border:none; } textarea { font-family:helvetica, arial, geneva, sans-serif;font-size:12px;color: red; } .table2 { } .lgrad { background-repeat:repeat-y; width:19px; } .linegrad { background-image:url(linegrad.PNG); background-repeat:repeat-y; background-align: center; width:2px; } .rgrad { background-repeat:repeat-y; width:19px; } .dgrad { background-repeat:repeat-x; height:38px; } .dgradl { background-repeat:no-repeat; height:38px; width:38px; } .dgradr { background-repeat:no-repeat; height:38px; width:38px; } .center { width:932px; background-image:url('bg26.jpg'); background-color:#000000; vertical-align:top; text-align:center; } .table { background-color:#FFFFFF; } .table3 { background-color:#000000; } .table td { background-color:#DEDEDE; height:22px; } .table3 td { background-color:#CCCCCC; } td .alt { background-color:#EEEEEE; height:22px; } td .h { background-image:url(tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #D6D6D6; } .table th { background-image:url(tablehgrad.png); background-repeat:repeat-x; font-weight: bold; background-color: #D6D6D6; } --> </style></head> <body onload="getme();"> <center> <table width="970" border="0" cellpadding="0" cellspacing="0" class="table2"> <tr> <td class="lgrad"></td> <td class="center"><img src="title.jpg" alt="Mccodes Version 2" /><br /> <!-- Begin Main Content --> EOF; $IP = ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; if(file_exists('ipbans/'.$IP)) { die("<b><font color=red size=+1>Your IP has been banned, there is no way around this.</font></b></body></html>"); } $year=date('Y'); print "<h3>> {$set['game_name']} Log-In</h3> <table width=80%> <tr> <td width=50%> <fieldset> <legend>About {$set['game_name']}</legend> {$set['game_description']} </fieldset> </td> <td> <fieldset> <legend>Login</legend>"; print "<form action=authenticate.php method=post name=login onsubmit=\"return saveme();\">Username: <input type=text name=username><br> Password: <input type=password name=password><br> Remember me?<br /> <input type=\"radio\" value=\"ON\" name=\"save\">Yes <input type=\"radio\" name=\"save\" value=\"OFF\" checked>No <input type=submit value=Submit></form></fieldset></td></tr></table><br> <h3><a href='register.php'>REGISTER</a> | <a href='tos.php'>TOS</a> | <a href='rules.php'>GAME RULES</a> | <a href='#'>PREVIEW</a> | <a href='forum/Upload'>FORUMS</a> | <a href='leaders.php'>TOP LIST</a></h3><br /> <i><center>Powered by codes made by Dabomstew (&copy {$year}). Game Copyright ©{$year} {$set['game_owner']}.</center></i>"; print <<<OUT </td> <td class="rgrad"></td> </tr> <tr> <td colspan="3"> <table cellpadding="0" cellspacing="0" border="0" width="100%"> <tr> </tr> </table> </td> </tr> </table> </body> </html> OUT; ?>
  13. QUERY ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 Query was SELECT `username` FROM `users` WHERE `userid` =   yourgang.php
  14. Funny how the IP's match exactly from 'Hell Central' to the IP you used to signup and spam on my game.
  15. Anyhow this guy does not deserve an inch of help. I gave him plenty earlier and he went on my game a while ago and spammed his 'Free Hosted' game & his MCCodes is not real, Clap to you my friend.
  16. It does allow this, I have done it that way on my game. - - - Updated - - - Also Raven honestly this error could just be because you are using Free Hosting & Domain, go for paid stuff and you probably wouldn't get such an error:)
  17. Raven, go to your SQL's and 'Repair' the SQL linked to staff items:)
  18. Would you like me to post some of my Habbo layout designs then?
  19. You guys not understand the difference by Designers and Coders? Jeez im obviously meaning we need a Template/Layout coded.
  20. We don't have the funds to pay for a whole Template yet & we want a coder who can stay over with us for long term.
  21. A look isn't needed though, your just going to see the regular MCCodes layout with SOME security and some mods added, that's all. The only visual difference is our banner that's about it. I'm actually not so new around here, I had an account with a similar name on here around 3 years ago, but i no longer have access to the email on that to get my password back.
  22. I'm not looking to post to the whole of the forum yet. When someone come forwards and wants the Coder position i will give them a look.
  23. Hello fellas, Exactly what the title says, I am needing a coder to join me in my game here are a few details of what you get and whats required! -25% of Monthly income is all yours via Paypal so the better your work the better income from receiving users that donate. -Our domain is not free, we have unlimited on almost everything. -Create a whole new Template as soon as you join us or already have one to offer. (Login, Register, MainMenu & Header) -MUST be able to secure in your coding, if not don't bother asking. They are our main perks, the 2 of us in the team so far are NOT coders, we are designers, I have had 2 years Graphics Designing experience at a 'ThisHabbo'. Habbo's biggest fan-site receiving request of around 5 images per week, the standards were very High as it was an International fansite receiving around 1,000 average visitors a day. So that's enough about myself, please PM me if you have interest, we are aiming high for success! -Reece.
  24. Dude, i have tried so many things, i have had it working in the past until i added the mod, then it stopped working so i put the old cron file back in that usually works and now it doesnt work, i have no errors when i go to cronday
  25. The cron no longer shows it is failing as i stated in the first post, it was when i put the part in for my mod so put in the normal cron day. And before i used the other the cron worked perfectly fine, now it doesn't what so ever.
×
×
  • Create New...