Code: Select all
INSERT INTO phpbb_config (config_name, config_value) VALUES ('securityquestion','How many days in a year?');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('securityanswer','365');
No its it as it would make it more complicated than it is now.stokerpiller wrote:This one looks nice![]()
But it would be even more nice if you where able to use severable possible answers.
Myvipcode does that.
Is it possible in this mod?
Check your config section of the database. Is the Q&A there? The 'Duplicate Entry' note implies it israsin wrote:hi guys done everything that supposed to and when trying to inject sql i get these errors
SQL query:
INSERT INTO phpbb_config( config_name, config_value )
VALUES (
'securityquestion', 'How many days in a year?'
);
MySQL said:
#1062 - Duplicate entry 'securityquestion' for key 1
SQL query:
SELECT *
FROM Array
WHERE CONCAT_WS( "-", config_name, config_value ) = "securityquestion"
ORDER BY config_name, config_value
LIMIT 0 , 30
MySQL said:
#1146 - Table 'www****_phpb1.Array' doesn't exist
any ideas on how to solve this wee little problem regards rasin
Sure enough! Thanks much .. yet another fine security mod to keep those little bas$!%@s from posting porn on my forumJames N wrote:If you ignore lines 215 - 228 of my MOD then the profile fields will be left alone, but the rest will install and work as described
thanks for the reply heres what is in the config in the databaseJames N wrote:Check your config section of the database. Is the Q&A there? The 'Duplicate Entry' note implies it israsin wrote:hi guys done everything that supposed to and when trying to inject sql i get these errors
SQL query:
INSERT INTO phpbb_config( config_name, config_value )
VALUES (
'securityquestion', 'How many days in a year?'
);
MySQL said:
#1062 - Duplicate entry 'securityquestion' for key 1
SQL query:
SELECT *
FROM Array
WHERE CONCAT_WS( "-", config_name, config_value ) = "securityquestion"
ORDER BY config_name, config_value
LIMIT 0 , 30
MySQL said:
#1146 - Table 'www****_phpb1.Array' doesn't exist
any ideas on how to solve this wee little problem regards rasin