Jump to content
MakeWebGames

jedigunz

Members
  • Posts

    111
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by jedigunz

  1. Its been great. shame to see it go. I am working full steam ahead on https://www.deadlycountry.com and bringing some features never seen to mccodes and completely revamping the engine. Everyone is welcome to come have a look at the new redesign in the coming weeks !!. Thank you all Can also get in touch.. [email protected]
  2. Thanks for that @AdamHull I will have a look at your V1 conversion when I get a chance @skalman I removed magic quotes since PHP 7, might be some of the modification I have either added or coded which is affecting it then, I will look more closely and see what else could be the issue
  3. I was attempting to use a library called Rector but had no luck getting composer recognised by an IDE to actually run rector and convert the engine automatically. https://github.com/rectorphp/rector Also I have seen another library that could work but also needs composer PHPCodeSniffer https://github.com/squizlabs/PHP_CodeSniffer Composer https://getcomposer.org I have a subdomain running php8 and the main domain running php7 , 7 works but 8 doesn't and I get a Critical Error when logging in (A critical error has occurred, and this page cannot be displayed. Please try again later.) Change it back to PHP7 and no problems again. NOT WORKING (PHP8) http://phpupdate.deadlycountry.com/login.php WORKS (PHP7) https://deadlycountry.com/login.php If anyone uses composer and knows how to get it running on an IDE on Windows that would be great ! if anyone or yourself Ishraq have any other conversion suggestions for the base engine let me know.
  4. Now that PHP 7 is becoming deprecated across most servers, MCCODES 2.0.5b does not work on version 8. Has anyone played around with the engine to get it working on PHP 8 ?? Be good to know if there are any simple fixes for this issue.
  5. Hi 🙂 ,. I'm currently the Head Developer over at: https://www.deadlycountry.com wondered if you could drop me a beta code to access your game ??
  6. Welcome NewHustle, First of all what engine are you deciding to use to run your game with ?? GL, MC ?? and if you wanted to learn some PHP i could send you some tutorials over on how to code, they are university classes so not publicly available online and to be fair are much better written compared to what you can find online anyway I might have some for Javascript, HTML, CSS as well, let me know and I will have a look over the weekend and inbox them to you. Personally I think to get a good game running and make your vision come to life the most important thing is being able to develop it yourself when it comes to these types of games When it comes to maintenance and growth thats a trial and error, thinking of ideas and bringing it to market. Unique Ideas, Marketing Strategies Get the product ready and fully tested, then release and see what happens. have you got a domain for your website yet ?? -JediGunz
  7. Woow thanks a lot for the back-up. Should keep me busy for a while 🙂 I have noticed a few i cant seem to see in the list: money dome ajax chat new gang functions v2 the 2 x VIP Donator Mods are these named something else in the files or are they missing completely ??
  8. The staff panel of the mod actually required data already in the database to be able to add any information to the database. once the animals had been added the farm.php still had breaks with the exact same code which i commented out numerous times. tested the mod with the if($farm->installed() function and it works perfectly fine without it.
  9. ionos hosting allows you to set whatever cron you like by writing the script through SSH . they normally offer really cheap hosting for the first 6-12 months and also include a domain. https://www.ionos.com/hosting/web-hosting#plans
  10. this is the problem i get after installation. had to do a bunch of updating to work with v2.0.5b but still same issue occurs.
  11. I have been looking around at a range of different modification to play around with for my website https://www.deadlycountry.com so i had a look on the mccodes website and was hoping someone might be able to help and have these free modifications laying around. I have edited the page and marked which mods i am currently looking for. PAGE 1 PAGE 2 PAGE 3
  12. i keep getting errors like this through out the farming mod ,. so I've just commented out this code which seems pointless that it requires data in the database to be able to add data to the database ,. gonna test the mod fully and post any other issues i come across. i am also looking for some other free mods on the original marketplace would anyone happen to have any of these modifications for me to try out and play around with ?? I've edited the web page and displayed WANTED next to the ones i am after PAGE 1 PAGE 2 PAGE 3
  13. yeah i tested the farm from installation is full of bugs for v2.0.5b ,. ill iron out some of those bugs at some point and figure out whats going on 🙂
  14. awesome thanks a lot ill give this some testing later on 🙂
  15. Crafting system was $25.00 Download GOT THIS Farming system was $15.00 Download IP was $5.00 Download Timestamp crons was $5.00 Download Adv. property system was $25.00 Download GOT THIS Username images was $15.00 Download has anyone got access to these files as the mccodes website no longer allows you to download directly from it anymore and the other 4 are not existent on the downloads page,. ?? ,. im interested in the farming mod to have a look at more than anything ,. ,. the rest would be okay also ,.
  16. hmmm ,. this seems interesting,. have you got any of the engine built so far ??
  17. Getting this error,. isit missing an SQL ????? QUERY ERROR: Table 'a6878110_cc.records' doesn't exist Query was SELECT `recid`,`rec15`,`rec30`,`rec24`,`rec60` FROM `records` WHERE recid = 1
  18. Anyone got the SQL for this ???
  19.   sure ,.. to be honest this part of this script has not been touched and was working fine before the resend password mod was added,.   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>"); } if($_POST['username']) { if(!valid_email($_POST['email'])) { die("<font color='white'>Sorry, the email is invalid.<br /> ><a href='register.php'<font color='white'>>Back</a>"); } if(strlen($_POST['username']) < 4) { die("<font color='white'>Sorry, the username is too short.<br /> ><a href='register.php'><font color='white'>Back</a>"); } $sm=100;     and im not sure if this was neccesary in the SQL,. i just added it myself you can refer to the resend mod in the link at the top of the page and see what i've added differently to what they have said,. maybe i've added something i didnt need im not sure ,... ALTER TABLE `validating` ADD `squestion` VARCHAR( 255 ) NOT NULL ;
  20. Hello Community maybe you can help or maybe I've overlooked something So i have an email validation mod that was working fine but i've tried to add this reset password mod alongside it Link Below http://makewebgames.io/showthre...orget+password the verification email sends fine but im getting this error when it goes to validate.php ,. Sorry the email is invalid ,.. ill describe what i've done below and provide some images to show what i mean. Screens below and a walkthrough of what I've done.   Validate Change I added --- ('{$_POST['squestion']}'), ---- & --- squestion, ---- $db->query("INSERT INTO users (username, login_name, userpass, squestion, level, money, crystals, donatordays, user_level, energy, maxenergy, will, maxwill, brave, maxbrave, hp, maxhp, location, gender, signedup, email, bankmoney, lastip, lastip_signup) VALUES( '{$username}', '{$username}', md5('{$_POST['password']}'), ('{$_POST['squestion']}'), 1, $sm, 0, 0, 1, 12, 12, 100, 100, 5, 5, 100, 100, 1, '{$_POST['gender']}', unix_timestamp(), '{$_POST['email']}', -1, '$IP', '$IP')"); $i=$db->insert_id();     also added into validate.php & register.php function QuestionMatch() { sqt1=document.getElementById('sq1').value; sqt2=document.getElementById('sq2').value; if(sqt1 == sqt2) { document.getElementById('squestionresult').innerHTML="<font color='green'>OK</font>"; } else { document.getElementById('squestionresult').innerHTML="<font color='red'>Not Matching</font>"; } } also added into validate.php & register.php <tr> <td>Favourite Colour</td> <td><input type=text id='sq1' name=squestion onkeyup='QuestionMatch();'></td> <td>For Password Reset</td> </tr> <tr> <td>Confirm Favourite Colour</td> <td><input type=text name=csquestion id='sq2' onkeyup='QuestionMatch();'></td> <td><div id='squestionresult'></div></td> </tr> <tr>     Okay now lets move onto what I've changed in the register ,. added -- '{$_POST['squestion']}' , ---   $db->query("INSERT INTO validating VALUES ( '$key' , '$username' , '{$_POST['password']}' , '{$_POST['squestion']}' , '{$_POST['email']}', '{$_POST['promo']}', '{$_POST['gender']}', '{$_POST['ref']}')", $c);     Added this to the email section of the register.php Username: $username Password: {$_POST['password']} Favourite Colour: {$_POST['squestion']}     added this below the password section of the register.php else if($_POST['squestion'] != $_POST['csquestion']) { print "<h1>ERROR! The Questions Dont Match</h1> >Back"; }     SQL's Added,. ALTER TABLE `users` ADD `squestion` VARCHAR( 255 ) NOT NULL ; ALTER TABLE `validating` ADD `squestion` VARCHAR( 255 ) NOT NULL ;
  21. no its really bugging me as well,. would love to have the updated version
  22. cant remember name I used or email or address on that account that's the thing :p,. don't think there's anything you can do for me unless it comes back to me
  23. again I used a fake name with paypal as I was only 13 at the time :p ,. I'm 23 now ,. my names Luke Dunne but think I used James something lool
  24. Kyle I Think I had you on MSN along with ColdBlooded around 8-10 years ago,. I used so many emails and probably kept started and stopped about 30 websites ,. does [email protected] or [email protected] or [email protected] come up at all,. ?? (edited) ,. oh i am php 5 miss typed 4 lool
  25.   So doesn't the new version of mcv2 use Magic Quotes then ?? ,. and also has SQL Injection prevention in place and more stable ??
×
×
  • Create New...