Easter eggs? Funny stuff...

This is the main discussion forum, if the subject that you want to talk about is not listed around here.
nyopen

Post by nyopen »

Alex wrote:
vad wrote:Hi, Alex
About webtools2 - this thing exist from release 6.1?
Hi
Actually I do not know.
Anyway these features(wtools and webtools) look like unfinished projects.
May be they have been closed or frozen.
"/wtool/html/tools.html" is in the official documentation of the OXE.

regards.
User avatar
alex
Senior Member
Posts: 1498
Joined: 06 Jul 2004 07:27
Contact:

Post by alex »

nyopen wrote: "/wtool/html/tools.html" is in the official documentation of the OXE.

regards.
Thanks. RTFM :lol:
Concerning wtool on some screens I noticed
"?! UH !?! You shouldn't read th !?! UH !?! You shouldn't read this. "
lines which made me think that this feature still under development.
Ghuntar_DUP

Re:

Post by Ghuntar_DUP »

vad wrote:Hi, Alex
About webtools2 - this thing exist from release 6.1?

I found it in R5.1.2, but the URL is "http://OXE/wtool/html/tools.html" (not in https, and with root login).


Bye the way, I got a problem with webtools2 and my OXE R8.0.1. After the login, I got 2 lines in the middle of the page :

Code: Select all

No such file or directory in /home/httpd/html/webtools2/php/WebToolsApp/WebToolsApp.php on line 304
No such file or directory in /home/httpd/html/webtools2/php/WebToolsApp/WebToolsApp.php on line 305
And if I try to use the toolbox, ABC-F Link or anything, I get back to the login page

I looked for the 2 lines of the file and it refer to the 2 last lines of the following code :

Code: Select all

    if (session_id()!="")
    {
        // create session for authorise cgi access

        $sess_file = "/var/spool/php/sess_cgi_".session_id();/*RA XTScf01550*/
//        print "cree ".$sess_file." <br>";
        if ($fp = @fopen($sess_file, "w")) {
            fwrite($fp, "tag");
            fclose($fp);
        }

        chmod($sess_file, "go-r");
        chmod($sess_file, "u+rw");
    }
In fact, the /var/spool/php/ directory is empty...
It seems it's a session problem, but why... I know only a very little bit in php...
Gedeon

Re: Easter eggs? Funny stuff...

Post by Gedeon »

Normally, this tools use mtcl account.
But, you MUST change the mtcl password and use a security policy with letters and numbers for your password.

In this case, the access should be OK without modify any configuration or application file.

G.
Ghuntar_DUP

Re: Easter eggs? Funny stuff...

Post by Ghuntar_DUP »

Gedeon wrote:Normally, this tools use mtcl account.
But, you MUST change the mtcl password and use a security policy with letters and numbers for your password.

In this case, the access should be OK without modify any configuration or application file.

G.

Hmmm, fr the OXE R8, I use the mtcl account and the password has been changed (it's not the default password) but it does not comply with security policy.... I'll see if I can change it (it's more a problem with administration than a technical problem ^^).

Thanks,

Ghuntar.
Gedeon

Re: Easter eggs? Funny stuff...

Post by Gedeon »

I'm not sure, but the length of the mtcl password must be longer than (or minimum) 8 characters.

G.
Post Reply

Return to “MAIN”