Home arrow Forum Latest posts of: Ron Watson
  Welcome, Guest. Please login or register.
Did you miss your activation email?
May 16, 2008, 03:56:51 AM
Home New Posts Search Calendar


Login with username, password and session length
  Show Posts
Pages: [1]
1  Joomla Hacks / Joomla-SMF 2.0.x / Re: JSMF 2.0.2.1 on: April 15, 2008, 05:47:07 PM
Crossposted in main smf 1.1 forum...

Hi,
I upgraded to joom 1.0.15 this morning because of the 1.0.13 mod issues, and my smf bridge went down.

I uninstalled 2.0.2 and reinstalled 2.0.2_1 to get things working again, but it seems to have screwed up my SMF install.

Some of my smf mods are no longer working and my upgrade path in SMF is trashed, or at least SMF thinks its not going to work.

I need some help and information on what my options are.

I do not like my site operating this way, we've lost the ability to embed videos  as a community, and I've lost the ability to upgrade my forum without risking crashing the whole site.

I would be very grateful if someone could help me out on this...

Cheers,
Ron
http://k9disc.com
2  Joomla Hacks / Joomla-SMF 1.1.x / 1.0.15 upgrade and subsequent problems... on: April 15, 2008, 05:29:39 PM
Hi,
I upgraded to joom 1.0.15 this morning because of the 1.0.13 mod issues, and my smf bridge went down.

I uninstalled 2.0.2 and reinstalled 2.0.2_1 to get things working again, but it seems to have screwed up my SMF install.

Some of my smf mods are no longer working and my upgrade path in SMF is trashed, or at least SMF thinks its not going to work.

I need some help and information on what my options are.

I do not like my site operating this way, we've lost the ability to embed videos  as a community, and I've lost the ability to upgrade my forum without risking crashing the whole site.

I would be very grateful if someone could help me out on this...

Cheers,
Ron
http://k9disc.com


3  Joomla Hacks / Joomla-SMF 2.0.x / Enable multiple sessions for Jom Comment on: March 29, 2008, 01:18:24 AM
Here's my problem:

Quote
   // First try to update an existing row...
   $result = db_query("
      UPDATE {$db_prefix}sessions
      SET data = '" . addslashes($data) . "', last_update = " . time() . "
      WHERE session_id = '" . addslashes($session_id) . "'
      LIMIT 1", __FILE__, __LINE__);

   // If that didn't work, try inserting a new one.
   if (db_affected_rows() == 0)
      $result = db_query("
         INSERT IGNORE INTO {$db_prefix}sessions
            (session_id, data, last_update)
         VALUES ('" . addslashes($session_id) . "', '" . addslashes($data) . "', " . time() . ")", __FILE__, __LINE__);

   return $result;
}

Jom Comment is having a problem with the red line.

Can this line be altered at all to allow multiple sessions.

Thanks.

cheers,
Ron
Pages: [1]


Login with username, password and session length

Powered by MySQL Powered by PHP Joomla Forum | Powered by SMF 1.1 RC1.
© 2001-2005, Lewis Media. All Rights Reserved.
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!

Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal.
None of the text or images in this public website may be copied without the expressed written consent of the authors.
Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use