-
Posts
3,137 -
Joined
-
Last visited
-
Days Won
35
Content Type
Profiles
Forums
Events
Everything posted by Djkanna
-
I've seen it before, yeah I actually waited until it had finished I now feel so sad for that 'web server' poor thing xD
-
Haha, well spotted I didn't notice that myself then again I don't tend to read the whole post just a quick scan :D
-
I'm British I have no interest in the SuperBowl unless Dick Van Dyke is singing America's National Anthem :) (Just the Dick Van Dyke part allthough I know America's National Anthem I don't know the British one though to me that's strange I guess I watch to many American movies xD
-
I watched NCIS and that's it lol I don't watch much Tv shows :D
-
That just annoys me xD
-
This is not needed here nor there No apostrophes for you mister! :P
-
That's a great idea Zeggy thank you. I realised that you cannot really go in-depth with PHP security with just one or two articles but we could break the surface which is a start. :) The only downside I see is if we inavertantly so how to use the exploit we may have wannabe gangsters (I use that term loosly) doing it on games that haven't managed to patch it up yet so in a way, we may be causing more problems. Or have I just it totally wrong?!? (Djkanna isn't with it today :P)
-
Yeah your something of the month allthough it's not Wizard ironically it begins with a W though :P
-
Possible ideas. I've come up with a few possible ideas for this collection of articles please let me know what you think. :) One article about securing Mc Codes exploits, Where we talk about and give ways to patch up said exploits. An article or two on functions provided that contribute to security. This will cover what functions can be used, how, why they should be used and talk a little bit about efficiency of said functions. I think this should go as in-depth as possible within the articles but still make it understandable to the beginners as well as the more advance people that may be reading them. This also may be a good place for references to separate sites (only if references are allowed within the articles).. Reference include but not limited to: http://www.php.net http://www.mysql.net http://www.webgamewiki.com http://makewebgames.io http://www.ha.ckers.org MakeWebGames members :) Any contribution to these articles is greatly appreciated. Personally I think it may help and could be used as a reference in itself. Again nothing is wrote in stone so please let me know what you think. Thank You Djkanna.
-
Haha yeah now that would be funny
-
No-one it was meant as I don't want to just Copy and paste of off you :) for the articles but references to your articles is a good way of going about it not you've copy and pasted yours :)
-
if(you == stillunderstand.this) { get.a.bettergirlfriend; }
-
I've just read that back to myself and it wasn't supposed to sound the slightest bit rude sorry :)
-
Thank you Zeggy, I think your site could come in handy allthough I don't want a simple C+P job if you know what I mean but used as references could be a good we'll have to have a talk sometime later on. :) also thanks for wanting to help I wasn't too sure if anyone would actually be interested in it. Thank you Jordan :) same again I don't think it'll be best C+P but maybe a reference or two :) I'll have to have an in depth talk with Mdshare about it after all it's for his network :P Thanks again both of you :) Djkanna.
-
Thank you much appreciated :)
-
That would only protect you 99% of the time.. :P
-
That most likely would come under the article that discusses functions that help with security as no-one can actually teach how to secure PHP scripts as a whole because not every PHP script is the same so it's hard to say what would need securing within a PHP script without knowing the PHP script. But yeah ways to help secure your game allthough the function's wouldn't and arn't just for a game and can be used (under the right circumstances) on any PHP script :)
-
As a person that's used nothing but the never changing interface of Windows. I did try Ubuntu and at first it was a little confusing and a little stressfull (Google helps at this time) but as soon as I picked up the basics of the Command Line I was off and I've found myself switching to my desktop just to use Ubuntu. One thing I do like is the Ubuntu software centre (not sure if that's what it's called) but it's great it had thousands of programmes for different uses such as programming or just gaming so that's a relief (I hate having to look for new programmes lol) I recommend giving it a try if you don't like it going back to Windows is a option or trying some different Linux based OS. Installing was a breeze well on my desktop my laptop wouldn't have it so I think it might be best checking if you pc will support it. You can uninstall it via the installation disk if any problems arise so if your unsure on whether or not it will work I'd suggest installing it within Windows(Dual Boot) just incase :) Have fun with it. Djkanna
-
Thanks Tolk for you reply, I'm thinking of maybe a two part article one part being more focused on securing the exploits within the Mc Codes script and the second about securing the script itself then maybe a disscusion on the functions provided to help the security of your game as with each new modification you add to your game you're risking an attack even more. Again nothings wrote in stone at this moment so it's all debatable :)
-
In my opinion, the Marketplace seems like a good idea as it's all organised and together so now if you want a design and a modification it's all there without having to scour the forums to look for what you require, plus it's a great way for you to advertise your services and infact I think there was some talk about being able to implement your service into your website via the Make Web Games Market Place which is great if your selling game modifications. However because it's new it may take some getting use too but it's allways good to try new things :P
-
Hey everyone, I've been talking with Mdshare and I pitched an idea to get a small group of people to write an article or two on securing Mc Codes for PHPGameSpace and MakeWebGames. We both agree that it's a good idea, but I'd like to hear your thought's too. What I would like to know, would there be any interest in these articles from a game owners point, and would anybody be willing to contribute to the articles? (Sorry it's short I haven't slept yet, I'll post more about it later on tonight however I would like to hear your thought's on the basic idea (nothing's wrote in stone just yet :) )) Thank you Djkanna. :)
-
Well done OP :) as for teh formatting remarks confused the toodles out of me :P But if I think I'm right if you wrap in quotes and don't sprintf() by my logic it will input %%u% ImmortalThug :)
-
NCIS is better xD Nah I suppose it's preference, I like NCIS I've never liked CSI so it's unfair for me to debate on which is better.
-
Try looking up on array() array_keys() str_replace() That should help you in what you can use to achieve what you want :) Djkanna.