Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Fixing Captcha helper [php<7]
Post: RE: Fixing Captcha helper [php<7]

Ok! Thank you! Can you explain why the else is not good there? Is rand not secure?
4,141 Views
3 Replies
12-12-2015, 04:09 AM
DiegoMGar
    Thread: Fixing Captcha helper [php<7]
Post: Fixing Captcha helper [php<7]

Hi, i was today trying to use tank_auth with the actual version of CI and i got a big problem, when CI is trying to show a captcha, calling create_captcha from the helper, the server dies for time exc...
4,141 Views
3 Replies
12-11-2015, 02:27 PM
DiegoMGar
    Thread: CI as a REST API?
Post: RE: CI as a REST API?

I think he tries to say that rest api uses the http verbs (GET, POST, PUT, DELETE, etc.) and the full protocol to properly work. CI gives you a tool to make a fantastic web api (as web, only GET and P...
23,746 Views
13 Replies
12-02-2015, 02:28 PM
DiegoMGar
    Thread: 1and1 not redirect htacces / route.php
Post: RE: 1and1 not redirect htacces / route.php

This works for me: Code: -- RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] --
4,365 Views
1 Replies
12-02-2015, 02:13 PM
DiegoMGar

Theme © iAndrew 2016 - Forum software by © MyBB