
03laceys
Members-
Posts
863 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by 03laceys
-
McCodes - Banners for 3 Pounds - PAYPAL ONLY
03laceys replied to CainFool's topic in General Discussion
Re: McCodes - Banners for 3 Pounds - PAYPAL ONLY Looks nice but a little plain, could be created with an online text genorator :s -
Re: Shops Item Quantity? This was coded before and i belive released as a paid modification.
-
Re: Include or Require? Very interesting i never knew this i have only every simply used, include "file.extension"; or require "file.extension"; Although i prefer to use the require, but now with this new information i'm going to edit my codes to require with the full path.
-
[mccode] Updated friends, black list & preferences
03laceys replied to 03laceys's topic in Free Modifications
Re: [mccode] Updated friends, black list & preferences As it now states in the first post, it was because i requested it to be. -
[mccode v2] Different User Profile & View User Page
03laceys replied to ishmell's topic in Free Modifications
Re: [mccode v2] Different User Profile & View User Page Woah a gray box! Crazy! Wow calm down pog it really isn't that amazing ;) It's just different. -
Re: [V2] Annoucements Upgrade! Not going to diss this one bit but i will say... I have not checked the mod so don't know what it's like but, How many announcements mods are there now? I have seen some great ones in the past what makes this one great? Good to see a degree of security has been added. I would say good job but not until i see a screenshot.
-
Re: Staff Functions! crazy-t stop making these post for one its in the wrong section and two they can post it themselves.
-
Re: [REVIEW] Crime-Network.com - Please review! GRPG is a base source code just like MCcode's, what people are trying to say is you have not created this game from scratch it was made using the GRPG base codes. POG was trying to state that dreamweaver is not a code whereas PHP is you use dreamweaver to help code different forms of coding such as PHP.
-
Re: [mccode v2] Av Bank Firstly to state i am not here to get involed only to simply say why can you people let an argument get like this over a simple query, if you wish to carry on please take it to war room. Than2 y64
-
[mccode v2] Different User Profile & View User Page
03laceys replied to ishmell's topic in Free Modifications
Re: [mccode v2] Different User Profile & View User Page Think outside the box if your going to do a mod, don't just do a simple layout edit. When i redone my viewuser i implemented greybox into it. -
Re: Have any mod ideas post here! Advanced attacking: Option 1 My first idea was an extension to iamwicked's attack system. When you attack a user with his mod it hits them in a certain place and shows where on the skeleton picture. I am after the same thing but the damage comes down to not just strengh and agility but where you hit them. so 1/10 you will hit them in the heart causing more damage than hitting them in the foot wich you hit 1/3. If i have confused you let me know. Option 2 Similer to option 1 but you click on a certain anatomy on the picture to attack you have a % chance of hitting that place so if you went to hit someone in the hear you would have less chance of hitting them than going to hit them in the foot. although if you do succeed you will do more damaged hitting them in the heart. Advanced streets: A brand new advanced streets... It goes something like this, you have a picture background of like a path a player clicks somewhere on the picture to move to they can only move a maximum of 25 spaces per day, when they click where they want to move to it tells them all of the things found on the way. so if i start at coordinates 1,1 and click to move to 3,2 my little man will move to 1,2 and the player is told what they have found it then Carry's on to 2,2 and once again the player is told what they have found and then it moves to 3,2 and again the player is told what has happened. the player now has moved three places so is still left with 22. Thats the streets, but as an add-on to the streets the little man that they move on the picture is to be their character, so in preferences they are able to create their own meme design the hair e.t.c and buy extra item for their meme. this meme is now used for the streets Advanced lottery: A little bit more realistic than the one everyone has. When the player goes to buy their ticket they choose what numbers they want. the numbers to choose are displayed on a ticket and they click on them... for each ticket bought the prize fund goes up, the draw is taken each week. and it has a prize breakdown just like the real lotto.. match all numbers win jackpot match 4 win bla bla win 3 e.t.c... Traveling flight time add-on: It has an option that you can try and be a stowaway if you get away with it you get into the country for free if you dont you end up in jail and with a fine. It's to have the option where you can choose to fly via private jet, or normal airlines. If you fly via private jets it will cost more but your flight time will be cut shorter. Gym pass add-on: A user has the option of paying full price for a week's pass (price depending on level). Or they can go for a half price week pass which is a forgery. each time they enter the gym they run the risk of getting jail time and losing their forged pass.
-
[mccodes v2] Combined Gallery and Comment System [$40.00]
03laceys replied to Magictallguy's topic in Paid Modifications
Re: [mccodes v2] Combined Gallery and Comment System [$40.00] No problem. Thank you for taking the time to post back. -
Re: cron_fivemis Don't forget will takes forever to regain.
-
Re: Register problem. Fixed...
-
[mccodes v2] Combined Gallery and Comment System [$40.00]
03laceys replied to Magictallguy's topic in Paid Modifications
Re: [mccodes v2] Combined Gallery and Comment System [$40.00] I was purley stated there is a free copy that could be edited, without the free mod around it is definatly worth it. -
[mccodes v2] Combined Gallery and Comment System [$40.00]
03laceys replied to Magictallguy's topic in Paid Modifications
Re: [mccodes v2] Combined Gallery and Comment System [$40.00] It does look good but with a couple of edits from the free one posted by canibalstew it they could have it free. If there was not a free version then $40 is a fair price, due to there being a free version it is a bit much. -
In my register i have added it so you are unable to sign up if: Username is under 6 characters long, Username over 12 characters long, Password under 6 characters long, Password over 12 characters long, Username is already use, Email is already use, Passwords don't match, Bad words blocked, Only characters 0-9 and A-Z can be used. There is a problem i have come across though, if a member that is trying to register meets two of these they are shown the login twice. Code setup else if(strlen($_POST['username']) < 6) { print "<center><form action=register.php method=post><table width='400' border='1'> <tr> <td colspan='2' align='center'><span style='color:red; font-weight: 800;'>! ERROR: Username must be more than 6 characters.</span></td> </tr> <tr> <td width='50%'><font color=white>Username:</td><td><input type=text name=username></td> </tr> <tr> <td width='50%'><font color=white>Password:</td><td><input type=password name=password></td> </tr> <tr> <td width='50%'><font color=white>Confirm Password:</td><td><input type=password name=cpassword></td> </tr> <tr> <td width='50%'><font color=white>E-Mail Address:</td><td><input type=text name=email> <font color=red></td> </tr> <tr> <td width='50%'><font color=white>Your Referrers ID:</td><td><input type=text name=referrer value='".$_GET["REF"]."'></td> </tr> <tr> <td width='50%'><font color=white>Promo Code:</td><td><input type=text name=promo></td> </tr> <tr> <td colspan='2' align='center'><input type='submit' value='Register' /></td> </tr></table></form>"; } else if(strlen($_POST['password']) > 12) { print "<center><form action=register.php method=post><table width='400' border='1'> <tr> <td colspan='2' align='center'><span style='color:red; font-weight: 800;'>! ERROR: Password must be less than 12 characters.</span></td> </tr> <tr> <td width='50%'><font color=white>Username:</td><td><input type=text name=username></td> </tr> <tr> <td width='50%'><font color=white>Password:</td><td><input type=password name=password></td> </tr> <tr> <td width='50%'><font color=white>Confirm Password:</td><td><input type=password name=cpassword></td> </tr> <tr> <td width='50%'><font color=white>E-Mail Address:</td><td><input type=text name=email> <font color=red></td> </tr> <tr> <td width='50%'><font color=white>Your Referrers ID:</td><td><input type=text name=referrer value='".$_GET["REF"]."'></td> </tr> <tr> <td width='50%'><font color=white>Promo Code:</td><td><input type=text name=promo></td> </tr> <tr> <td colspan='2' align='center'><input type='submit' value='Register' /></td> </tr></table></form>"; } I'm sure as you can tell the other denials carry-on with else's. You can view the error better at http://www.hitmanslegacy.co.uk try to sign up by not following 2 or more of the rules stated above. Now i believe i could fixed this error by using die, but i do not with to do it that way as it will end the page to quickly and my footer will not show. Any help in fixing this will be greatly appreciated.
-
Re: How To Protect Your Game From Hackers? It has crons but i stated it didn't purely because i have to pay for an external host to host them as they do not allow for 1 minute crons. Also you could do a whois on my domain ;)
-
Re: [V2] Gang Recruit Dont know how to secure sorry Read the post on sprintf ;) 2) Ill give it a shot, i dont have any ideas on how to do it though I would look at the function for applying and copy that in make a new table for the app to go into e.t.c.. there's a post on sprintf? is there one on mres and ereg lol maybe float int or print_r? No zero there isn't, i know what your trying to point out that sprintf alone will not secure it, but if he feels he is able to acomplish sprintf then he could move onto abs e.t.c and read up at php.net.... I am guessing your post was ment to be sarcastic though ;)
-
Re: How To Protect Your Game From Hackers? I don't think it is free at 14.99pcm... I am hosted with www.stratohosting.co.uk with the top package it has no crons and no cpanel. Strato is the UK's second largest webhost.
-
Re: How To Protect Your Game From Hackers? Get my host to delete what?
-
Re: [V2] Gang Recruit 1) Dont know how to secure sorry Read the post on sprintf ;) 2) Ill give it a shot, i dont have any ideas on how to do it though I would look at the function for applying and copy that in make a new table for the app to go into e.t.c..
-
Re: [V2] Gang Recruit Well done good attempt! Suggestions make it so when the recruitment event is send it auto adds there app to the DB and all they have to do is accept. Secure it. Well done.
-
Re: How To Protect Your Game From Hackers? ya think? -- Never *ever* make assumptions like this until you can personally guarantee ALL the code from the cpanel down to the microcode on a machine. CPanel is often listed as having some serious vulnerabilities in the security news. In fact I choose to install machines without any type of control panel for the very reason that they are insecure. As for securing a game, pretty basic stuff - read the topics in the PHP FAQs section here, we have covered the basics which will prevent 99% of attacks. The other 1%, well, that's a little trickier ;) But thankfully few people understand the concepts behind those attacks as yet, so I wouldn't worry about them - especially for such a small thing as a game. Reason i don't use cpanel!!! is this needed for V2? if so, in which php file do I include it and where? You add it to every file, and not just once. ;)
-
Re: Av Bank [FREE] $db->query("UPDATE users SET bankmoney=bankmoney+$interest = (int) floor($moneys * 0.01); where bankmoney>0 and donatordays>0") Mmm i 99.9% it wouldn't work...