nd.h
Pre-Newbie
Offline
Posts: 2
Thank You
-Given: 0
-Receive: 0
|
*hust* ... hab's gelesen und ausgeblendet... Sorrry  Danke nochmal !!!
|
|
|
|
Logged
|
the foolish ones taught more to me than the wise ones ever could calvin russel
|
|
|
Eppi
Pre-Newbie
Offline
Posts: 4
Thank You
-Given: 0
-Receive: 0
|
Wenn ich die Version 1.7.1 heute heruntergeladen habe, muss ich dan diese Änderung auch vornehmen?
|
|
|
|
Logged
|
|
|
|
Jan
Administrator
4images Guru
   
Offline
Posts: 5024
Thank You
-Given: 0
-Receive: 38
|
Nein
|
|
|
|
Logged
|
|
|
|
darkcurves
Full Member
 
Offline
Posts: 114
Thank You
-Given: 0
-Receive: 0
|
I cant seem to find that line in version 1.7.1. It's sessions.php right?
|
|
|
|
Logged
|
|
|
|
V@no
If you don't tell me what to do, I won't tell you where you should go :)
Administrator
4images Guru
   
Offline
Posts: 17849
Thank You
-Given: 47
-Receive: 580
mmm PHP...
|
|
|
|
|
Logged
|
|
|
|
|
RoadDogg
Sr. Member
  
Offline
Posts: 488
Thank You
-Given: 1
-Receive: 1
|
I can´t download your sessions.php, please save it as sessions.txt When have you downloaded your 4images software? In currently download version it´s already fixed. Do you have phpbb integrated 4images?
|
|
|
|
Logged
|
For support requests please don´t forget link to your Gallery/to phpinfo.php safe_mode must turned OFF Please check Error Messages
|
|
|
kashiftiwana
Pre-Newbie
Offline
Posts: 3
Thank You
-Given: 0
-Receive: 0
|
W  W , what i say  , i was install 4images with postnuke and alwayz wanted that both working in same database, try many things but never got working both , finally i install postnuke module pn4images, now both was working but got only one error, when i add this security fix, error gone  thank you guys, you dont know how much i appreciate your work n time & also this security fix 
|
|
|
|
Logged
|
|
|
|
morningstar
Pre-Newbie
Offline
Posts: 5
Thank You
-Given: 0
-Receive: 0
|
omg im having problems i cant even get on my s4image gallery let alone fix it can anyone help, im getting a error message saying:
Warning: mysql_connect(): Too many connections in /home/sue/public_html/gallery/includes/db_mysql.php on line 39
DB Error: Could not connect to the database server (localhost, sue_imga1).
|
|
|
|
Logged
|
|
|
|
Kane
Newbie
Offline
Posts: 23
Thank You
-Given: 0
-Receive: 0
|
What about for those os us who have integrated the script with vbulletin?
My line says this
$user_id = ($this->read_cookie_data(COOKIE_PREFIX."userid")) ? $this->read_cookie_data(COOKIE_PREFIX."userid") : GUEST;
What do I change it to?
|
|
|
|
Logged
|
|
|
|
ID25
Full Member
 
Offline
Posts: 125
Thank You
-Given: 0
-Receive: 0
|
When i fix this problem - my sessions living about 5-15sec.
Where is problem?
|
|
|
|
Logged
|
|
|
|
V@no
If you don't tell me what to do, I won't tell you where you should go :)
Administrator
4images Guru
   
Offline
Posts: 17849
Thank You
-Given: 47
-Receive: 580
mmm PHP...
|
@morningstar: I have no idea why u wasted your (and our) time replying to this topic with absolutely unrelated issue! @kane: which integration are u talking about? Integration 4images 1.7 / vBulletin 2.x? if so, then its seems to be fixed already. @ID25: Unless u did something else wrong, this fix could NOT possible affect anything in the way u've discribed.
|
|
|
|
Logged
|
|
|
|
darkcurves
Full Member
 
Offline
Posts: 114
Thank You
-Given: 0
-Receive: 0
|
I can´t download your sessions.php, please save it as sessions.txt When have you downloaded your 4images software? In currently download version it´s already fixed. Do you have phpbb integrated 4images?
Yeah, it's integrated with PHPBB. Here is the new link: http://usa.57host.com/cantfindit/sessions.txt
|
|
|
|
Logged
|
|
|
|
V@no
If you don't tell me what to do, I won't tell you where you should go :)
Administrator
4images Guru
   
Offline
Posts: 17849
Thank You
-Given: 47
-Receive: 580
mmm PHP...
|
replace 1
| $user_id = ( isset($sessiondata['userid']) ) ? $sessiondata['userid'] : GUEST; |
to: 1
| $user_id = ( isset($sessiondata['userid']) ) ? intval($sessiondata['userid']) : GUEST; |
|
|
|
|
Logged
|
|
|
|
mWelle
Newbie
Offline
Posts: 13
Thank You
-Given: 0
-Receive: 0
|
When i fix this problem - my sessions living about 5-15sec.
das gleiche problem, es häufen sich nach einfügen des fixes die beschwerden der user das sie alle naselang rausgeschmissen werden.
|
|
|
|
Logged
|
mfg mWelle
|
|
|
|