PDA

View Full Version : [fixed] Error in auto URL parseing


chrispadfield
Fri 4th Jan '02, 8:01pm
http://web.archive.org/web/*/http://www.rackshack.net

does not work. The * seems to cause problems. Not sure if a valid URL but either way...

nuno
Fri 4th Jan '02, 8:08pm
http://web.archive.org/web/*/http://www.rackshack.net

nuno
Fri 4th Jan '02, 8:09pm
http://web.archive.org/web/*/http://www.rackshack.net

tubedogg
Fri 4th Jan '02, 11:24pm
I think Yahoo uses asterisks in their ad URLs so I assume they are valid.

chrispadfield
Sat 5th Jan '02, 4:37am
it might be the double http:// thing..

lets see:

http://www.domai.com/&http://www.domain.com/

http://www.domai.com/http://www.domain.com/


nope.. so it is the *.. oh well, bug then.

John
Thu 17th Jan '02, 9:34am
Change (approx) lines 847-849 of admin/functions.php to:

$urlSearchArray = array(
"/([^]_a-z0-9-=\"'\/])((https?|ftp|gopher|news|telnet):\/\/|www\.)([^ \r\n\(\)\^\$!`\"'\|\[\]\{\}<>]*)/si",
"/^((https?|ftp|gopher|news|telnet):\/\/|www\.)([^ \r\n\(\)\^\$!`\"'\|\[\]\{\}<>]*)/si"

John