PDA

View Full Version : testers please ?


firepages
11-07-2002, 09:25 AM
anyone got time to see if this works ??

all I need to know is, if after downloading and unzipping , does doublclicking the firemail.bat actually start the PHP-GTK GUI or not ? if that works then thats cool ( better than cool actually) as it means a big installation issue with php_gtk apps has been solved)

http://www.firepages.com.au/firemail.htm (2.81MB) - I am confidentish enough on 2K & XP (but conformation would be good) - 98 maybe 95 mmm unlikely ?

cheers!

PS note the credit for the php_gtk.exe creator is missing from the download !! http://www.cweiske.de !! is the dude

Nightfire
11-07-2002, 12:08 PM
Is that URL right? I get a 404

Spookster
11-07-2002, 02:32 PM
Worked on WinXP Home Edition.


However the status section of the main screen can't be read. The text extends of the left side and right side.

Nightfire
11-07-2002, 03:44 PM
Win98 se

[07-Nov-2002 15:24:32] PHP Fatal error: Class combox: Cannot inherit from undefined class gtkhbox in C:\phpdev\gtkdev\scripts\firemail\class.php on line 2
[07-Nov-2002 15:28:43] PHP Warning: dl() [http://www.php.net/function.dl]: Unable to load dynamic library './php_gtk.dll' - One of the library files needed to run this application cannot be found.
in C:\phpdev\gtkdev\scripts\firemail_gui.php on line 2
[07-Nov-2002 15:28:43] PHP Fatal error: Class combox: Cannot inherit from undefined class gtkhbox in C:\phpdev\gtkdev\scripts\firemail\class.php on line 2
[07-Nov-2002 15:31:37] PHP Warning: dl() [http://www.php.net/function.dl]: Unable to load dynamic library './php_gtk.dll' - One of the library files needed to run this application cannot be found.
in C:\phpdev\gtkdev\scripts\firemail_gui.php on line 2
[07-Nov-2002 15:31:37] PHP Fatal error: Class combox: Cannot inherit from undefined class gtkhbox in C:\phpdev\gtkdev\scripts\firemail\class.php on line 2
[07-Nov-2002 15:33:00] PHP Warning: dl() [http://www.php.net/function.dl]: Unable to load dynamic library './php_gtk.dll' - One of the library files needed to run this application cannot be found.

That firemail.bat doesn't seem to do anything, it opens a dos screen, then 1 sec later it says it's finished on the title bar? Doesn't give me a config thing to edit or whatever

firepages
11-08-2002, 02:28 AM
bugger :( -

thanks for checking I kinda thought 98 might kark it , back to the drawing board !

Spooks thats wierd ! , any chance of a screenshot ?

Nightfire - can you try this saved as firemail2.bat

cd c:\phpdev\gtkdev\php4
php.exe -q -c c:\phpdev\gtkdev\php4\php.ini -f c:\phpdev\gtkdev\scripts\firemail_gui.php

double click and see if that starts her up ?

Nightfire
11-08-2002, 02:53 AM
Well, it got the config stuff showing, I tried to send the test mail and got

php needs lerts
EHLO command failed, output: OK, then. I'll call you MY.IP.WENT.HERE
Not connected

In the DOS window, I got

Gdk-WARNING **: Creating pixmap from xpm with NULL window and colormap

That seemed to appear everytime I tired the test email.

Spookster
11-08-2002, 03:07 AM
Originally posted by firepages

Spooks thats wierd ! , any chance of a screenshot ?



Here's a screenshot:

http://www.designqueue.com/firemail.jpg

firepages
11-08-2002, 05:34 AM
Cheers again !

Spooks, thats doubly wierd... I will try and find out how that could happen, did that happen after you ran the config ? as it should default to '10' & '60' by default?

Nightfire, the 'Gdk-WARNING **: ' is always there it just is not normally shown as the DOS window is normally hidden, that command string was just the safest bet ...
using this instead

cd c:\phpdev\gtkdev\php4
php_win.exe -q -c c:\phpdev\gtkdev\php4\php.ini -f c:\phpdev\gtkdev\scripts\firemail_gui.php

should lose the DOS window, the

'EHLO command failed,' is I assume as exec('hostname') probably does not work on 98 ? I was guessing !, I can fix that though I will just have to detect win98 first.

(
changing this line in the /scripts/firemail/global_include/firemail_config.php
define('SMTP_HELO','fp2000');
where fp2000(thats me !) should be your IP or hostname(computer name)
)

the failed to connect is a worry though I assume you were connected to the net at the time ?

PS I forgot to mention :rolleyes: you will have a DB called firemail in MySQL which you may want to delete (I have not even thought about uninstallers yet)

Spookster
11-08-2002, 06:11 AM
Originally posted by firepages
Cheers again !

Spooks, thats doubly wierd... I will try and find out how that could happen, did that happen after you ran the config ? as it should default to '10' & '60' by default?



I clicked cancel on the first screen that came up. When I entered in the stuff for the config screen all the text fit. Playing around with the different times for checking when I entered in something like 99999999999999999 seconds for refresh rates the text went off both the left and right side again. So basically whenever the text is too long to fit in the status is runs off both sides. Might be an idea to make a scrolling status area. Kind of like how WS_FTP works with its status area.

firepages
11-08-2002, 07:21 AM
ahhhh ok , I never even considered that ! , I might just stick a max value limit in there for now.

ta muchly.