Damodred Posted April 17, 2011 Posted April 17, 2011 (edited) I have to agree with Artemis. When someone needs help, people need to remember that no one started off perfect. We all had to ask questions and learn. I understand that mistakes are made, but being rude about it doesn't solve anything. Send them a message and politely help them out. Because otherwise, you are going to lot of potentially good people who may have turned out to be better coders than you. In turn, they would remember your kindness and be more inclined to help you out. Edited April 17, 2011 by Damodred gramatical errors and spelling errors Quote
fuzzyDCR Posted April 18, 2011 Posted April 18, 2011 I have tried tons of different things, and I am reading books, and looking online and am a student at a technical college, and I am just missing something obviously. :-\ Quote
rulerofzu Posted April 18, 2011 Posted April 18, 2011 Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/iseeyou9/public_html/dump.php on line 23 Go look at line 23 perhaps? Quote
galdikas Posted April 18, 2011 Posted April 18, 2011 Sometimes when PHP says that there is . or ; missing in the line 58 for example, you have to look for problem in line 57 :) Quote
rulerofzu Posted April 18, 2011 Posted April 18, 2011 Very true but you can clearly see the problem on line 23 ;) Quote
shinobi Posted April 21, 2011 Posted April 21, 2011 error what is the error on line 23 ?? i tryed putting ; at the end still doesnt work Quote
sniko Posted April 21, 2011 Posted April 21, 2011 Line 23 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. As you can see the ' which is an apostrophe so replace that line with this You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. -sniko Quote
rulerofzu Posted April 21, 2011 Posted April 21, 2011 LOL I find it astonishing that people needed help with that. Quote
realmoflegends Posted April 21, 2011 Posted April 21, 2011 Bear in mind not everyone speaks PHP natively, and those little missing or extra ; or , can throw off even intermediate level coders, especially if they're reusing code that isn't theirs. :) Quote
lucky3809 Posted April 22, 2011 Posted April 22, 2011 And that is why all codes should be looked over and not just copied and paste into someone ftp... just saying lol. If your just copying and pasting chances are one of these days your going to add the wrong code with malicious coding in it... So it pays to ALWAYS look the code over before adding... Quote
M0B2 Posted April 22, 2011 Posted April 22, 2011 And that is why all codes should be looked over and not just copied and paste into someone ftp... just saying lol. If your just copying and pasting chances are one of these days your going to add the wrong code with malicious coding in it... So it pays to ALWAYS look the code over before adding... Very true. This is a sweet mod so nice one CJ - Twitch :) Quote
The Bonded Game Posted June 14, 2011 Posted June 14, 2011 I love this and plan on adding it, is there a way to make it city specific? Quote
Dominion Posted June 14, 2011 Posted June 14, 2011 I love this and plan on adding it, is there a way to make it city specific? When they dump the items store the city they are in, and the change the query to only select the ones dumped where the user is. Seems like the quickest way if this works the way I imagine it does (not looked at it today). Quote
ashstyx Posted January 7, 2012 Posted January 7, 2012 how do i add a link to the explore.php i tried this <a href='".gen_url('dump',true)."'>Dump</a><br /> but it just redirects me to my profile page Quote
The Spirit Posted January 7, 2012 Posted January 7, 2012 You must be using redux? Add the file to the folder Mods then You have to add it to $file_array = array( in index.php Quote
ashstyx Posted January 8, 2012 Posted January 8, 2012 here is a copy and paste of what my index.php bit looks like $file_array = array( 'announcements' => 'Mods/announcements.php', 'attack' => 'Mods/attack.php', 'attackbeat' => 'Mods/attackbeat.php', 'attacklost' => 'Mods/attacklost.php', and every time i add another line it just breaks the page so it dosnt work at all, i am very stuck with this i cant work it out :( Quote
The Spirit Posted January 8, 2012 Posted January 8, 2012 What do you mean it breaks the page? What are you adding to the file? Quote
ashstyx Posted January 8, 2012 Posted January 8, 2012 i know what the problem is, im using redux 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.