yes this is possible, look inside the javascript and look for the email function. just make it check if thats the domain. (if i have spare time ill try to make it for you)
if (!emailStr.match("@yahoo.com") || !emailStr.match("@gmail.com")) {
LoginStatus('email_1','email_1_status',null,'0', 'You may only register to this forum with Yahoo or Gmail emails.');
return false;
}
1: when i try to register in arabic word i got this error
inside the box after checking
Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML><HEAD><TITLE>406 Not Acceptable</TITLE></HEAD><BODY><H1>Not Acceptable</H1>An appropriate representation of the requested resource /ajax.php could not be found on this server.<P><HR><ADDRESS>Apache/1.3.37 Server at www.bela-meaad.com Port 80</ADDRESS><br /><div style="z-index:3" class="smallfont" align="center">Search Engine Optimization by <a rel="nofollow" href="http://www.vbseo.com/486/">vBSEO</a> 3.0.0 RC8</div><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-537308-2";urchinTracker();</script><br /><div style="z-index:3" class="smallfont" align="center">Search Engine Optimization by <a rel="nofollow" href="http://www.vbseo.com/486/">vBSEO</a> 3.0.0 RC8</div><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-537308-2";urchinTracker();</script></BODY></HTML>
& this below
Code:
Not Acceptable
An appropriate representation of the requested resource /ajax.php could not be found on this server.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at www.bela-meaad.com Port 80
Search Engine Optimization by vBSEO 3.0.0 RC8
Search Engine Optimization by vBSEO 3.0.0 RC8
2: still member can register with any email
ignoring the warning
I get this in the username field when I move out of it after typing anything:
Quote:
<?xml version="1.0" encoding="windows-1252"?><error>You do not have permission to perform this action. Please refresh the page and login before trying again.</error>
1: when i try to register in arabic word i got this error
inside the box after checking
Code:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML><HEAD><TITLE>406 Not Acceptable</TITLE></HEAD><BODY><H1>Not Acceptable</H1>An appropriate representation of the requested resource /ajax.php could not be found on this server.<P><HR><ADDRESS>Apache/1.3.37 Server at www.bela-meaad.com Port 80</ADDRESS><br /><div style="z-index:3" class="smallfont" align="center">Search Engine Optimization by <a rel="nofollow" href="http://www.vbseo.com/486/">vBSEO</a> 3.0.0 RC8</div><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-537308-2";urchinTracker();</script><br /><div style="z-index:3" class="smallfont" align="center">Search Engine Optimization by <a rel="nofollow" href="http://www.vbseo.com/486/">vBSEO</a> 3.0.0 RC8</div><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-537308-2";urchinTracker();</script></BODY></HTML>
& this below
Code:
Not Acceptable
An appropriate representation of the requested resource /ajax.php could not be found on this server.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at www.bela-meaad.com Port 80
Search Engine Optimization by vBSEO 3.0.0 RC8
Search Engine Optimization by vBSEO 3.0.0 RC8
2: still member can register with any email
ignoring the warning
Thanks
I'm not sure about you issue. It seems your rewrite URL's are not letting the script access the ajax.php
Quote:
Originally Posted by Abe1
I get this in the username field when I move out of it after typing anything: