PM sent.xkustoms wrote:I did everything manually. I am using the template called Saphic
Can you PM me your email address and i will send the file to you that way.
Make sure you are using Arcade / Activity V2.1.8 and performed all required edits as outlined in the arcade_mod_2.1.8.mod file including fixes and step-by-step as mentioned here.Peter77sx wrote:what was fixed? I never could get the PM feature to work myself. can someone please share what the fix is...
Code: Select all
Error #1
Error creating new session
Line : 230
File : /home/muhendis/public_html/includes/functions_arcade.php
SQL : UPDATE phpbb_ina_sessions SET start_time = '1228238526', page = '-216', game_name = 'catbatting', arcade_hash = '79feef3c4e934b8f22a2a7d252eab347', user_win = '', tour_id = 0, url = '?mode=cat&cat_id=-1&start=0&sort_mode=default&order=DESC' WHERE user_id = '92'
Code: Select all
DROP TABLE `phpbb_ina_sessions`;
CREATE TABLE `phpbb_ina_sessions` (
`arcade_hash` varchar(33) default NULL,
`user_id` mediumint(8) NOT NULL default '0',
`start_time` int(11) NOT NULL default '0',
`session_ip` varchar(8) NOT NULL default '',
`page` int(1) NOT NULL default '0',
`game_name` varchar(50) default NULL,
`tour_id` mediumint(5) default NULL,
`user_ip` varchar(16) default '0',
`ip_name` varchar(255) default NULL,
`user_win` varchar(25) NOT NULL default 'NORM',
`url` text NOT NULL,
`randchar1` int(4) default NULL,
`randchar2` int(4) default NULL,
KEY `arcade_hash` (`arcade_hash`),
KEY `user_id` (`user_id`)
) ;