Jump to content
MakeWebGames

Recommended Posts

  • 8 months later...
Posted

@ Cornhub:

If I am correct, putting an SQL(Right?), goes into your PhpMyAdmin -> Database(DB For short). Also, try searching it up on Google. I keep thinking, people are forgetting, Google is our Friend. :)

  • 10 years later...
Posted

When you find something like this in your code: 

[url='cracksafe.php?action=safe_1']Crack[/url]

Replace it with:

<a href='cracksafe.php?action=safe_1'>Crack</a>

Basically you're changing the url tag with a href tag. Remember to close the a href tag.

  • Like 1
Posted
3 hours ago, newttster said:

When you find something like this in your code: 


[url='cracksafe.php?action=safe_1']Crack[/url]

Replace it with:

<a href='cracksafe.php?action=safe_1'>Crack</a>

Basically you're changing the url tag with a href tag. Remember to close the a href tag.

I keep getting errors. 

Posted
1 minute ago, athena26 said:

I keep getting errors. 

Which part of the code are you getting errors from? You stated you were having issues with the links not working??? Where and which ones?

Posted (edited)

Add the files here and highlight the lines that are causing the errors. And show the error messages you are getting.

If you're still wondering where and how to change the links; 

You can replace the links wherever you find them in the code in this mod.

Anywhere you see the [url] tag ... replace it with the <a href> tag.

Edited by newttster
  • Like 1
Posted
1 hour ago, athena26 said:

Fixed it thanks

With the fixes that I recommended or something different? In case someone else has the same problem or a different problem it would be good to know. Thanks.

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