Hendrickson Posted August 26, 2011 Posted August 26, 2011 Hi I'm new to MCCodes I recent brought a gaming website with this code. I want to add a few free mods to fix up the item market place its become huge. I cut and paste the code like lithiums market fix and it doesn't work. I see lithiums mode. However any code I copy here and paste has syntax errors according to dreawer. Double quotes pharse error etc on 5-6 lins of the code. What am I doing wrong? For example print"Stop You have been detained due to your illegal activies Please follow me to the <a href="http://monorail3.php?action=stopped" target="_blank"> security center</a>"; $h->endpage(); Gives me a syntax error in DW cs. Quote
Lithium Posted August 26, 2011 Posted August 26, 2011 you have 2 options to construct this... print "Stop You have been detained due to your illegal activies Please follow me to the <a href=\"http://monorail3.php?action=stopped\" target=\"_blank\"> security center</a>"; or print 'Stop You have been detained due to your illegal activies Please follow me to the <a href="http://monorail3.php?action=stopped" target="_blank"> security center</a>"; Yet you still have a couple more options but that ought to be enough to understand the basics... Quote
Hendrickson Posted August 26, 2011 Author Posted August 26, 2011 Thanks, I'm trying to up date to your modded Free item market to tidy things up. But still have a lot of pharse errors. I dont understand why the code isn't correct to begin with? Or it used to be? Quote
Lithium Posted August 26, 2011 Posted August 26, 2011 It is... at least... on the post made. the issues you might have might not be with the mod itself but most likely with other files inclusion somehow... Quote
Uridium Posted September 2, 2011 Posted September 2, 2011 Since the launch of the new forums ive also noticed scripts going mental especially where there is a link or an image Quote
Lithium Posted September 2, 2011 Posted September 2, 2011 I noticed it as well, a few copy/paste i made were simply awfull with a few rewrites needed :| 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.