sixsens Posted September 17, 2012 Posted September 17, 2012 im not asking for a fix.. im fixing it... but if anyone can (HELP) by posting a good code if they have it. not asking to do it for me. sorry about that. ill fix it and ill post the fix. thanks i appreciate that you guys have taking time for me. ;) if you dont have the code and you dont wanna help, thats is something else. Quote
rulerofzu Posted September 18, 2012 Posted September 18, 2012 If you cant fix it post what you have and ill help you fix it from there. Quote
secret_life Posted November 22, 2013 Posted November 22, 2013 sooo nobody post a working version sooo i made it. I have make corection in code and add some security. I re coded it for myself but i share it for other You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
Seker Posted November 22, 2013 Posted November 22, 2013 sooo nobody post a working version sooo i made it. I have make corection in code and add some security. I re coded it for myself but i share it for other You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. You haz securiteez? o.0 Quote
secret_life Posted November 22, 2013 Posted November 22, 2013 ok i have found other bug corected here You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Seker i dont know which language you speak but i don't understand sorry Quote
Zephyr Posted November 22, 2013 Posted November 22, 2013 ok i have found other bug corected here You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Seker i dont know which language you speak but i don't understand sorry You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Feel free to try that, It's a bit cleaner, I'll do a full recode when I'm back on my laptop (On a tablet at the moment...) Any errors post them here and i'll fix. Quote
Magictallguy Posted November 24, 2013 Posted November 24, 2013 (edited) Seeing as this has been grave-dug with apparent "requests" for help.. From 272 lines to 216 with things added and optimized You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Edited November 25, 2013 by Magictallguy Quote
Reecey12345 Posted February 26, 2014 Posted February 26, 2014 Sorry for bump but when you request the trade it works but when the other user accepts the trade i cant view it? Any help? Quote
Newbie Posted February 28, 2014 Posted February 28, 2014 is it throwing any kind of error at all other than not showing you the trade? Quote
Raven1992 Posted March 15, 2014 Posted March 15, 2014 (edited) well i thought u could sell stuff from it i like the trade system though works fine for me just need the stuff to trade it Edited March 15, 2014 by Raven1992 Quote
Richard Posted April 24, 2014 Author Posted April 24, 2014 Did anyone ever get this working correctly? After reading through the posts I've noticed even when another version has been posted, Errors are still being reported. If need be, I'll create a new version. Quote
MyGunWars Posted June 14, 2014 Posted June 14, 2014 My working code: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
KyleMassacre Posted August 16, 2014 Posted August 16, 2014 MGW you using v1?? judging by the fact he is including globals and the db object I would say he is using V2 Quote
PHPStudent Posted August 22, 2020 Posted August 22, 2020 (edited) On 6/14/2014 at 5:05 PM, MyGunWars said: My working code: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. This version somewhat works for me, except for these errors and the page cuts off at the end for me, so I can't complete the trade. Theres no submit button. Any help would be appreciated Edited August 22, 2020 by PHPStudent Quote
Magictallguy Posted August 22, 2020 Posted August 22, 2020 13 hours ago, PHPStudent said: This version somewhat works for me, except for these errors and the page cuts off at the end for me, so I can't complete the trade. Theres no submit button. Any help would be appreciated Line 209: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Your POST data hasn't been verified (or sanitised!). For your immediate fix: Ensure each key exists in the POST array Further processing: Recommend you check what's actually coming in - content types (at a guess, looks like all types are supposed to be int), content values (if int, then positive whole numbers), whether the referenced POST data exists (if $_POST['item'] equates something in your items table, for example.) Personally, here, I'd cheat a little.. You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.