Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Is my site being attacked?
Post: RE: Is my site being attacked?

Hi If you still need session you can Change your session config to a database type(use database table not files like that), and for stopping session entirly driver, you can remove loading session d...
13,414 Views
13 Replies
07-13-2016, 01:21 AM
behrooz1x
    Thread: enable ini_set() in production live server
Post: RE: enable ini_set() in production live server

Exactly marksman ,Only with change 'php.ini' file you can solve your problem. 'httaccess' or other methods doesn't work. View this page: http://stackoverflow.com/questions/1865020/php-how-to-disable-...
6,868 Views
4 Replies
06-20-2016, 08:07 AM
behrooz1x
    Thread: Problem with removing Index.php from URL
Post: RE: Problem with removing Index.php from URL

You needs three steps: 1-Create htaccess file in the root ci folder(i attach my .htaccess). 2-Change the 'RewriteBase /' in httaccess, for exmaple if your site in url is 'http://localhost/ci/index...
10,711 Views
9 Replies
06-17-2016, 12:47 PM
behrooz1x
    Thread: re-route with optional argument. possible bug??
Post: RE: re-route with optional argument. possible bug?...

dubefx Wrote: (06-09-2016, 02:10 AM) -- $route["admin/foos(/(.*?))?"] = function($a=null){ return 'admin/hello' . $a; } -- Needs  to add addtional slash to return value: $route["admin/foos(/(...
14,015 Views
12 Replies
06-09-2016, 03:26 AM
behrooz1x
    Thread: Small project on MVC
Post: RE: Small project on MVC

PlorntXhizors Wrote: (06-07-2016, 12:40 AM) -- I know how the authentication is handled, like i've said before, i already wrote the application all by myself without frameworks, now i want to pass it...
5,042 Views
3 Replies
06-07-2016, 02:16 AM
behrooz1x
    Thread: Using Memcached for session
Post: RE: Using Memcached for session

mwhitney Wrote: (06-02-2016, 08:48 AM) -- behrooz1x Wrote: (06-02-2016, 07:41 AM) -- //php.ini setting session.save_handler = memcache    -- This is the php.ini setting for memcache, not memcache...
8,264 Views
2 Replies
06-02-2016, 11:09 AM
behrooz1x
  Smile Thread: Using Memcached for session
Post: Using Memcached for session

Hello everybody  http://forum.codeigniter.com/images/icons/smile.gif I want to use memcache  for saving sessions. when i use pure PHP sessions code correctly work, but when i use CI we gave this er...
8,264 Views
2 Replies
06-02-2016, 07:41 AM
behrooz1x
    Thread: Error while using session
Post: RE: Error while using session

shihasck Wrote: (05-24-2016, 10:47 PM) -- Can anyone tell me the solution for this error. Thanks in advance :) -- Hello my friend about your second error, your header must be send before your...
4,281 Views
3 Replies
05-25-2016, 01:02 AM
behrooz1x
    Thread: Undefined variable: token
Post: RE: Undefined variable: token

My Dear Your code, have too many problem, please check below list: 1- Config Session library in application/config.php 2- your controller has a view section ,that is wrong. 3- your variable su...
8,986 Views
4 Replies
05-24-2016, 02:37 AM
behrooz1x

Theme © iAndrew 2016 - Forum software by © MyBB