-
Posts
3,137 -
Joined
-
Last visited
-
Days Won
35
Content Type
Profiles
Forums
Events
Everything posted by Djkanna
-
And before taking up a header learn HTML(Doesn't matter which version) and CSS(Again it's all pretty much the same - to get the basics) http://www.w3schools.com http://www.php.net http://www.google.com
-
You can belittle me all you like for the Stripslashes comment (Even I feel stupid about that one -.- xD)
-
I understand that but I was just asking AlabamaHit why he has put abs(@intval()) on the $ir['userid'] when it's not at all needed.. The stripslashes question was my mistake, it's in a query not on output.. Sorry but the other is still unneeded (not to mention the use of %u without sprintf()..)
-
Was that directed at me? If so why what's silly?
-
Wouldn't it be easier to do it with CSS? @ Kasabian: Gotta love the signature :thumbsup:
-
Deviant Art has a few brushes in there, There is a lot of brushes you can purchase which are rather nice.. Or you could make your own :)
-
A few ideas that may come in useful...
Djkanna replied to Uridium's topic in Requests & In Production
User Logs: Hmm... Bank withdrawl/deposit logs, Crystal Market logs, Item Market logs, (Cannot remember if there actually there allready) Gym logs, Login/logout logs.. -
Richards Business Mod--Fixed With a few Things added.
Djkanna replied to Joshua's topic in Free Modifications
Much xD... Well done on fixing it ;) -
WooP, I'm curious as to why you checked my spelling but hey it's valid :P @Ben: I've found an amazing tool it's been out for around if not as long as PHP and is updated frequently, this would be the link... http://www.php.net ^^ Try it out -.-
-
Richards Business Mod--Fixed With a few Things added.
Djkanna replied to Joshua's topic in Free Modifications
Sheesh Mr Immortalthug, you've mentioned my name twice in previous post and still didn't get it right :P no (h) ;) xD I'm no pro but I'll take a look at it sometime in the morning (I is far too tired LOL) :P -
Ben you've had it now, if you hadn't of posted other peoples codes up as your own you might have not lost the respect of members here and other places and they *probably* wouldn't trash all your topics.. Proves that your actions have a consequence. So need a spell checker (Think I spelt consequence wrong but hey who cares my points still kinda valid :P) DJK
-
Richards Business Mod--Fixed With a few Things added.
Djkanna replied to Joshua's topic in Free Modifications
*Sticks head in to say well done* Nice job Immortalthug ;) -
http://tinyurl.com/yz8ec85 Sheesh not to be evil but try using this more often ....
-
Please... if($ir['jail'] || $ir['hospital']) { echo "You cannot access this page while in jail or hospital"; $h->endpage(); exit; } if ($ir['golf'] ==1) { echo "Only 1 time an hour"; $h->endpage(); exit; } Die() = no good with MC Codes use $h->endpage(); exit at least.. Also no need for two if statements for Jail and Hospital use (||) or (or) without the brackets Nice try well done.
-
AlabamaHit: Why abs(@intval()) on the $ir['userid'] ? What about stripslashes(htmlspecialchars()) on the username or even htmlentities() ?
-
How about getting your own topic to moan about and leave this one alone -.- Nice job Tolk, good luck DJK
-
Way too many to list :P Browsers(In order of frequently used) Firefox (Newest versions) Internet Explorer (Css pain xD) Opera Safari Google Chrome Web Dev(Same as browsers) NotePad ++ (free) RapidPHP (Lazy tool) Net Beans (Another lazy tool) Eclipse (Extremely heavy but nice features) Um, that's it for this one :P Web Design: Adobe Photoshop Cs4(Cannot wait for Cs5) GIMP(Slow loading but okay) InkScape(Think this has been mentioned (Vector)) Paint (Great quick loading for ScreenShot editing) Mac tools not that I have a Mac but yeah.. CssEdit Coda Mamp FTP: Cute FTP FTP Commander(Free) Local Servers Vertrigo EasyPHP Wamp Fire Fox Addons: FireBug Measure It Colour Picker thingy ma bob (No idea of it's exact name) ScreenGrab HtmlTidy GreaseMonkey CodeBurner(Handy Reference Guide(Never actually used it :P)) Pixel Perfect GridFox Online Tools http://www.pxtoem.com http://www.w3.org Who can forget what *some* people should use more often www.php.net
-
That has nothing to do with security either 8| In fact nothing on this topic does :whistling:
-
Fair enough :)
-
I'm sure I've seen this template somewhere :S http://www.talesofknights.com/login.php Did you make it for this too ??
-
Just a little thing I'm not going to say anything else as at least your helping :) ^^ That makes sure that it's an actual number.. :)
-
Error logs work nicely to see what errors have been generated. Still a little concerned about this inventory exploit could it be a query that can be commented out and extra things added in to gain all this stuff ? I must have a looksy later on :P DJK
-
Simple Line of code to stop Session Hijacking and Auto-Admin
Djkanna replied to Joshua's topic in Tips and tutorials
Not the best way but I think you could turn off error_reporting Like as getimagesize generates a E_WARNING; try adding this to preferences under include "globals.php"; error_reporting(E_ALL ^ E_WARNING); If that doesn't work you could just try turning off all errors within in preferences error_reporting(0); See if that works try the first one first, use the second one as a last resort (Cannot say if either will work as I've not tested it.) Or try figure out a way round doing this. DJK. -
Um no he hasn't you can simply remove the format function from the script and replace it with stripslashes(htmlspecialchars()) or none that's up to you but if I remember correctly your the one that didn't read the instructions then complained that you got the function error. So before you even try to disrespect other's mods/work, how about do it yourself and read a manual instead of asking for things on a silver platter (This is in reference to the ammount of stuff he has asked for). Or perhaps spending a few bucks, dollars, pounds, euros whatever on a coder to do it for you instead of wanting the stuff free. I think I've gone off topic. Um yeah you can NOT secure your site/game with just a few lines of code, you need to go through every file and manually secure it, which if you know what your doing and have the time doesn't really take long, (Not speaking from experience as I'm only just learning the basics but from what I've been told). Moderators: If you feel I've stepped over the line with the whole Nicholas thing then remove it I don't mind or care :P DJK :whistling: when did i disrespect other peoples mods/work? i was just saying that magictallguy's forum is confusing to work out how to get it to work if your a beginner, like i was (still am, but i learn more and more each day) when i first got his forum mod... why does everyone think im disrespecting someone or whatever when im not even trying too... It's the words in which you choose you use ;) @Danny: So true (The spellcheck statement anyway) xD
-
Or just secure the forum provided for you :)