PDA

View Full Version : Denied Symbol&Numbers Registration


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)

swantonio
05-20-2005, 09:04 PM
ottimo complimenti :squareeyed:

hasan2k
05-21-2005, 12:12 AM
How can I use this hack to check for "thread titles". My members tend to use a lot of the symbols to attract attention which clutters my forum.

iSpanish
05-21-2005, 12:17 AM
Hello hasan2k

i will try to do it


:)

Marboosh

iSpanish
05-21-2005, 01:10 AM
How can I use this hack to check for "thread titles". My members tend to use a lot of the symbols to attract attention which clutters my forum.
the hack is released now
https://vborg.vbsupport.ru/showthread.php?p=656420

Acido
05-21-2005, 12:55 PM
I was waiting for a hack like this for months.
Big Thanx Amigo :)