Login Register


Storing data in the MyBB Database filter_list
Author
Message
Storing data in the MyBB Database #1
I haven't really seen this anywhere, except in a plugin or something.

Make sure you add global $db;


PHP Code:
$ip= getenv('REMOTE_ADDR'); $ip = ip2long($ip); $log = array( 'ip'  =>  $ip, 'Column' => Data to store ); $db->insert_query('table', $log);

Not really much to it. Hope this helps someone out.

Reply

RE: Storing data in the MyBB Database #2
Easy. Hope that someone finds this helpful. Thanks for sharing. :yus:

Reply

RE: Storing data in the MyBB Database #3
I knew how to do this.

It's very easy and short Smile

Thanks for helping others though ^,^
[img=0x150]http://imgur.com/BD5LxZb.png[/img]
I'm done being an autism.  

Reply

RE: Storing data in the MyBB Database #4
wow so helpful...

lmfao

Reply

RE: Storing data in the MyBB Database #5
http://www.w3schools.com/php/php_mysql_insert.asp there you can learn more about it

Reply

RE: Storing data in the MyBB Database #6
This helped me out... a lot. Thanks, @Travis.

Reply

RE: Storing data in the MyBB Database #7
(08-20-2015, 06:21 PM)Man Wrote: This helped me out... a lot. Thanks, @Travis.

You are very very welcome man

Reply







Users browsing this thread: 1 Guest(s)