Page 1 of 1

Newlisp Forum Problems.

Posted: Tue Oct 10, 2006 8:00 pm
by lisp
This is more or less a test, but I have been having problems posting new topics. The server gives me the following error:
Service Temporarily Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
Any ideas why this occurs?

Posted: Tue Oct 10, 2006 8:02 pm
by lisp
Seeing as how the above post went through, I'm guessing it has something to do with the content of my post. I am posting shellcode and other security related code, would that be a problem?

Posted: Tue Oct 10, 2006 8:37 pm
by Ryon
I'll guess it was because your authorization to post was still being processed.

Welcome aboard! Hope you enjoy the discussions.

Posted: Tue Oct 10, 2006 8:40 pm
by lisp
Actually it was because of the system line, noted in grundle's post: http://www.alh.net/newlisp/phpbb/viewtopic.php?t=1434

Posted: Wed Oct 11, 2006 12:18 am
by Ryon
That's odd! Let's try a test:

Code: Select all


  sys("./vuln", $payload); 

Yes, I had to change the above to "sys" also. It appears that the web host is blocking this text in mod_security.

Posted: Wed Oct 11, 2006 12:32 am
by lisp
You need to include the ()'s