Whenever I type a link into the chat the jump.php file will be omended in a new window as it shcould, but instead of redirecting there is an error, and on top the url is pasted onto my chatlink. I am shure this has to do with the fact that I am on a secure server with https://... and the problem shcould be solveable by changing the ereg line:
ereg("^http://(.[^/:]*):?([1234567890]*)(.*)",$url,$piece);
Can anybody help how to sort this out? Thankx, Thilo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Whenever I type a link into the chat the jump.php file will be omended in a new window as it shcould, but instead of redirecting there is an error, and on top the url is pasted onto my chatlink. I am shure this has to do with the fact that I am on a secure server with https://... and the problem shcould be solveable by changing the ereg line:
ereg("^http://(.[^/:]*):?([1234567890]*)(.*)",$url,$piece);
Can anybody help how to sort this out? Thankx, Thilo