Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: codeigniter 3.1.13 ... Post from javascript
Post: codeigniter 3.1.13 ... Post from javascript

After upgrading from  3.1.10 to 3.1.13 Posting from Javascript is not working and i have this message Quote: -- An Error Was Encountered The action you have requested is not allowed. -- ...
1,251 Views
0 Replies
05-26-2022, 04:59 AM
khashabawy
    Thread: How did Google crawler indexed our views php files !?
Post: How did Google crawler indexed our views php files...

Dear friends, Using google console we discovered that google has crawled to some php files in the views folder , Any idea how did google know these files names as paths ? See attachments
2,127 Views
2 Replies
10-26-2019, 09:11 AM
khashabawy
    Thread: Session Security
Post: Session Security

Today i tried to copy cookies from a browser to another and i found that i was logged in ! in the 2.x version there was browser-based encryption sess_match_useragent depending on IP change is no...
3,496 Views
2 Replies
10-22-2018, 02:42 AM
khashabawy
    Thread: ->row() without limit() causes high load
Post: RE: ->row() without limit() causes high load

Paradinight Wrote: (05-17-2018, 08:55 PM) -- khashabawy Wrote: (05-17-2018, 12:32 PM) -- InsiteFX Wrote: (05-16-2018, 03:19 AM) -- Of course it will it's pulling in all the records matching your se...
7,163 Views
7 Replies
05-18-2018, 03:40 AM
khashabawy
  Sad Thread: Logout problem
Post: Logout problem

Hello Developers , We have problem with our website  , users are logged out randomly ! these are the cookies configs , Please help PHP Code: -- $config['encryption_key'] = 'swexds'; // fron...
1,806 Views
1 Replies
05-18-2018, 03:38 AM
khashabawy
    Thread: ->row() without limit() causes high load
Post: RE: ->row() without limit() causes high load

InsiteFX Wrote: (05-16-2018, 03:19 AM) -- Of course it will it's pulling in all the records matching your search. -- It is supposed that results() does that but row() by default limits to 1 !!
7,163 Views
7 Replies
05-17-2018, 12:32 PM
khashabawy
    Thread: ->row() without limit() causes high load
Post: ->row() without limit() causes high load

i noticed that selecting row() without putting limit() in the active record is causing high load !! anyone noticed that ?
7,163 Views
7 Replies
05-16-2018, 01:07 AM
khashabawy
    Thread: Auto detecting urls inside text - urls have some arabic letters
Post: RE: Auto detecting urls inside text - urls have so...

ivantcholakov Wrote: (03-09-2017, 12:01 PM) -- A quick modification without much thinking - see this line: https://github.com/bcit-ci/CodeIgniter/blob/3.1.3/system/helpers/url_helper.php#L396 Chan...
12,036 Views
6 Replies
03-09-2017, 01:19 PM
khashabawy
    Thread: Auto detecting urls inside text - urls have some arabic letters
Post: RE: Auto detecting urls inside text - urls have so...

zploskey Wrote: (03-09-2017, 10:52 AM) -- You need to URL encode the tag to get it to work with auto_link. It looks like this works, at least for this simple example. Code: -- $this->load->helper(...
12,036 Views
6 Replies
03-09-2017, 11:50 AM
khashabawy
  Bug Thread: Auto detecting urls inside text - urls have some arabic letters
Post: Auto detecting urls inside text - urls have some a...

lets say i have an article : Code: -- an article text is just like this and we are inside the body of the article and there is a url inside the text with some arabic letters like this one htt...
12,036 Views
6 Replies
03-09-2017, 06:51 AM
khashabawy
    Thread: update_batch is not working !
Post: RE: update_batch is not working !

ajdunn Wrote: (12-04-2016, 10:04 PM) -- Do you see the same issue with 3.1.1? There is a pull request on github that may help resolve this issue. Have a look at https://github.com/bcit-ci/CodeIgniter...
7,521 Views
6 Replies
12-05-2016, 12:51 AM
khashabawy
    Thread: update_batch is not working !
Post: update_batch is not working !

Hi there , I am facing a problem with update batch function  it is showing the following query which is error !! i am using the 3.1.2 Code: -- UPDATE `sd_settings` SET `s_setting`...
7,521 Views
6 Replies
12-04-2016, 11:23 AM
khashabawy
    Thread: CodeIgniter 3.0.5 Released
Post: RE: CodeIgniter 3.0.5 Released

thank you for the great efforts :blush:
60,559 Views
29 Replies
03-14-2016, 03:08 PM
khashabawy
    Thread: need help for cloning concatenated Data from DB
Post: need help for cloning concatenated Data from DB

I have a big problem in anew project that is about to be launched in a few days Data is concatenated and i find no better way to clone it ================ DB Structure : One Course has many c...
1,497 Views
0 Replies
02-09-2016, 09:39 AM
khashabawy
    Thread: please help with sess_expiration
Post: RE: please help with sess_expiration

I use this config : PHP Code: -- $config['sess_driver'] = 'files'; $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 60*60*24*365; // full year $config['sess_save_pat...
17,739 Views
4 Replies
04-24-2015, 09:19 AM
khashabawy
    Thread: please help with sess_expiration
Post: RE: please help with sess_expiration

Narf Wrote: (04-22-2015, 04:58 AM) -- There's no such thing as a "non-expiring" with sessions (cookies) ... You may set the expiry time to be a thousand years, but technically - it still has to expir...
17,739 Views
4 Replies
04-23-2015, 03:31 AM
khashabawy
    Thread: please help with sess_expiration
Post: please help with sess_expiration

hi in CI2 i used to set  >>  sess_expiration = 0 The number of seconds you would like the session to last. The default value is 2 hours (7200 seconds). If you would like a non-expiring session ...
17,739 Views
4 Replies
04-22-2015, 04:54 AM
khashabawy
    Thread: APPPATH changed
Post: APPPATH changed

Hello there , I used to use the APPPATH variable to point to my application folder  PHP Code: -- -- outputting : Code: -- http://localhost/project/application/views/default/assets/css...
14,777 Views
0 Replies
04-16-2015, 01:32 AM
khashabawy
    Thread: how to know the un used language strings ?
Post: how to know the un used language strings ?

hi there , I have a very big language file half of them are no longer used any idea to know the unused $lang["strings"] thanks
5,987 Views
0 Replies
02-28-2015, 02:01 PM
khashabawy
    Thread: How to replace index.php by any string ?
Post: RE: How to replace index.php by any string ?

hay ? any help here ?
3,755 Views
0 Replies
02-25-2015, 08:45 AM
khashabawy

Theme © iAndrew 2016 - Forum software by © MyBB