
Equinox
Members-
Posts
553 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Everything posted by Equinox
-
For the record, I'm an owner of W3Theory. It's not free, no. But McCodes will work, if for some reason it does not then we will fix the issue asap ;)
-
$r1 = $db->fetch_row($db->query("SELECT * FROM `items` WHERE (`itmid` = ".$_GET['wepid'].")")); That'll do it. Not recommended that you select everything from `items` when you're not using all of it.
-
*cough*w3theory*cough*
-
Read the posts. Lithium, cheers. Dominion, I covered that to. xD
-
Then there we go :D I tried finding it and reading up, but all I could find was pos , no is_pos. But anyway, we've strayed off topic now, I will leave you again with nice work and now I will go off to bed :thumbup:
-
Well, building a function like that would be easy also using preg_match/replace() and regular expressions (regex) - But for what's being done here, there's really no need, no? I'm not to sure on what is_pos is in Perl, I assume it is "is positive" ?
-
You said that a lot of functions take a negative number as an actual number. I pointed out one that does not ;) Just a better way than round() and str_replace() IMO. And still, yes it's not your priority to ensure that a site is safe of the person using this script, but a lot of people don't understand the security side of things and could cause some issues, not too hard to just protect from script kiddies (who are the greatest majority of attackers to text based games) Not taking a hit at you, just have your own way I guess and listening to other people isn't a bad thing :P Keep it up
-
if(isset($_GET['input']) && ctype_digit($_GET['input'])) { echo 'Safe'; } else { echo 'Not'; } Minus numbers, clean. You could simply use a ternary operator method to assign a new value to 'input' if it has got a minus number or is not set. Just an example.
-
Assuming you're using <textarea> you need to edit rows= and cols= Bah, thanks to slow MWG, someone beat me to it.
-
I like your style of coding. But a few things in this script don't quite add up, I've no idea why you are using str_replace() for the numbers when there are functions specifically designed to ensure it's actually a number. $_SERVER['php_self'] has been known to be prone to manipulation, so I'd suggest cleaning that, there is a thread on it somewhere but really htmlentities() can suffice. Also you could receive a number of errors if you're reporting errors on your site when using this script... Just minor little things I'd look into, your other script looks nice as well. Good work
-
Wow.
-
Depending on how much you're paying, I'll do it.
-
Thought that might of been the case, no problem.
-
<?php session_start(); if(isset($_SESSION['loggedin'])) { header('Location: home.php'); } ?> Something like that?
-
Chris & Sean - Vitalend.com - Scammers
Equinox replied to doinkinator's topic in Collaboration Experiences
Chris tends to be ok, it's the other one that is a 12 year old. These 2 will find anything and blame you for it, if you fix it they will find something else. It turns out as if they are trying to get you to fix everything for them, and then they will tell you that they aren't paying. Chris' partner is about 14 I believe, at least that is the impression I receive, either he's very young or mentally challenged. I don't know, but I do suggest to never work for them. -
Why? There's no need for either. Do you even know why you do it that way, or just something you've seen people do on MWG and thought it looked good? ;)
-
Result: 20 of 20 100% Perfect!!! Time Spent 1:02 Done it once only. They don't ask the hardest questions in the world :/ SQL: Question and I got an UPDATE one wrong O.o I select 'INTO' by mistake XD Result: 18 of 20 90% You can be proud of yourself! Time Spent 3:09
-
k1ngscorp1o - coding for 11 years and that's what you have to show for it? I would be here all day pointing out what's wrong with this script. I was right from the beginning, you are a fool.
-
He is a complete 'tard. Jordan asked me to prove a point to him, so he was added into a conversation and all he said was "coding for 11 years" and then left xD He's just one of the n00bs who think because he's been looking at it for some time, he thinks he knows it when really he knows nothing.
-
Yeah, it's just you.
-
Decent coding is the "something"
-
Seeing as it is the Christmas holiday month, W3Theory would like to give a great discount on all of our services! To get 50% off of the orthodox and Enterprise plans, use the promotional code W3CHRIMBO1 in your order form. To get 25% off of the Optimum and Atomic plan, use the promotional code CHRIMBO25 in your order form. I've taken the above from our site announcements found : here Take take advantage of the promotional codes, go to our hosting section pick a plan and use one of the promotional codes listed above. Or, to take a look around, just visit W3Theory :D
-
You make it sound like it was extremely hard to fix ;) Next time though, you should let Jordan have the ability to fix it, as I did offer to help but he said he isn't allowed. Short leash
-
They stole content, this is theft not scamming. Scamming would be like not paying someone for doing work.