AlphaWolf09 / Gekks

Automatically exported from code.google.com/p/phproxyimproved
0 stars 0 forks source link

(!)Notice: Uninitialized string offset: 0 in C:\wamp\www\PhproxyImproved.0.3\include\update.php on lines 16 to 24 #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

Pass , beats me , initialising the string ?

What is the expected output? What do you see instead?

I get (!)Notice: Uninitialized string offset: 0 in 
C:\wamp\www\PhproxyImproved.0.3\include\update.php on lines 16 to 24

on all admin pages ,and   (!) Notice: Undefined index: logout in 
C:\wamp\www\PhproxyImproved.0.3\admin.php on line 16

for username (tab) when changeing passwords

V 0.3

What version of the product are you using? On what operating system?

aye , what ?? , windows 7 

On what url? or host?

testing it on wamp virtual server, -also since got glype working on my hosting 
server on ip4free.net.nz

Please provide any additional information below.

had no problems running glype on it 

Original issue reported on code.google.com by SharnSut...@gmail.com on 17 Feb 2013 at 3:58

GoogleCodeExporter commented 8 years ago
Cant duplicate
maybe try

//Patch march 3 2013

//Start Session
session_start();

//Logout and set cookies 
if($_GET["logout"]=="yes" || $username=="") {
    session_start();
    session_destroy();
    header("Location: $_SERVER[PHP_SELF]");
}

In place of lines 14-26 (open in text editer)

Original comment by Jeffsche...@gmail.com on 3 Mar 2013 at 7:51