Welcome, Guest. Please Login or Register.
September 29, 2024, 03:39:18 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.4.0 and 1.4.1] Sessions mod 1.2 « previous next »
Pages: 1 2 3 [4] 5 6 ... 8 Reply Ignore Print
Author Topic: [Beta 1.4.0 and 1.4.1] Sessions mod 1.2  (Read 19256 times)
Nossie
Full Member
***
Posts: 192


If it aint broke, you haven't played with it enuff

ICQ - 18967293IanHarvie@Hotmail.com WWW
Re:[BETA] Sessions mod 1.2
« Reply #45 on: July 17, 2002, 04:57:08 PM »
Reply with quote

strange Lapino...


Chris.. how do I find what ver of mysql I'm using ?

my server is hosted ... so I dont have direct access to apache/mysql...

had a look in phpmyadmin but no joy...

just going to try phpinfo.php to see if its in there ;)
Logged

Nossie
Full Member
***
Posts: 192


If it aint broke, you haven't played with it enuff

ICQ - 18967293IanHarvie@Hotmail.com WWW
Re:[BETA] Sessions mod 1.2
« Reply #46 on: July 17, 2002, 04:58:50 PM »
Reply with quote

found it  :-[

MySQL Support enabled

Active Persistent Links 1
Active Links 1
Client API version 3.23.39
MYSQL_MODULE_TYPE external
MYSQL_SOCKET /tmp/mysql.sock
MYSQL_INCLUDE -I/usr/local/include/mysql
MYSQL_LIBS -L/usr/local/lib/mysql -lmysqlclient -L/usr/lib -z

EDIT: just thought I'd add... PHP doesnt run in safemode
« Last Edit: July 17, 2002, 05:01:21 PM by Nossie » Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #47 on: July 17, 2002, 05:01:30 PM »
Reply with quote

I edited my post, I meant php version not mySQL version.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Lapino
Noobie
*
Posts: 4


Punk's not dead!

WWW
Re:[BETA] Sessions mod 1.2
« Reply #48 on: July 17, 2002, 05:01:50 PM »
Reply with quote

I haven't found my MySQL version yet, but I'll tell you soon. My PHP IS running in safemode.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #49 on: July 17, 2002, 05:03:52 PM »
Reply with quote

Read my post, I changed it a few seconds later to say php but yall didn't see the change.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
sylvester
YaBB God
*****
Posts: 525


Re:[BETA] Sessions mod 1.2
« Reply #50 on: July 17, 2002, 05:12:44 PM »
Reply with quote

Does your host support SESSIONS ? That's very important!
Logged

I'm back
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #51 on: July 17, 2002, 05:22:35 PM »
Reply with quote

Yes that is a very good reason why it might not work. Can I see you phpinfo.php files please so I can see if yall have sessions enabled?

You have sessions enabled Nossie, I checked yours.

I still need to check the other 2, so please post a link to your phpinfo.php files.
« Last Edit: July 17, 2002, 05:24:49 PM by Chris Cromer » Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Nossie
Full Member
***
Posts: 192


If it aint broke, you haven't played with it enuff

ICQ - 18967293IanHarvie@Hotmail.com WWW
Re:[BETA] Sessions mod 1.2
« Reply #52 on: July 17, 2002, 05:28:34 PM »
Reply with quote

Quote from: Chris Cromer on July 17, 2002, 05:22:35 PMYou have sessions enabled Nossie, I checked yours.

yah sneaky little bugger !!!! lol  ;D j/k

np... ty
Logged

Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #53 on: July 17, 2002, 06:03:31 PM »
Reply with quote

Quote from: Nossie on July 17, 2002, 05:28:34 PM
Quote from: Chris Cromer on July 17, 2002, 05:22:35 PMYou have sessions enabled Nossie, I checked yours.

yah sneaky little bugger !!!! lol  ;D j/k

np... ty

Wasn't too hard to figure out the url. ;)

I changed the name of mine so nobody knows what it is called.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Hagar
Noobie
*
Posts: 13


w00t Blaat!

WWW
Re:[BETA] Sessions mod 1.2
« Reply #54 on: July 17, 2002, 11:53:57 PM »
Reply with quote

This is related to the php version ;)

<?php
echo phpinfo();
?>
Put that in a file called phpinfo.php
Upload it to your host and call it from your browser.

It should give some like this

Look for a table named "session"
It should say "Session Support enabled " if it doesn't your host doesn't support sessions and you can not use this mod.

And I guess my questions answered too :)
I wanted to know what session handler you were using for this (phplib or php4's own session handling)

btw, if you can access php.ini (or perhaps these settings can be altered in the script) take a look @ some of the session vars.
Quotesession.auto_start
session.cache_expire
session.cache_limiter
session.cookie_domain
session.cookie_lifetime
session.cookie_path
session.cookie_secure
session.entropy_file
session.entropy_length
session.gc_maxlifetime
session.gc_probability
session.name
session.referer_check
session.save_handler
session.save_path
session.serialize_handler
session.use_cookies

I see possibilities :D :D :D
Go for it Chris
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #55 on: July 18, 2002, 12:00:45 AM »
Reply with quote

I know what that stuff is, the thing I want to know is if they have it enabled or not. If they do... then I guess I have a bug to hunt down... if not then they need to activate sessions... or don't use sessions. :P

All I am waiting for is for them to put the phpinfo.php file up so I can see if they have sessions enabled.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
jthorpe
Sr. Member
****
Posts: 331


WWW
Re:[BETA] Sessions mod 1.2
« Reply #56 on: July 18, 2002, 12:06:31 AM »
Reply with quote

Darn it.  I still can't get it to work. Keeps logging me out on everything and my phpinfo file looks exactly like it should.  :'(
Logged
Hagar
Noobie
*
Posts: 13


w00t Blaat!

WWW
Re:[BETA] Sessions mod 1.2
« Reply #57 on: July 18, 2002, 12:07:21 AM »
Reply with quote

Yes, but what about the cookie lifetime???
It defaults to 0 so sessions stop after the browser closes or the session-lifetime is passed.
But if you enable session.use_cookies and set session.cookie_lifetime to a normal value the relogin problem some users find annoying will also be solved
Logged
Hagar
Noobie
*
Posts: 13


w00t Blaat!

WWW
Re:[BETA] Sessions mod 1.2
« Reply #58 on: July 18, 2002, 12:08:37 AM »
Reply with quote

Quote from: jthorpe on July 18, 2002, 12:06:31 AMDarn it.  I still can't get it to work. Keeps logging me out on everything and my phpinfo file looks exactly like it should.  :'(
Could you give the link to phpinfo?
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[BETA] Sessions mod 1.2
« Reply #59 on: July 18, 2002, 12:11:11 AM »
Reply with quote

Here is his:

http://www.dodge-diesel.org/phpinfo.php

They really should disguise the name... they are too easy to find. :P
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Pages: 1 2 3 [4] 5 6 ... 8 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.4.0 and 1.4.1] Sessions mod 1.2 « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.019 seconds with 20 queries.