Posts: 620
Threads: 77
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
can you Tell us exactly what table does this sql goes into ?? Newproject_data? our db_auth ?
Or do we need to create a new tables Called.
Posts: 87
Threads: 9
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Oct 2011
Reputation:
0
can you Tell us exactly what table does this sql goes into ?? Newproject_data? our db_auth ?
Or do we need to create a new tables Called.
you can use which you want, you can create a complete new too only must say in the header of the file the same database where the .sql is located.
it's the variable $DBNameChecker
example the .sql is located in newproject_db_auth set it to
$DBNameChecker = 'newproject_db_auth ';
Posts: 190
Threads: 13
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Feb 2013
Reputation:
0
you can use which you want, you can create a complete new too only must say in the header of the file the same database where the .sql is located.
it's the variable $DBNameChecker
example the .sql is located in newproject_db_auth set it to
$DBNameChecker = 'newproject_db_auth ';
xD the com here still dont know for whats usefull XD ^^
Posts: 395
Threads: 58
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2012
Reputation:
0
xD the com here still dont know for whats usefull XD ^^
Didnt u read some ppl are getting their DB's hacked ? by using brute force ?
Posts: 395
Threads: 58
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jan 2012
Reputation:
0
Thanks for the Script!! really appreciate it
Posts: 620
Threads: 77
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: May 2013
Reputation:
0
oooh thanks ..works great ...+1
Posts: 1,163
Threads: 160
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
nice release but...
Would have been 100% easier to use the already active PDO connection an edit the t_user_log table in the cms db add a new row (count) then add the functions to the function.php
The cms already logs time of login so just a simple function to update count on login where time = $timo
an if count = 10 then show new block "error" with $msg = "Acount login limit reached";