Quote:
|
Originally Posted by Dexil hey
can somebody help my with this problem
if i post a pub with a domein ip adress
get i this error
The fastsnap information you entered is in invalid.
Check and try again.
format: ftp://user:pass@ip:port path is optional
how can i fix that
greetz |
to overcome this u need to go into the the function itself inside the "function_fxppack.php",
inside the function called "getdatafastsnap", and locate these lines:
You must first be a
registered member to view any code.
replace it either with these line (to not check at all):
You must first be a
registered member to view any code.
OR (prefered) to edit the regexp in the IF itself - something like this:
You must first be a
registered member to view any code.
or replace it with your own regexp, if u want it to be fixed to something, rather than allow all chars in the middle there.
greets.