iSpanish
05-19-2005, 10:00 PM
Hello there!
This is my first hack :squareeyed: actually my friend create it just to denied two things but i re create from beginning so thats why i say it's my first hack.
What does this hack do?
In the registration page it checks if the username the user has entered have a denied symbol and Numbers or not. If the user enter any symbol from this + = _ # $ ^ & * ( ) will get a message telling user to change the desired name.
Updated to 1.0.1
Fix some codes :squareeyed:
To Update just replace deniedreg.php with the new one (from attachment)
install this hack?
just upload 1 file to includes folder.
Edit register.php file.
That's all.
1.
Open register.php
Find:
$_POST['username'] = trim(preg_replace('#\s+#si', ' ', $_POST['username']));
Below. Add
// # Denied symbol&numbers from registration[strat]
require('./includes/deniedreg.php');
// # Denied symbol&numbers from registration[end]
Save & uplaod it
2.
Upload deniedreg.php (from attachment) to includes file.
End
Demo:
Look to the screenshot.
Please don't forget to click install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=81787)
This is my first hack :squareeyed: actually my friend create it just to denied two things but i re create from beginning so thats why i say it's my first hack.
What does this hack do?
In the registration page it checks if the username the user has entered have a denied symbol and Numbers or not. If the user enter any symbol from this + = _ # $ ^ & * ( ) will get a message telling user to change the desired name.
Updated to 1.0.1
Fix some codes :squareeyed:
To Update just replace deniedreg.php with the new one (from attachment)
install this hack?
just upload 1 file to includes folder.
Edit register.php file.
That's all.
1.
Open register.php
Find:
$_POST['username'] = trim(preg_replace('#\s+#si', ' ', $_POST['username']));
Below. Add
// # Denied symbol&numbers from registration[strat]
require('./includes/deniedreg.php');
// # Denied symbol&numbers from registration[end]
Save & uplaod it
2.
Upload deniedreg.php (from attachment) to includes file.
End
Demo:
Look to the screenshot.
Please don't forget to click install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=81787)