[PHP] another GD question

2002-02-26 Thread Conor McTernan
two in two days, i must look like a real retard. anyway, i'm having another problem with GD now, it seems that when i create my image, if i specify too many pixels i.e. imagecreate(600, 2290) it will not create the image, just a blank file it's sort of hard to explain, but i'll try. i am cur

Re: [PHP] Re: GD - dynamic PNG generation

2002-02-26 Thread Conor McTernan
5, 2002 at 06:30:35PM +0000, Conor McTernan wrote: > > > hmm, sounds like a good idea, i'll give it a try. > > it seems too, that if i dont break up my text, i.e. print all of it in one > long line, it runs a lot faster > > i'm running this under Win2k, i got

Re: [PHP] Re: GD - dynamic PNG generation

2002-02-25 Thread Conor McTernan
(20 one line graphics, for example) and build them all > together at the end by loading and copying into the final large area - > this MIGHT cut down time a bit, because all the drawing operations would > take place against a smaller memory area. Just a hunch though. > > > &g

[PHP] GD - dynamic PNG generation

2002-02-25 Thread Conor McTernan
I'm currently using the GD extension to generate dynamic PNG's containing text, that should eventually be coming from a database. the deal is, it seems to take a long time, which is probably my own fault, seeing that I'm generating so much text. I am generating an image containing approx 160 li

[PHP] general encryption question

2002-01-17 Thread Conor McTernan
sorry for posting this here, I should probably look at the documentation, but i was just wondering what funcionality the PHP mcrypt extension provides. I think I read on this list that it does DES, does it do any RSA, or other crypto algorithms, the reason I ask is because I need to implement so

Re: [PHP] Very interesting and challenging question

2001-11-28 Thread Conor McTernan
I had something like this to do a couple of months back, unfortunately, my code was deleted by someone "smart" in my office. But i can pretty much remember the algorithim behind it. What I done was read in my file into a buffer, then use the explode function, i think, or something like it, bas

Re: [PHP] Re: (another, not entirely)sessions question

2001-07-20 Thread Conor McTernan
ually drawn to databases, hehe. > > > On Fri, 20 Jul 2001 12:31:15 +0100, [EMAIL PROTECTED] (Conor > McTernan) wrote: > > >Hey there, > > > >I'm currently writing a web app using php. I was just looking for some > >advice on one aspect. On this site, u

Re: [PHP] (another, not entirely)sessions question

2001-07-20 Thread Conor McTernan
t; has disable them, nothing works. > > Maybe an object (OOP) of all user info, serialized in an session var, would > be a solution... > > just my advice... > > py > > > - Original Message - > From: Conor McTernan <[EMAIL PROTECTED]> > To: <[EM

[PHP] (another, not entirely)sessions question

2001-07-20 Thread Conor McTernan
Hey there, I'm currently writing a web app using php. I was just looking for some advice on one aspect. On this site, users will be able to log in and post messages, or articles, or replies etc, you get the idea. Anyway, I am storing some info about the users, the usual stuff, name, email, pas

Re: [PHP] Re: php/apache question(probably stupid)

2001-07-13 Thread Conor McTernan
, but it said i need Apache configured with mod_so.c (or something like that) unfortunately i dont have that configured when i check my httpd. On Fri, Jul 13, 2001 at 03:40:34PM +0100, Peter Clarke wrote: > > "Conor McTernan" <[EMAIL PROTECTED]> wrote in message >

[PHP] php/apache question(probably stupid)

2001-07-13 Thread Conor McTernan
hey all, I've been using apache, php and mysql on win32 for a while now, and I have recently decided to move over to linux *yay*, so i got myself a copy of Suse 7.1 personal edition. i now have linux up and running, but for the life of me I cannot get php and apache to work. i downloaded th

[PHP] xml and php question

2001-07-09 Thread Conor McTernan
Hey all I'm not so sure if this is the correct place to ask this question, but I'm hoping some of you will be able to give me some feedback. I am currently toying around with php and mysql developing a website for myself, the current one is partly php powered, but I am trying to move it over to a