• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] user block - banned

Started by hexertem,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

hexertemTopic starter

What code is necessary to prevent users .
e- mail based blocking. ( banned )
  •  

PHPVibe A.

Depends where, for example in com/com_register.php

after

if(_post('name') && _post('password') && _post('email')){

you could do something like this
$banned = array("x@x.com", "y@y.com");
if(in_array(_post('email'), $banned)) {
exit("Goodbye");
}

hexertemTopic starter

Quote from: Alexander on
Depends where, for example in com/com_register.php

after

if(_post('name') && _post('password') && _post('email')){

you could do something like this
$banned = array("x@x.com", "y@y.com");
if(in_array(_post('email'), $banned)) {
exit("Goodbye");
}

  •  

hexertemTopic starter

  •  

PHPVibe A.

I will add it in the next updates.

hexertemTopic starter

Quote from: Alexander on
I will add it in the next updates.

Thank you Alex.

Add a comment to this aspect of the component. That would be good.
  •  

hexertemTopic starter

Quote from: Alexander on
I will add it in the next updates.


When integrating Alex. I expect
  •  

hexertemTopic starter

  •  

hexertemTopic starter

Quote from: Alexander on
Depends where, for example in com/com_register.php

after

if(_post('name') && _post('password') && _post('email')){

you could do something like this
$banned = array("x@x.com", "y@y.com");
if(in_array(_post('email'), $banned)) {
exit("Goodbye");
}




com/com_login.php

/** Actual login **/
if(_post('password') && _post('email')){


after

$banned = array("x@x.com", "y@y.com");
if(in_array(_post('email'), $banned)) {
exit("Goodbye");
}




tahank you Alex
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 45800

How to use the PHPVibe user system (internally or externally)

Started by PHPVibe A.


Replies: 0
Views: 11138

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 26182

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 74146

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 55957

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

Started by spirog


Replies: 2
Views: 4972

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

Started by spirog


Replies: 3
Views: 9031