Jump to content
MakeWebGames

Help with codes. Syntax errors and phrase errors on anything I cut and paste.


Hendrickson

Recommended Posts

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.

Link to comment
Share on other sites

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...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...