Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   All who uses YSE PRE 6! (Bug Fix) (http://www.bvlist.com/showthread.php?t=1645)

kp380lv 26th December 2008 23:21

All who uses YSE PRE 6! (Bug Fix)
 
Open takesignup.php

Find this:

PHP Code:


// check if email addy is already in use
$a = (@mysql_fetch_row(@sql_query("SELECT COUNT(*) FROM users WHERE email='$email'"))) or die(mysql_error()); 

And replace with this:

PHP Code:


// check if email addy is already in use
$a = (@mysql_fetch_row(@sql_query("SELECT COUNT(*) FROM users WHERE email=".sqlesc($email)))) or die(mysql_error()); 

That's all..


All times are GMT +2. The time now is 12:58.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.