great library anyways
i will throw something together tomorrow and email it to you if you like.
i’m sure you will write something better than anything i come up with, but if my code helps you out then great
thanks again
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
November 09, 2008 6:23pm
Subscribe [31]#181 / Jul 21, 2009 6:48am
great library anyways
i will throw something together tomorrow and email it to you if you like.
i’m sure you will write something better than anything i come up with, but if my code helps you out then great
thanks again
#182 / Jul 21, 2009 7:00am
Feel free to contribute!
If you come up with something, just send it to me.
#183 / Jul 28, 2009 12:27pm
In the login side, you can select a checkbox for the remember me side of things. Can I use a combobox instead? (Having a bit of a brain fart I think!)
#184 / Jul 28, 2009 2:28pm
Combobox meaning a yes/no select? Sure…just have it return 1/0 as value, that should work.
#185 / Jul 28, 2009 4:50pm
Yea done, stupid me…
#186 / Aug 23, 2009 3:06am
I’ve followed the guide, and put files where they need to go ... but I get blank pages.
Actually, login, logout, register are just blank pages however, access_test ... says “not ok”.
I get no CI errors… do you have any ideas why this would be?
Thanks
#187 / Aug 23, 2009 3:35am
Have you actually put the example content in the view files?
Do URLs to other controllers work?
#188 / Jan 20, 2010 11:52am
Hello and thanks for this library!
I knew it already but I actually never tried it, and now that I did it… I’m impressed! :D
One missing thing is a login attempts counter, maybe using userdata since cookies can be deleted.
I’d also abstract the ACL part to another library.
What do you think?
Thanks again!
#189 / Jan 21, 2010 6:19am
Awesome library!!!
a port she to use PDO::sqlite3
changes:
* In Auth library replace
$password_hash = $this->encryption_method."(concat(".str_replace("%password%", $this->CI->db->escape($user_password), str_replace("%salt%", $user_database_config['user_salt_column'], str_replace(".", ", ", $this->encryption_order)))."))";with
$password_hash = $this->encryption_method."(".str_replace("%password%", $this->CI->db->escape($user_password), str_replace("%salt%", $user_database_config['user_salt_column'], str_replace(".", " || ", $this->encryption_order))).")";/* Use native SQL concat */* In Sqlite_driver
in begining of function db_select()
add rows
@$this->conn_id->sqliteCreateFunction('md5', 'md5', 1);
@$this->conn_id->sqliteCreateFunction('sha1', 'sha1', 1);
@$this->conn_id->sqliteCreateFunction('sha', 'sha1', 1);/*Not cool*/#190 / Jan 21, 2010 6:34am
Glad you like it 😊
I’m not really working on this anymore, but maybe I’ll incorporate your additions and release a final version. I don’t if I’ll have the time to make a new ACL library, but we’ll see…don’t expect much too soon 😉
#191 / Jan 24, 2010 4:12pm
Oh, waldmeister, you were wrong! You can easily get all the twitter statuses of the public timeline or friends timeline. I do it using jQuery, so It can be easily done using PHP+Codeigniter. If you want some help, ask me! 😊
#192 / Jan 24, 2010 4:22pm
Wrong topic!?
#193 / Jan 24, 2010 4:24pm
Excuse me, but what? I wrote something incomprehensible? I’m talking about your lib.
#194 / Jan 24, 2010 4:41pm
And this is not the topic of my twitter library…
#195 / Jan 24, 2010 4:47pm
OMG, 😊 Please, forgive me 😊