Page 72 of 72
Re: [BETA] Activity / Arcade Mod 2.1.2
Posted: Tue Jul 29, 2008 3:52 pm
by xkustoms
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.
Re: [BETA] Activity / Arcade Mod 2.1.2
Posted: Tue Jul 29, 2008 8:26 pm
by quahappy
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.
PM sent.

Re: [BETA] Activity / Arcade Mod 2.1.2
Posted: Wed Jul 30, 2008 8:32 pm
by xkustoms
everything fixed!!!!
YOU ARE THE MAN!!
thank you so much
Re: [BETA] Activity / Arcade Mod 2.1.2
Posted: Thu Jul 31, 2008 9:07 pm
by Peter77sx

what was fixed? I never could get the PM feature to work myself. can someone please share what the fix is...
Re: [BETA] Activity / Arcade Mod 2.1.2
Posted: Thu Jul 31, 2008 10:14 pm
by quahappy
Peter77sx wrote:
what was fixed? I never could get the PM feature to work myself. can someone please share what the fix is...
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.
If you've already done that, you then need to inform your members that there is an extra field within Profile (which is below
Notify on new Private Message)::
Block PM's from the Arcade: Default for EVERY member and new registrants is set to
YES. Inform your members that they need to select NO to receive Arcade PM's.
Also, (and you've probably already done this) ensure Private MS is switched on within Administration Panel >> Switches >> Use the Private Message System (set to YES).
Hope that helps.

Re: [BETA] Activity / Arcade Mod 2.1.2
Posted: Tue Dec 02, 2008 5:34 pm
by streamin
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'
i have insert this code but nothing has been changed.how could i solve this problem.
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`)
) ;