Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Invisible Recaptcha
Post: RE: Invisible Recaptcha

I tried integrating that library into codeigniter, but it would just give me back captcha failures all the time. I put the captcha validation in the controller, should that be directly in the view ins...
7,980 Views
5 Replies
02-18-2019, 08:00 AM
Tampa
    Thread: Invisible Recaptcha
Post: Invisible Recaptcha

I can't seem to find a proper implementation of invisible recaptcha anywhere, all libraries I tried just fail to verify switching to invisible. I noticed that in normal operation the recaptcha asks me...
7,980 Views
5 Replies
02-17-2019, 06:24 AM
Tampa
    Thread: XMLRPC - Root element missing
Post: RE: XMLRPC - Root element missing

Unfortunately the client is closed source so I cannot edit how it sends the request :(
6,331 Views
8 Replies
09-07-2018, 01:39 PM
Tampa
    Thread: XMLRPC - Root element missing
Post: RE: XMLRPC - Root element missing

I have made some progress. It seems that the encoding of the request is sent in us-ascii and thus the client gets a response fault code 104 malformed. I assume this is because the encoding is not utf-...
6,331 Views
8 Replies
09-07-2018, 09:31 AM
Tampa
    Thread: XMLRPC - Root element missing
Post: RE: XMLRPC - Root element missing

I have now written this: PHP Code: -- public function reportuser($request) { $zsite = $this->load->database('grid', TRUE); $xmlrpc_server = xmlrpc_server_create(); xml...
6,331 Views
8 Replies
09-07-2018, 06:24 AM
Tampa
    Thread: XMLRPC - Root element missing
Post: RE: XMLRPC - Root element missing

I tried turning the debug on, but there is no additional information given on the client end as to the error. Unfortunately I have no way of seeing the actual xml being sent in. Is there perhaps a way...
6,331 Views
8 Replies
09-05-2018, 09:07 AM
Tampa
    Thread: XMLRPC - Root element missing
Post: RE: XMLRPC - Root element missing

Maybe I have gone code-blind lately, but that example seems to be an almost exact copy of the code a wrote. Is there anything I missed or screwed up that I am just not seeing?
6,331 Views
8 Replies
09-02-2018, 09:45 PM
Tampa
    Thread: XMLRPC - Root element missing
Post: XMLRPC - Root element missing

I'm trying to convert some procedural code for handling xmlrpc requests into codeigniter, but when following the example on how to properly setup an xmlrpc server within codeigniter the client respond...
6,331 Views
8 Replies
08-31-2018, 08:03 PM
Tampa
    Thread: [Solved] Files-Sessions spam
Post: RE: Files-Sessions spam

That didn't seem to do anything in this case, but I did figure it out eventually. Basically I had the session library loaded in a controller that really only does one thing, output database data to...
3,963 Views
3 Replies
08-21-2017, 01:20 AM
Tampa
    Thread: [Solved] Files-Sessions spam
Post: [Solved] Files-Sessions spam

I noticed today that my server was running low on space, upon investigation I found 40GB worth of session files in the sessions directory. I tried a few settings in the config to make it stop, but it ...
3,963 Views
3 Replies
08-20-2017, 04:29 PM
Tampa

Theme © iAndrew 2016 - Forum software by © MyBB