-
Posts
263 -
Joined
-
Last visited
-
Days Won
21
Content Type
Profiles
Forums
Events
Everything posted by SwiftGameR
-
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
-
help on inserting something in the header mc codes v2
SwiftGameR replied to rednspirited's topic in Modification Support
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; -
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.
-
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
- 1 reply
-
- 2
-
-
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.
-
Thanks for mention π
-
What are you looking for i will work for any engine money is money at the end of the day π
-
I am interested in some work - Implement new blackjack system $40 - Some improvements to current chat system $15 - A couple more voting incentive scripts $15 - Fix keno bug $10 - Convert a few pages to JS - $40 - Convert turf wars from uots engine $100 what is the bug in keno? is there anything special about rc engine i need to know i have a lot of with old version. Contact me at [email protected] or reply to me here in private message or discord is SwiftGaming (Em2Pro4You)#0482
-
Yea thats what meant to happen but stupid me forgot to put ?code=NEWPASS at the end so obvious reasons it shows as blank π updated my op
-
i just get a white page when accessing link no errors or nothing? Scrap what i said above i forgot to put the ?code=NEWPASS lol but this is what shows up for me
-
That's good but with vpn he can change his ip so any accounts that you or anyone thinks is him and PM Dave and him and other owners / mods will monitor him from behind the scenes
-
pretty crazy shit you can do wow RC Engine has poor security if poor is the even correct word for it they secure there numbers by simpley putting $_GET['someid'] = abs(intval($_GET['someid'])) which alone will secure it yea but the security is so weak it doesn't even do any checks in the code for example $_GET['someid'] = array_key_exists('someid', $_GET) && ctype_digit($_GET['someid']) && $_GET['someid'] > 0 ? $_GET['someid'] : 0; //its not the best but it checks the its set and that its a number being recivied via the get variable and then it checks if its greater than 0 if so return //the $_GET['someid'] otherwise return 0; //even tho we made a check above to make sure the number is greater than 0 you could always do a simple empty check to make sure and go that little extra way to block someone trying to do stuff!. if (empty($_GET['someid'])) { echo 'Invalid ID found please try again'; }
-
@ags_cs4 Contact the host and tell them that he is using a illegal copy of your design and you want it brought down they will surely ban him yeah i know he have backups but just need to keep eye for your design its yours you can tell it a mile away so any game he throws up just let him keep wasting his money on shared hosting / vps / dedicated servers in the long run he will lose a lot more money than he paid for the design. Sad to see people stealing other peoples work and trying to claim it as there own bloody joke if u have psd etc host will shut it down no problem they wont want any legal crap coming there way
-
Thank you kind sir. π It must of been one of them things when i was converting over the module for the first time staff file must of slipped my mind or something. But hey its done now and i have some nice ideas for this module coming thinking about going through all the code and giving it a revamp so eats less resources than needed code clean up which i have mostly done. (for staff file haha). Might actually remove the functions is it is GRPGV2 (not really needed but it does give it that grpg style code.) @LICENCE OWNERS - If you have ideas that you wish to see in the module then please do hit me up and have a chat we can talk about getting some new stuff added in if its any good π
-
Being honest I have never had a payment been taking in bitcoin or been offered bit coin but thanks for the information did not know this thank you.
-
I am happy to say that i have completed the conversion of the staff file which is needed to add edit and delete heists (pretty basic for now) in this new version 1.0.6 Here is some of the changes to be expected. Fully working staff file for adding, editing, deleting heists. (completion time will be added into the add heist function too) Heist completion time (optional). If you can't get enough people to help you with your heist you will be able to purchase bots for in-game currency / points (Each bot will contribute its own power to the heist + might get you a nice surprise π I will most likely add a staff panel side for making your own bots and giving them ability's and power contributed etc.). The patch is not ready to be downloaded yet as i have not fully tested it. One of my buyers is passing any errors to me (need to get a demo set up again I am sure I had one π ) If you wish to request a copy of this staff file please do mail me on here or on discord or messenger (Steven Getty) or Email: [email protected] and i'll send you the file manually until v1.0.6 is ready to be uploaded to the store. Thanks all for your patience while i dealt with real life stuff and still continue to bring new features to this module. (last update was 2016 wow π )
-
i have been using alternatives to avoid fees as well so will check this out with your link thanks π I give customers like 15% discount if they pay by using stuff like > UK Online banking or Mobile Banking. > Wire Transfer (I signed up for western union they have payment options for the buyer) > Bitcoin
-
Heists Module Converted for GRPG v2
SwiftGameR replied to SwiftGameR's topic in Requests & In Productionο»Ώ
It appears you are correct thank you for pointing that out to me i must of have forgotten to convert the staff file i have the staff file in the Mccodes folder i keep i will convert it to work with grpg and grpgv2 and then upload a fully working staff side for this module and will update it here when done. -
Design looks amazing SOSFactory not heard of them for ages they did a few designs on games i used to play looks expensive π
-
I was talking to you buddy π
-
yea not hard to make it update the user if hes online just need to create a variable to store time then do check if there online time greater than there current timestamp or you could use UNIX_TIMESTAMP() https://www.w3resource.com/mysql/date-and-time-functions/mysql-unix_timestamp-function.php
-
Nice its looking amazing i might use it but for my grpg game π
-
Might want to get some security in them post variables. but looks good <?php $day = array_key_exists('day', $_POST) && ctype_digit($_POST['day']) && $_POST['day'] > 0 ? $_POST['day'] : null; $week = array_key_exists('week', $_POST) && ctype_digit($_POST['week']) && $_POST['week'] > 0 ? $_POST['week'] : null; $image = array_key_exists('image', $_POST) && is_string($_POST['image']) ? stripslashes(htmlspecialchars($_POST['image'])) : null; $prize = array_key_exists('prize', $_POST) && ctype_digit($_POST['prize']) && $_POST['prize'] > 0 ? $_POST['prize'] : null; $textc = array_key_exists('textcolour', $_POST) && is_string($_POST['textcolour']) && ctype_alnum($_POST['textcolour']) ? strip_tags($_POST['textcolour']) : null; $prized = array_key_exists('prizedisplay', $_POST) && is_string($_POST['prizedisplay']) && ctype_alnum($_POST['prizedisplay']) ? strip_tags($_POST['prizedisplay']) : null; $amount = array_key_exists('amount', $_POST) && ctype_digit($_POST['amount']) && $_POST['amount'] > 0 ? $_POST['amount'] : null; // if anyone wishes to contribute and make it better feel free. i have done no checks or nothing. You might also want to add a check to make sure your not adding the same reward twice unless you wish it to be that way
-
Correct if dealer can pull 2 cards and get 21 you lose unless you got 5 cards could be wrong
-
Welcome back yea the forum is run much better than it was before no offence to old owner but Dave does such a better job and payouts from marketplace are usually within a hour if any longer usually a problem and Dave is busy but never had a problem yet.