Search Results
The site's a fair bit quicker now - however the graph is all weird. I'll fix that in the morning.
1,668
How about external HTTP requests? I mean, does your host need to forward outbound ports too?
198
In case you're interested - here's a full/detailed documentation about the API that I now offer. http://docs.typefish.co.uk/documentation/12/
1,668
It's back on http://www.typefish.co.uk/samp-conn/ - I don't know if you guys want to re-sticky this or not.
1,668
It's actually a measure to prevent query flooding. The server is limited to about 50 queries per second.
278
Services to the site may be disrupted over the next couple of hours so be aware.
1,668
Are you sure it's PHP 5.3.8? What does phpinfo in Apache report?
87
Look at my signature, then look at the source code, learn and then make your own.
80
Quote: Originally Posted by funky1234 Are you forwarding ports correctly? Is it allowed through your firewall? Also it won't appear on the hosted list unless you pay for the privelledge. ...
204
It's not an exploit - it's rather an attempt to stop the server from causing a DoS.
134
There is a limit of about 100 or so (I can't remember off the top of my head) query requests per second across the entire server, so that's what may be causing it - SA-MP's own "defence" mechanism.
134
Use a SOCKS via SSH proxy - host a sshd port on 443 and you can usually get around such things.
204
Well, obviously I had learnt PAWN first. But still, making something and then making it secure on your a first project was rather daunting.
439
I started to learn PHP by making control panels. Seriously.
439
Here is a simple bit of PHP for you to ponder over. PHP код: trait Block {         public                 $hello = null,                 $sMessage =...
439
I don't use exec() for starting anything. Ever. It hangs. For Linux, I use a combination of proc_open and proc_close, and for Windows I use the WshShell COM object.
102