•  

Forum

Moderated by:
Forum Index
OpenPhpNuke
     Improve OPN
     You didn't took the BEST from nuke

Page 1 2 Previous page 


Author Printer friendly pageYou didn't took the BEST from nuke
cmsinfo
Joined: October 03, 2003
Posts: 20
Send private message to cmsinfo
You didn't took the BEST from nuke

Posted: 2003-12-15 16:40

Apache 1.3.29 (Unix)

PHP 4.3.4
mySQL 4.0.16-standard


Quote Printer friendly page upwards
hombergs
Joined: April 14, 2003
Posts: 127


Send private message to hombergs
ICQ AIM YIM MSNM
You didn't took the BEST from nuke

Posted: 2003-12-15 18:15

One change forgotten. Sorry.

class/class.opnsession.php

function get_sid_string

the return must look like this:
return session_name().'='.session_id();



H.O.M.B.E.R.G.S.: Hydraulic Obedient Machine Built for Efficient Repair and Galactic Sabotage

There are no problems, only defiances.

Quote Printer friendly page upwards
cmsinfo
Joined: October 03, 2003
Posts: 20
Send private message to cmsinfo
You didn't took the BEST from nuke

Posted: 2003-12-16 18:39


// returns a string like 'PHPSESSID=b188e8c9c45b347cdded2...'

function get_sid_string() {

return session_name().'='.session_id();

}


still
Quote:
Error Code: 8001


ERROR: Wrong script calling.


Quote Printer friendly page upwards
hombergs
Joined: April 14, 2003
Posts: 127


Send private message to hombergs
ICQ AIM YIM MSNM
You didn't took the BEST from nuke

Posted: 2003-12-16 20:43

Prpblem fixed. cmsinfo replaced ['PHPSESSID'] with ['session_name()']. That was wrong. the correct replacement ist [session_name()]



H.O.M.B.E.R.G.S.: Hydraulic Obedient Machine Built for Efficient Repair and Galactic Sabotage

There are no problems, only defiances.

Quote Printer friendly page upwards
cmsinfo
Joined: October 03, 2003
Posts: 20
Send private message to cmsinfo
You didn't took the BEST from nuke

Posted: 2003-12-17 16:34

hombergs thnx


Quote Printer friendly page upwards
sort by
Page 1 2 Previous page 

Previous thread:  A simple Database Request
Next Thread:  How about a Rich Mail System

Jump To:

Nickname:
 
Security Code
Security Code
reload

 
Page took 0.08876 seconds to load