View Single Post
Old 2006-10-15, 06:19 AM   #5
Mateusz
Screw you, guys. I'm going home.
 
Mateusz's Avatar
 
Join Date: Mar 2004
Location: Gliwice, Poland
Posts: 996
Send a message via ICQ to Mateusz
Try this - this function can be usefull for blacklist and recip checking as well
PHP Code:
if (eregi($new_url$old_url)) {do sth}
   else {do 
sth else}; 
Please note there will be problem if someone submited
http://mydomain.com/freesite1/freesite2/freesite3/
and
http://mydomain.com/freesite1/
was already in DB

I see no point in creating such directory structure for free sites and I guess nobody does

Last edited by Mateusz; 2006-10-15 at 06:27 AM..
Mateusz is offline   Reply With Quote