Jump to content
MakeWebGames

SwiftGameR

Members
  • Posts

    257
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by SwiftGameR

  1. Okay so you are looking for the inside CSS to be modified and icons created for money crystals etc and mafia theme. hmm $50.00 are you looking for a clean design as design and implementation is a bit low.. I paid over $1,000 for a design from@W3Theory || Peter and in the end never got the design i paid for in game & Login Page don't get me wrong its not like he took my $$ and never got back to me all was going fine we were speaking paid for design in advance he had some RL issues going on at the time but still trying to complete the project. The project was late so he kindly offered me some extras for the design like logo etc and i happily accepted login page was designed and in game design too he had shown me all the screenshots then everything went down hill from there lack of contact. I Yet i still patiently wait for a refund or my amazing design. Its not like @W3Theory || Peterto let down a customer he's a well known designer and Trusted coder by many around here and has been here for as long as i remember He even designed / coded by mobsters online template and another 2 templates i have.. Mobsters Online
  2. Someone has started the HTML AND CSS AND JAVASCRIPT this i have written a little php should get u started 🙂
  3. $35 Option to TRY and steal from a gang. (crystals, money, items) if you have items. Based of above a formula which will random outcomes and chances of pass / fail. Alert system when you have been hit. New option to add security to your gang higher security the harder to get successful attacks but there is always a random chance of getting hit with high security. Staff file to check logs / security purchases for each gang. Logs system which logs every user that tries to attack gang or user buys security items and keeps date / time via timestamp. PM ME OR VISIT MY WEBSITE TO GET FB CHAT. SmartWeb Production's
  4. Can make scripts for mccodes for you if you need. (cost depends on mods or whatever needs done) Install gangster legends and test the whole game make sure it is bugless. pretty sure it would be @Dayois still working on the engine as far as i know i am sure he would of patched up any issues. adding in levels and experience easy enough. $50.00 to install Gangster Legends script add levels and experience 0-200 and test the modules if you wish to speak further than contact me via pm or at [email protected] or my personal website to get a fb chat box that will come right to my mobile. sure its in the footer already but ill add it anyways lol SmartWeb Productions . I have a deal on if you spend $20.00 from the store on any of my modules (There's quite a lot for mccodes v2.0.5b) you will receive *** ANY MODULE FROM THE MARKET CREATED BY ME FOR ANY ENGINE OR A CUSTOM CODED ONE **. Thanks Steven
  5. wow thanks for mention Sim 🙂 how's it going not spoken to you in very long time hehe
  6. Not very good with PayPal ipn myself but first place i would look is to make sure the certificate is valid. What have you tried to fix it. Any issues in PayPal logs on server? Is your IPN still pointing to your site on PayPal settings. Have you went to PayPal Sand Box and tried paying there using fake money. see if it passes i am sure you get a website that pings ur website make sure it receives info. You have not given much information accept it was working then stopped and custom engine. Could you provide us with some more info plz
  7. Might not be on a engine could be a pet website just because forum says gamemakers a lot of people come here for various work i think he wants a randomize the searches click random <?php // insert some sort of header / connection file // include_once __DIR__.'./filename.ext /* Guess all this information (the words are being stored in a database not an array you could do something like this below. BEWARE I HAVE ONLY SECURED ONE PART OF HIS CODE THE REST IS ABLE TO BE ABBUSEABUSED BY VULNERABLE CODE IF NOT DONE PROPERLY.. */ if (array_key_exists('random', $_POST)) { $_POST['mother-body-size'] = array_key_exists('mother-body-size', $_POST) && is_string($_POST['mother-body-size']) ? strip_tags(stripslashes($_POST['mother-body-size'])) : null; // Check if input is empty or not. if (empty($_POST['mother-body-size'])) { // kill code } // not sure on how your sql quries are coded in. $check = $db->query('SELECT * FROM pets ORDER BY RAND() ASC LIMIT 10'); if (!$db->num_rows($check)) { // kill script } $r = $db->fetch_row($check); echo "Mothers body size is ".htmlentities(htmlspecialchars($r['mothersbodysize'])); } If anyone wanna contribute or make it into array and then query it via the array i just couldnt be bothered using array functions and array key checks etc. something to start with.
  8. thanks for shout out bud 🙂 i can say your trusted hahaha fuck your older member than me I, remember when i started out used a lot of your mods. Deffo you remember the tattoo its rare wow another old coder when i was a noob and went by nonstopcoding.
  9. some like someone has hacked ur site somehow one of ur mods might be not secured or secured and checks in place etc. would of had a look but 2 late hehe Sim is a great developer he will find the cause 😛
  10. check your Database for any inserted JS or CSS code Plus if hes double clicking its going to block the entry from first time he sent the form information. I guess you have went from v1 to v2 make sure both mysql and mysqli driver are not both running causing double queries.. V2.05b is secure to what i know of lol but its already converted to the mysqli driver selected upon installation. <?php require_once __DIR__.'/globals.php'; // Run this code in a file on its own and see if which number returns. Scans userid from the ```users``` table and if it finds a result it will show below which we are going to fetch single item no point in wasting unesserry resources. $UserCount = $db->query('SELECT COUNT(userid) FROM users WHERE user_level > 0 ORDER BY userid'); // because we are only need 1 item from the column which is Count() function with column userid which scans database faster plus saves resources.. // Below we are echo or printing out the result from the query but instead of making new variables and shit we will do it this way. echo !$db->fetch_single($UserCount) ? "Could not find any users in the game." : '.money_formatter($db->fetch_single($UserCount)).' members in your game. // So basicly if there is no records in the users table that Message "Could not find any users in the game." will display on there screen otherwise it will show something like this (1,000 players so the result should echo out 1,000 members in your game. (example it rounds the records in the table well columns) // or just scan your whole database and make sure there is no xss attacks my theroey is both old MYSQL DRIVER AND THE MYSQLI drivers are running at same time doubling the query. /* Some Steps to follow to try fix. 1. Make sure both MYSQL & MYSQLI drivers are not running at sane time. (try Remove the old one and keep the MYSQLI one) 2. Can't you do a copy + paste into a subdomsin see if issue pressists. 3. Do freah install of Mccodes V2.05b which works fine accept the staff files (*COUGH STILL NOT FIXED A WORKAROUND FOR INSERTING 0 INTO THE DATABASE LAST TIME I CHECKED IT WAS NOT IF IT HAS BEEN FIXED NOW MY APPOLIGIES IF NOT THEN AH WELL SHOW THEM THE FIX UP TO WHOEVER USES IT...)*/ # If your having issues inserting 0s into the staff files you need to find the checks where they check if its empty(either post or get variable but ninetimes out of 10 it will be post for staff side unless editing.. // base code example if (empty($_POST['buyable'])) { echo "This must be set a price.; $h->endpage(); exit; } // but if you add a small bit of logic to it to make it inserts 0's and avove. if (empty($_POST['buyable']) && !is_numeric($_POST['buyable'])) { echo "This must be set a price.; $h->endpage(); exit; } # Done now u can set 0s in staff files.
  11. ah okay iv been so busy with rl stuff not really looked at whatys changed plus never used bootstrap lol but thanks
  12. I have a much more advanced version for mccodes on store.. but yes would need converted wouldn't be hard at all being honest.
  13. That sounds wicked mate and isn't most of GL engine already mobile friendly?
  14. can u grab one random function with a query in it so i can see your code structure i can see its been converter to mysqli then pdo so could be issue within ur code causing it. Can if not to much hassle? send it here or private up to you. just something with a query in it so can see how to SELECT or UPDATE
  15. @UOTS-Owner I would take @Magictallguy offer he is amazing developer and like I said in my post when Adam mentioned me I always turned to MTG and he was great fixed my Credits Mod IPN in 5 - 10 minutes. I have also learned a lot from this guy Great Developer Very Friendly and Helpful and goes out his way to help people the best he can and he does amazing job help run this site as a admin and I have been around this site for a very long time before Dave got it. Talking back when mccodes was actually getting modules created for but then the previous owners tried to change there forum and all them mods and hours developers put into editing there posts about there free modules was screwed code got transferred over somehow causing the mods to have ' in the code plus something else. Yeah you can fix the module by finding it and removing it but should not have to do that they never done anything from there end to fix it. Ever since @Dave took over the form and got it live it is 1000x better loving the way its still got some old developers here from when I ran serval names (Newbie, NonStopCoding, SwiftGameR, Soon to be SmartWeb Productions). Template is great no issues when requested money ever Sorry told a lie there Either Dave or another Admin declined it but think Dave only has control of that not sure none of my business 😄. Anyways @Davewas not in the wrong before anyone jumps the gun here, I was actually at fault there was a module on HIS STORE which had some issues which needed fixed. So contacted buyer for lucky enough he did not want refund but was very glad to have customer service assist him to get any and all issues fixed so the buyer can actually have the working module on his game. So if you are refused payment contact Dave on discord or pm he does not hold money like old owners which I actually got back thanks to Dave 🙂
  16. Did you convert the old mysql_query to MySQLI or PDO? sorry just trying to get simple stuff answered while your online hehe
  17. Echeck PayPal's via PayPal accepts automatic I think? please correct me if I am wrong here PayPal is taking over everything hard to keep up with them lol but yeah I had broken IPN for ages and it was actually driving me crazy it should of worked but it just would not work..
  18. reading info now from where I got mentioned missed all the convo above me lol but yes when i was playing with rc engine the ipn was screwed I have a credits on for old grpg but from what I remember the engine is that out dated depending what php version your using and what code is being used. for example your running php 6 but code is built for php4 some functions etc might not work. Have you fully updated your code so its not the MySQL now.
  19. I am still around buddy thx for mention but IPNS I used to turn to @Magictallguyhe was really good at pp IPN but ill take a look. Also is ur ipn set up on PayPal and linking to your IPN listener file
  20. while your inside your header file don't forget to add the <script> tag for javascript / jquery to work also needed for my playershops module if you add link and then go back to shop page and move the selection off item the item id box disappears. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> @rednspirited Personally I would stick the query after here $bgcolor = '000000'; $option = ''; $propq = $db->query('SELECT proposal_to FROM proposals WHERE proposal_to = '.$ir[userid]); if ($db->num_rows($propq)) { $option = "<a href='viewproposals.php' style='color: blue; text-align: center;'>You currently have some new/pending proposals, click here to view them.</a><br />"; } // then i would find the print <<<OUT and below that i would add our $option tag we created earlier like this $bgcolor = '000000'; $option = ''; $propq = $db->query('SELECT proposal_to FROM proposals WHERE proposal_to = '.$ir[userid]); if ($db->num_rows($propq)) { $option = "<a href='viewproposals.php' style='color: blue; text-align: center;'>You currently have some new/pending proposals, click here to view them.</a><br />"; } print <<<OUT <img src="title.jpg" alt="Mccodes Version 2" /><br /> <!-- Begin Main Content --> {$option} <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="20%" bgcolor="#$bgcolor" valign="top"> <!-- Side Panel --> <b>Name:</b> $gn{$u} [{$ir['userid']}] $d<br /> <b>Money:</b> {$fm}<br /> <b>Level:</b> {$ir['level']}<br /> <b>Crystals:</b> {$ir['crystals']}<br /> [<a href='logout.php'>Emergency Logout</a>] <hr /> <b>Energy:</b> {$enperc}%<br /> <img src='greenbar.png' width='$enperc' height='10' /><img src='redbar.png' width='$enopp' height='10' /><br /> <b>Will:</b> {$wiperc}%<br /> <img src='bluebar.png' width='$wiperc' height='10' /><img src='redbar.png' width='$wiopp' height='10' /><br /> <b>Brave:</b> {$ir['brave']}/{$ir['maxbrave']}<br /> <img src='yellowbar.png' width='$brperc' height='10' /><img src='redbar.png' width='$bropp' height='10' /><br /> <b>EXP:</b> {$experc}%<br /> <img src='navybar.png' width='$experc' height='10' /><img src='redbar.png' width='$exopp' height='10' /><br /> <b>Health:</b> {$hpperc}%<br /> <img src='greenbar.png' width='$hpperc' height='10' /><img src='redbar.png' width='$hpopp' height='10' /><br /><hr /> <!-- Links --> OUT;
  21. This module has just been upgraded to V1.0.3 no new features just fixes minor changes and some security tweak's. (SPECIAL DEAL 01/04/2020 - 01/05/2020} *** BUY THIS MODULE AND ANY OTHER MODULE WORTH $15 OR MORE AND YOU GET TO PICK 2 MODULES OF YOUR CHOICE FOR FREE *** OFFER IS FOR ANY GAME ENGINE AND ANY MODULES ON THE MARKET BELOGING TO ME.
  22. With this module users can buy a shop which they can sell there crystals, donator days, items without using a market. Module is fully working and is on the marketplace for mccodes v2. If you wish to have this module on any other engine I will convert it for free if purchased. Module Name: Player Shops Module Version: 1.0.3 Module Price: $5.00 Link: Player Shops V1.0.2
  23. Worst thing you can do is roll out a new module / content before all other issues have been tracked down and fixed. What a lot of developers or new coders chuck up games that are full off security issues / poor coding / broken modules players will just leave and never come back. I have been working on my Mobsters Online - Have you got what it takes to be #1 and the Feared Mobster to survive at the top. for a very long time now its built from GRPGv2 but I have stripped out / Revamped the features I wised to keep. Have moved all casino / daily's into its own separate file for better finding a mini-game if some issues where to arrive.. Revamped the crime system so it runs kinds like RC engine (You start out with 10 and the more crime experience you gain from doing crimes then you can go higher crimes. Design is all in place header / staff / main menu with a custom design. Made some minor changes to the game stats file. I have a custom class Kyle creator which lets me control my inflation and I always try to introduce new features which is requiring the user to spend / invest his money. But yeah inflation is hard to control but if you can manage it correctly its not so bad its just getting your members to stay. Just go to make sure there is no security issues which can cause the users to get the funds but i track everything that the user does on my game from banking money to transferring it gaining it from crimes / attacks.
  24. Thanks for mention 🙂
×
×
  • Create New...