Jump to content
MakeWebGames

Basic Forums


Richard

Recommended Posts

Bear in mind that this is basic. I have tried my best to secure it however it may require a few little edits. Enjoy!

Run SQL:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

 

Create forums.php

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 
Link to comment
Share on other sites

Guest Anonymous

Re: Basic Forums [LITE / V1]

 

Line #1: <?php

Line #2: session_start();

Line #3: require "global_func.php";

Just how do you manage to get

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/a9664480/public_html/forum.php on line 2

Did you decide just to post in the hope that some kind soul will help you, or perhaps you just want somebody to write your entire project for you and let you reap the benefits.

Sheesh

When posting errors, it helps to post a few lines either side of the error WITH LINE NUMBERS.

Also, it's useful if you tell us you what YOU think the problem is, what you have tried, your environment, and anything else that might be relevant.

Link to comment
Share on other sites

  • 2 weeks later...
  • 7 months later...
  • 8 months later...

edited functions from origional post

"function delete_post() " & "function delete_topic()"

reason : post and topic count did not update when topics or posts were deleted

 

updated functions now update the post and topic count

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Link to comment
Share on other sites

  • 2 months later...
  • 8 months later...
  • 5 years later...

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