• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Html tags in comments

Started by fourdeltaOne,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fourdeltaOneTopic starter

hello!

I do not know how, but today some who tried to find a hole or hack site

strange started writing codes, scripts in the comments.

in the comments left here are the codes.

1 code ####################################
<html><body><h1>TEST</h1></body></html>
2 code ####################################
<?php echo "test";?>
3 code  ####################################
<?php     for($i = 0; $i <10; $i++) {echo $i;}?>
4 code  ####################################
<!--?php
for($i = 0; $i <10; $i++) {
echo $i;
}?-->
5 code  ####################################
<!--?php echo DB; ?-->
<?php echo DB; ?>
6 code  ####################################
<script>
function count_rabbits() {
    for(var i=1; i<=3; i++) {
        alert("Кролик номер "+i)
    }
}
count_rabbits();
</script>
7 code  ####################################
<input  type="file" />



I want to ask may prohibit write html, php, java code?
Skype: epic.mediauz
  •  

PHPVibe A.

You think you got hacked cause that comment had code in it?
I have hundreds of those per month :)
If the code just parses and not executes, then the toDb() function does a nice job :)

fourdeltaOneTopic starter

Alex. all may be)

possible to disable html in comments?
Skype: epic.mediauz
  •  

PHPVibe A.

Simplest way

/lib/ajax/addComment.php

Replace
$com_body = toDb($_REQUEST['comment']);


with

$com_body = toDb(strip_tags($_REQUEST['comment']));

fourdeltaOneTopic starter

Skype: epic.mediauz
  •  

PHPVibe A.

New ones? Cause old ones won't change.

fourdeltaOneTopic starter

Skype: epic.mediauz
  •  

PHPVibe A.

I'll look into it and get back to you.

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 38676

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 69790

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 49840

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4203

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 21821

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 4850

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 4990