-
Posts
572 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Forums
Events
Everything posted by NonStopCoding
-
[V2] Mod request! Achievements and country flag.
NonStopCoding replied to kingsaint's topic in General Discussion
i coded prison steams achievement system nothing special based on certin this (Mugs,Attacks,Str,Def,Spe training) but they are easy enough to change has a staff panel for adding achievement goals but its for grpg lol would need to convert it if you were intrested -
mccode-v2 Honor Awards - Modified by HarryB
NonStopCoding replied to HarryB's topic in Free Modifications
i remember this mod now -
Released v1.03 nothing really new just glitch fixes change log below 02/04/2015 - Fixed a issue where users could accept heist invites while in a heist. 02/04/2015 - Fixed a issue where users could create a heist when in a active heist. 02/04/2015 - Fixed a issue where users could have multiple heists active. 02/04/2015 - Fixed a issue where users could invite there self to heist over and over for more members/power 02/04/2015 - Added a second option for inviting users to heist.
-
Yea that will work and bring up a new hint every time page is refreshed and is much less code
-
V1.02 Released on marketplace 31/03/2015 - Adjusted the formula for users heist power. 31/03/2015 - Fixed a issue with the shoutbox. 31/03/2015 - Added events for letting heist leaders know people left heist and owner disbands heist. 31/03/2015 - Optimized some of the code to use less resources 31/03/2015 - Cleaned up the code some.
-
hello stranger :) ye never thought of that much easier lol
-
Hello sorry to hear that i will give the mod another test and there is a bug i found in the code which will be applied v1.02 again sorry if you would like to speak further i can be contacted on skype which can be found in my profile and or my email which is [email protected]
-
[MENTION=65100]W3Theory || Peter[/MENTION] does really amazing work and can do full design/code and fit it into your game for you might cost you a good amount but hes worth every $
-
could easy be changed to if its a auto increment then you don't need to include it in the bit for sql $username = $db->fetch_single($db->query("SELECT `username` FROM `users` WHERE `userid` = {$ir['userid']}"); $db->query("INSERT INTO `lotterylog` (`lotuid`, `lotuname`) VALUES ('{$ir['userid']}', '{$username}')"); or if you wanted to fetch more than 1 column from the table same method can be applied but altered a little $un = $db->fetch_row($db->query("SELECT `username` FROM `users` WHERE `userid` = {$ir['userid']}"); $db->query("INSERT INTO `lotterylog` (`lotuid`, `lotuname`) VALUES ('{$ir['userid']}', '{$un['username']}')");
-
i have worked with rc engine before and even tho its a good engine the coding is terrible and the security omg don't get me started lol mccodes is best bet but just customize it the way torn has i have heard a few people have done with this mccodes
-
to collaborate what Coly010 said you will require a while loop Lets say we have a table structure Users *Uid (auto increment) * userid (int value of 15) * username (varchar(40)) and we want to pull all users usernames from it $var = $db->query("SELECT `username` FROM `users` ORDER BY `username` DESC"); while($an = $db->fetch_row($var)) { // echo out there names echo $an['username']; }
-
click pages until you see some popups or things out of place lol
-
Heists Module can now be purchased from the marketplace http://mccodes.com/viewmod.php?id=160 Staff can create heists for there members to do including members needed power needed Users can set up a heist and invite other players to join them there is a little shout box included in the heists room for members to chat private to there other heist members heist leader can kick players and invite them clear chat
-
im gona assume that your feild in the database can hold text or varchar if so check that it greater than for example EDIT: Damn you's beat me to it haha Uawards > `user` int(20) not null default 0 > `text` varchar(40) NOT NULL > `award` int(20) not null default 0 if you have it set to varchar(20) it will only hold 20 characters (thats including spaces i think correct me if i am wrong here :) ) also as adam said $db->query("INSERT INTO `uawards` (`id`, `reason`, `awardno`) "." VALUES ({$userid}, 'You got this award for reaching level 5', '1')");
-
nice little script there will give it a test later thanks :)
-
i have never tried to implement facebook login to my site before but i did manage to find this. https://developers.facebook.com/docs/facebook-login/login-flow-for-web/v2.2
-
Hello i am available for work if needed experience in php html mysql. If you Wanna speak further you can add me to skype : dundeeboy09 or email [email protected] or pm me here Thanks NSC
-
hey try this link :) http://mccodes.com/marketplace.php?type=MCCodes%20v2&paid=1
-
anyone got thisscript or know where i can get it from
NonStopCoding replied to Syed's topic in Game Support
most likely be broken links that script your looking for there is a free open source engine called Gangster Legends i think been a while since i checked its kinda like the script you were looking for -
well you will be fine then :) good luck with your game
-
as far as i am aware ravens is a ripped of version of mccodes and you will require a license from mccodes.com to run a game (correct me if i am wrong) it also has a ton of paid mods that i am sure are not allowed to be there also i am sure i read someplace that the layout is stolen too Ravens is a junk you should of purchased the latest version of mccodes if you wanted to go down that path for your issue open up config.php and look for 'code' => 'some long code here', in your cron file you will need to create a small bit of code (i believe mccodes v2.05b already has this) that will check if the code matches the code from the config.php if it doesn't then kill the page otherwise run the cron.
-
NetSparker
NonStopCoding replied to NonStopCoding's topic in Programming Tools, Software and much more
Thanks for the input Adam :) -
NetSparker
NonStopCoding replied to NonStopCoding's topic in Programming Tools, Software and much more
its a ad that comes and goes every time refresh page i have not tried this script was just wondering if anyone has used/heard of it before. Thanks for the link will check it out later -
Hello and sorry if this is wrong place to post this if its in wrong place can you kindly move it for me please :) thanks in advance :P Anyways i was speaking to my big cousin today and he told me about this website https://www.hackthissite.org anyways a ad popped up on the website and when clicked took me to this website https://www.netsparker.com/netsparker-web-application-security-scanner/website-vulnerable-xss-sql-injection-vulnerability-scanner/?utm_source=ndesktop&utm_medium=banner&utm_campaign=hackthissite I don't know if it will be any good to anyone or if anyone has tried it/used it post your comments/experiences below