Do anyone know how I can contact someone to try and help me with my issue? Here is the story.
Our website forums (phpbb) have been hacked on several occasions, so I decided to download the most recent phpbb (forums) and install that. However thats where the problem lies. I placed the new forums under 'Public_html/STHS/forums' whereas the old forums sit in 'Public_html/forums'. I enter the same data in the new installation as in the old one, minus the table prefix, which has been changed from 'phpbb_' to 'sths_', but I get the following errors:
I am trying to get help on phpbb message board and it seems that they point towards Cpanel for the problem. Can anyone help?
Our website forums (phpbb) have been hacked on several occasions, so I decided to download the most recent phpbb (forums) and install that. However thats where the problem lies. I placed the new forums under 'Public_html/STHS/forums' whereas the old forums sit in 'Public_html/forums'. I enter the same data in the new installation as in the old one, minus the table prefix, which has been changed from 'phpbb_' to 'sths_', but I get the following errors:
An error occurred trying to update the database
Could not insert board_startdate :: INSERT INTO sths_config (config_name, config_value) VALUES ('board_startdate', 1153917656) :: 888 :: /home/geixhlbz/public_html/STHS/forums/install/install.php
Could not insert default_lang :: INSERT INTO sths_config (config_name, config_value) VALUES ('default_lang', 'english') :: 895 :: /home/geixhlbz/public_html/STHS/forums/install/install.php
Could not insert default_lang :: UPDATE sths_config SET config_value = '[email protected]' WHERE config_name = 'board_email' :: 912 :: /home/geixhlbz/public_html/STHS/forums/install/install.php
Could not insert default_lang :: UPDATE sths_config SET config_value = '/STHS/forums/' WHERE config_name = 'script_path' :: 912 :: /home/geixhlbz/public_html/STHS/forums/install/install.php
Could not insert default_lang :: UPDATE sths_config SET config_value = '80' WHERE config_name = 'server_port' :: 912 :: /home/geixhlbz/public_html/STHS/forums/install/install.php
Could not insert default_lang :: UPDATE sths_config SET config_value = 'www.xhl.biz' WHERE config_name = 'server_name' :: 912 :: /home/geixhlbz/public_html/STHS/forums/install/install.php
Could not update admin info :: UPDATE sths_users SET username = 'shamrocks', user_password='235c39cc4618b6d5b81de493b518f05d', user_lang = 'english', user_email='[email protected]' WHERE username = 'Admin' :: 923 :: /home/geixhlbz/public_html/STHS/forums/install/install.php
Could not update user_regdate :: UPDATE sths_users SET user_regdate = 1153917656 :: 930 :: /home/geixhlbz/public_html/STHS/forums/install/install.php
I am trying to get help on phpbb message board and it seems that they point towards Cpanel for the problem. Can anyone help?
Last edited by a moderator: