Jump to content
MakeWebGames

[mccode v2] User Comments


Dave

Recommended Posts

Re: [mccode v2] User Comments

 

Sorry Wicked, but the basic code allows Javascript, and that allows users to put HTML / Redirects onto their profile. So you can set it up to redirect you to another website.

Simple fix..

htmlspecialchars()

 

No site is (ever) secured enough

Well

 

You're unable to view this code.

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

 

Is secure :roll:

Link to comment
Share on other sites

  • Replies 57
  • Created
  • Last Reply

Top Posters In This Topic

Guest Anonymous

Re: [mccode v2] User Comments

 

Sorry Wicked, but the basic code allows Javascript, and that allows users to put HTML / Redirects onto their profile. So you can set it up to redirect you to another website.

Simple fix..

htmlspecialchars()

 

No site is (ever) secured enough

Well

 

You're unable to view this code.

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

 

Is secure :roll:

Not really, the server may not be hardened, therefore they could overwrite the file?

Link to comment
Share on other sites

  • 10 months later...

[mysql]CREATE TABLE `ucomments` (

`id` int(11) NOT NULL auto_increment,

`time` int(11) NOT NULL default '0',

`userfrom` int(11) NOT NULL default '0',

`userto` int(11) NOT NULL default '0',

`message` text NOT NULL,

`reported` int(11) NOT NULL,

PRIMARY KEY (`id`)

) ENGINE=MyISAM ;[/mysql]

Open viewuser.php and find (This is if you are using the standard Mccodes V2 viewuser.php)

You're unable to view this code.

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

 

Then add comments.php =]

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