Re: [PHP] OT but need guidance in timing page views

2004-07-19 Thread raditha dissanayake
alyser can still do it for you. though my favourite analyser is analog this is best handled with awstats (IMHO) using the refreshing frame that has already been suggested. PHP shouldn't be needed at all because you don't seem to need real

Re: [PHP] Apache 2 and PHP for Production?

2004-07-19 Thread raditha dissanayake
he result was a dead server every time) Thanks and Cheers! -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file upl

Re: [PHP] Re: Embedded Email Directives

2004-07-19 Thread raditha dissanayake
Thank you for stepping in justin, I can see a lot of sense in what Curt is saying and it tallies with my own experience in working with mail APIs not just in PHP but other languages as well. -- Raditha Dissanayake. http

Re: [PHP] PHP5 Java Intgeration

2004-07-18 Thread raditha dissanayake
Alawi albaity wrote: how can I do that in php5 in windows ? perhaps by reading about it.. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet

Re: [PHP] Compare two TXT files

2004-07-17 Thread raditha dissanayake
about invoking the diff command? -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface

Re: [PHP] Re: Book Required

2004-07-17 Thread raditha dissanayake
o change partners, php's current partner does not seem to love php all that much. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Me

Re: [PHP] upload an image and store it in mysql

2004-07-16 Thread raditha dissanayake
overheadds of encoding and decoding. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Intefa

Re: [PHP] Uploading a directory of files

2004-07-16 Thread raditha dissanayake
Ryan Schefke wrote: Does anyone have a script to upload a directory full of files? Shameless plug: Rad Upload - http://www.radinks.com/upload/ .something like a recursive upload. yep. -- Raditha Dissanayake. http

Re: [PHP] imagecreatefromjpeg fails on large files

2004-07-16 Thread raditha dissanayake
php on line 202 Hav you had luck running the script from the command line? if that works for you it could be that you are hitting the memory limits for your php scripts. A JPEG when loaded in memory could take up more memory than the size of the file. -- Radi

Re: [PHP] upload an image and store it in mysql

2004-07-16 Thread raditha dissanayake
be simpler. -- Raditha Dissanayake. http://www.radinks.com/sftp/ | http://www.raditha.com/megaupload Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader Graphical User Inteface. Just 128 KB | with progress b

Re: [PHP] Re: Trouble with include/require

2004-07-16 Thread raditha dissanayake
t seems to work well. Donno about Curt, but i have found ini_set does not seem reliable, perhaps I may not have been doing something right but never found chaning php setting wtih .htaccess and ini_set to be particularly usefull. By reliable i mean work across many installations of P

Re: [PHP] Problems saving some email attachments

2004-07-15 Thread raditha dissanayake
Please resend with only the relevent sections of the code and the SPECIFIC problem that you face. It will be very unusual if someone reads your whole message. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Log all GET AND POST?

2004-07-15 Thread raditha dissanayake
file uploads. Jame's suggestion seems pretty good especially because you cannot get the raw post data for 'known' content types with PHP. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file u

Re: [PHP] Dynamic to Static

2004-07-14 Thread raditha dissanayake
software - the software that powers the wikipedia. For smaller sites (i appologise if yours is a huge site) all that hard work is not required. Just install turck MMCache if you are really worried about speed. -- Raditha Dissanayake. - http://www.raditha.com

Re: [PHP] upload an image and store it in mysql

2004-07-14 Thread raditha dissanayake
3b䱄C°&EôÐî  Another reason for not storing images in a database - you need to spit out the correct set of headers before you send the actual image data. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP

Re: [PHP] Google question

2004-07-14 Thread raditha dissanayake
uery. http://www.google.com/apis/index.html -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] get_browser and $_SERVER info from an IFRAME

2004-07-14 Thread raditha dissanayake
ripped off. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP JAVA Error on linux

2004-07-14 Thread raditha dissanayake
a.com/php/java.php might help. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to make HTTP call to another address?

2004-07-13 Thread raditha dissanayake
I sometimes wonder why we keep ignoring lowly old include("http://yoururlhere.com";); -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.ph

Re: [PHP] Email, Hotmail and PHP?

2004-07-13 Thread raditha dissanayake
[EMAIL PROTECTED] wrote: I get the distinct impression that this idea is not a favourable one? Let's hope what ever solution you come up with does not include an auto responder. :-) I was referring to the barrage we used to recieve from your auto responder. -- Raditha Dissan

Re: [PHP] Email, Hotmail and PHP?

2004-07-13 Thread raditha dissanayake
[EMAIL PROTECTED] wrote: Hi there... My misses has just started a new job, but has got loadsa websites blocked, including hotmail. Let's hope what ever solution you come up with does not include an auto responder. :-) -- Raditha Dissanayake. -

Re: [PHP] Re: PHP and HTML Conventions

2004-07-13 Thread raditha dissanayake
he. Thanks guys. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Exceptions

2004-07-13 Thread raditha dissanayake
r this list and try again. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] fopen with login credentials being an email address

2004-07-09 Thread raditha dissanayake
OTECTED]', and send the username 'myname'. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] gzip compression verification

2004-07-09 Thread raditha dissanayake
lling to accept it that way. You can always find the number of bytes delivered by looking at the log file. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List

Re: [PHP] PHP Hosting

2004-07-09 Thread raditha dissanayake
billed for $200+ you can find the full story here: http://www.raditha.com/blog/archives/000446.html -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net

Re: [PHP] PHP and windows authentication

2004-07-09 Thread raditha dissanayake
system send me this error message : *Warning*: fopen(\\server\data1\text.txt): failed to open stream: Permission denied in *fopen.php.* The webserver user probably does not have access network shares and if you are on windows you add it permission at your peril roman --

Re: [PHP] Re: Slideshow using PHP

2004-07-08 Thread raditha dissanayake
The best way to do a slide show in my opinion is with SMIL, even though you need a plug in to view it.. SMIL is what's used in MMS. you can generate you SMIL with MMS - as we have done in our MMS composer. -- Raditha Dissanayake. -

Re: [PHP] post without

2004-07-07 Thread raditha dissanayake
way out is to use a ready made library or php class. Josh Close wrote: How can I post data without having it submitted from within a form? With get I can just add it to the url. Is there a php function for this? -- Raditha Dissanayake. - http

Re: [PHP] PHP Web Mail

2004-07-07 Thread raditha dissanayake
Christophe Chisogne wrote: raditha dissanayake a écrit : IMAP being a general file access protocol, there are inherent security problems to be aware of. On some srv, you could easily get /etc/passwd by simply knowing a single user/password. Please explain how. [sorry to be off-topic on a php

Re: [PHP] PHP / Email / ActionScript

2004-07-07 Thread raditha dissanayake
IF THEN ELSE statements within it. it's right at the top of the manual. As you might have guessed it's pretty much the same way if then else is used in 'good programming languages' -- Raditha Dissanayake. - http://www.ra

Re: [PHP] using $$foo_name vs. $foo_name for file upload

2004-07-06 Thread raditha dissanayake
through it and process it. What John has suggested is the most common way of doing it, if you insist on using variable variables you might want to take a look at eval you might also want to echo out $substitute to see what it contains. -- Raditha Dissanayake. -

Re: [PHP] custom tags

2004-07-06 Thread raditha dissanayake
ill need to work with. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP Web Mail

2004-07-06 Thread raditha dissanayake
Christophe Chisogne wrote: raditha dissanayake a écrit : at the risk of starting a flame war: IMAP is the devine way of using email. POP3 sux. :-) IMAP being a general file access protocol, there are inherent security problems to be aware of. On some srv, you could easily get /etc/passwd by

Re: [PHP] PHP Web Mail

2004-07-06 Thread raditha dissanayake
hought programmers are supposed to be lazy ;-) -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] file upload and permission problem.

2004-07-06 Thread raditha dissanayake
cting properties. Further questions would really be off topic for this list. Thanks In advance raditha dissanayake <[EMAIL PROTECTED]> 7/5/2004 4:08:41 PM >>> Angelo binc2 wrote: Hi all I am trying to upload a file using PHP. I can successfully create a folder, but w

Re: [PHP] make an image disappear when page loads

2004-07-05 Thread raditha dissanayake
Diana Castillo wrote: does anyone know how I can put an image on a page that disappears when the data that I wanted to get has loaded? people in a javascript list may know -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak

Re: [PHP] .htaccess file

2004-07-05 Thread raditha dissanayake
; most likely means you don't have permission to read/write it. If you're running your own server, change the permissions accordingly, otherwise explain to your server admin why you want to change the .htaccess file(s). -- Raditha Dissanayake. --

Re: [PHP] file upload and permission problem.

2004-07-05 Thread raditha dissanayake
giving write permissions is all that it would take. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] PHP Web Mail

2004-07-05 Thread raditha dissanayake
I.A. Gray wrote: Thanks- looked at Squirrel Mail. Looks really good, however we use POP3- I don't think Squirrel Mail uses POP3 does it? at the risk of starting a flame war: IMAP is the devine way of using email. POP3 sux. :-) (sorry couldn't resist) -- Raditha D

Re: [PHP] Dissappering Tables Server wide

2004-07-05 Thread raditha dissanayake
Chris wrote: Hi All. What would cause all the tables in all the databases to be deleted all at once? a simple for loop. TIA -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP

Re: [PHP] frames compatibility

2004-07-03 Thread raditha dissanayake
Jason Barnett wrote: Hey all, I'm working on a project and considering splitting up the pages into frames. I'm mostly wondering are the frames implementations across browsers relatively similar? might want to try this in an html list. -- Raditha D

Re: [PHP] HTTP RAW DATA

2004-07-01 Thread raditha dissanayake
telnet hostname.com 80 GET /pathname HTTP/1.1 Host: hostname.com (hit enter here again) -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] HTTP_AUTHORIZATION question

2004-07-01 Thread raditha dissanayake
ase ask in the apache list.) and keeping your downloads 'offline' and delivering them through a php script. The second suggested has been discussed to exaustion in this list in the past. -- Raditha Dissanayake. - http://www.raditha.com/m

[PHP] XSL was:Re: [PHP] Is that a PECL in your pants?

2004-07-01 Thread raditha dissanayake
HP and XSLT but whenever I want to do some transformation I use the Sablot module in *perl* Many people cant even get passed the compilation stage for the sablotron extension (hint: you need to link against libstdc++ ) -- Raditha Dissanayake. - http://

Re: [PHP] Web live radio

2004-07-01 Thread raditha dissanayake
ascll wrote: SHOUTcast vs Icecast, which one is better and easier to setup? that's not a question for the php list! Thanks. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -

Re: [PHP] Web live radio

2004-06-29 Thread raditha dissanayake
cecast or some other product like that which are custom made for this purpose. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsu

Re: [PHP] Re: Image support

2004-06-28 Thread raditha dissanayake
on for GD. Well to be precise the guide lines are in the user contributed notes to the manual, you might have missed those. Fair enough. but i am sure if you look through them closely you will find that most eventualities have been discussed. -- Raditha Dissanayake. -

Re: [PHP] Image Problem

2004-06-28 Thread raditha dissanayake
Monil Chheda wrote: Hi, I store images in DB properly... no issues using the Storing an image directly in the database certainly isnt' the proper way of doing it :-) The common practice is just to store the path to the image name in the database. -- Raditha Dissan

Re: [PHP] max upload size

2004-06-24 Thread raditha dissanayake
look at an FTP or SFTP applet. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Benchmarking a script

2004-06-23 Thread raditha dissanayake
of the code out of functions, so I need the definitions there :/ Either way you will save a few microseconds, if you are lucky you will save a few milliseconds. Cristian -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past

Re: [PHP] Re: hellllppp my php kills the browser

2004-06-19 Thread raditha dissanayake
ference is that they knew how to ask questions when there were in that stage. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscri

Re: [PHP] cookie question...

2004-06-19 Thread raditha dissanayake
Angel Freire wrote: First I recomend you to read this page: http://ar.php.net/manual/en/function.setcookie.php I think your recommendtation ought to be http://ar.php.net/manual/ instead. ;-) -- Raditha Dissanayake. - http://www.raditha.com

Re: [PHP] Can I detect size of files which are too large to upload?

2004-06-18 Thread raditha dissanayake
hat can do exactly what you want. Rad Upload (http://www.radinks.com/upload/) -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] Can I make make email accounts in vpopmail using PHP

2004-06-18 Thread raditha dissanayake
Mr. Bogomil Shopov wrote: Thanks Smarty ;))) I would like to know How I can make user email accounts using vpopmail, but Not using PECL extension. Jay had answered the question you asked :-) -- Raditha Dissanayake. - http://www.raditha.com/megaupload

Re: [PHP] Current config of PHP

2004-06-16 Thread raditha dissanayake
config.status file - Johannes -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] how could I call "mail" command in PHP file

2004-06-15 Thread raditha dissanayake
Min Wang wrote: Hello, all! So glad to join this maillist. I'm a beginner of PHP. I'd like to call a "mail" command in a "mail.php" like the following: perhaps you might want to use the mail() function of php instead? echo `mail -s test [EMAIL PROTECTED]

Re: [PHP] PHP 4.3.7 update - how to

2004-06-14 Thread raditha dissanayake
he should only be installed on RH by compiling it from source -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems compiling PHP 5 RC3

2004-06-13 Thread raditha dissanayake
o' to 'libxml.lo': Operation not permitted Possibly because creating a hard link between two partitions is not allowed you will have to use a symbolic link instead. (ln -s) -- Raditha Dissanayake. - http://www.raditha.com/megaupload/uploa

Re: [PHP] Password protected downloads

2004-06-13 Thread raditha dissanayake
create a direct download link but to deliver the file via a php script (fpassthru) that can check login status. Another is to use .htpasswd protection you will find lots of details in the archives. -- Raditha Dissanayake. - http://www.raditha.com

Re: [PHP] MySQL -- mysql_connect(), possible to use IP Address instead of localhost???

2004-06-08 Thread raditha dissanayake
Scott Fletcher wrote: Security rank higher than this How can connecting to localhost be more or less secure than connecting to 127.0.0.x ? Hi! I had MySQL up and running. If it's not broken don't fix it. -- Raditha D

Re: [PHP] MySQL -- mysql_connect(), possible to use IP Address instead of localhost???

2004-06-08 Thread raditha dissanayake
Scott Fletcher wrote: Hi! I had MySQL up and running. If it's not broken don't fix it. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://w

[PHP] religius war: was:Re: [PHP] asp.net vs. php

2004-06-06 Thread raditha dissanayake
he obvious reason that 99% of the people on this list are PHP enthusiasts. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP] asp.net vs. php

2004-06-06 Thread raditha dissanayake
com/groups?q=asp+vs+php&meta=group%3Dphp.general -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Compiling PHP with mnoGoSearch fails

2004-06-04 Thread raditha dissanayake
Aaron Gould wrote: Has anyone here had recent success compiling PHP with mnoGoSearch? Consider ASPSeek. It's a spin off from mnogo. It does have a lot of other benefits including faster speeds. -- Raditha Dissanayake. - http://www.radith

Re: [PHP] Fatal Error Help

2004-06-03 Thread raditha dissanayake
rifying it yourself? Yes, that should help. If not, try higher values. Don't forget to restart the webserver. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mai

Re: [PHP] RE: PHP doesn't work under SSL for Apache

2004-05-28 Thread raditha dissanayake
ough information, my apologies...it seemed overkill to include the entire conf file. Not the entire conf file but if you told us what is the error message you get ... -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PH

Re: [PHP] how to redirect with post method

2004-05-28 Thread raditha dissanayake
er include another script in your main script or do with the data if there's no alternative other than to redirect. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General

Re: [PHP] How do I use RewriteEngine for similar parameters?

2004-05-26 Thread raditha dissanayake
://www.plutoid.com/index.php?show=semi http://www.plutoid.com/index.php?prd_id=5248&show=semi Thanks in advance! -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (

Re: [PHP] RE:php and java applets

2004-05-25 Thread raditha dissanayake
. ( Which due to security settings was the only URL I could connect to.) If you want to know how to by pass the java applet security restrictions please read up on http://www.raditha.com/java/sandbox/ best regards raditha -- Raditha Dissanayake. - http://w

Re: [PHP] RE:php and java applets

2004-05-25 Thread raditha dissanayake
aused you to tear your hair out. For the applet localhost means the client computer and not the server that it was launched from. For any further discussions on this topic please message me off list - or let's get on to java list. -- Raditha D

Re: [PHP] Reading from XML file

2004-05-25 Thread raditha dissanayake
eral minutes), There you are. You might even find that event driven SAX parser example i just refered to is a lot faster. unfortunately the xml_parse_into_struct function needs the $data array as argument. My PHP version is 4.0.6. -- Raditha Dissanayake. ---

Re: [PHP] Reading from XML file

2004-05-25 Thread raditha dissanayake
'load data in file' Having said that the page shouldn't stop loading after 4 minutes if you use set_time_limit please see if you have some other setting that may be killing it. Thanks. -- Raditha Dissanayake. - http://www.raditha

Re: [PHP] list explode and undefined references

2004-05-24 Thread raditha dissanayake
needed. Oh shucks, if the script works the way you want it to edit your php.ini file and disable warning. I go by the old adage if it aint broken don't fix it. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past th

Re: [PHP] Piping new email to a PHP file

2004-05-22 Thread raditha dissanayake
ail' or 'dot-qmail' in your search query. -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: php and java applets

2004-05-21 Thread raditha dissanayake
Travis Low wrote: The link you provided seems broken -- here's another: http://www.raditha.com/java/sandbox/ gee thanx that's the link i meant ;-) (my own site actually) -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php

Re: [PHP] Re: php and java applets

2004-05-21 Thread raditha dissanayake
you have found yourself trapped in the java applet sandbox. You need to create a signed applet. see http://www.radinks.com/java/sandbox/ for a brief guide. all the best -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the

Re: [PHP] [PHP 4.3.6] Compiling agaisnt MySQL 4.0.18 on Redhat 8

2004-05-20 Thread raditha dissanayake
found ;-) -- Aaron Axelsen Email: [EMAIL PROTECTED] -Original Message- From: raditha dissanayake [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 7:47 PM Cc: [EMAIL PROTECTED] Subject: Re: [PHP] [PHP 4.3.6] Compiling agaisnt MySQL 4.0.18 on Redhat 8 Aaron Axelsen wrote: The mysql 3

Re: [PHP] [PHP 4.3.6] Compiling agaisnt MySQL 4.0.18 on Redhat 8

2004-05-20 Thread raditha dissanayake
ast resort Curt -- "I used to think I was indecisive, but now I'm not so sure." -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net

Re: [PHP] How do I grab the contents of a web page?

2004-05-20 Thread raditha dissanayake
d programmer's worst nightmare Thanks, - Brian -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP 4.3.6

2004-05-20 Thread raditha dissanayake
d on in the php.ini? -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] IMAP connect problem

2004-05-19 Thread raditha dissanayake
:-) Haseeb -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem - Turckmmcache, Apache2 and SuSE 9.1

2004-05-19 Thread raditha dissanayake
cache" mmcache.enable="1" mmcache.optimizer="1" mmcache.check_mtime="1" mmcache.debug="0" mmcache.filter="" mmcache.shm_max="0" mmcache.shm_ttl="0" mmcache.shm_prune_period="0" mmcache.shm_only="0"

Re: [PHP] executing php scripts via cron

2004-05-19 Thread raditha dissanayake
ron/follow_up_new_members.php > /dev/null at the command line work for you? Most likeley because the webserver root for the project is: /home/www/project/ Are you sure the directory permissions are correct? sometimes when you tighten security you run into situations like this. -- Raditha Dissa

Re: [PHP] Re: change database from mysql to mssql

2004-05-17 Thread raditha dissanayake
e/MDB http://pear.php.net/package/MDB2 Regards, Torsten All of this assumes that you have not made use of 'limit' :-) -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP Gener

Re: [PHP] xslt_process

2004-05-15 Thread raditha dissanayake
of this approach how about calling the 'main' method in the php script from your xslt script -- Raditha Dissanayake. - http://www.raditha.com/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://w

Re: [PHP] dynamically building insert/update forms from db

2004-05-14 Thread raditha dissanayake
t please remove the disclaimer when sending to mailing lists. -- Raditha Dissanayake. - http://raditha/megaupload/upload.php Sneak past the PHP file upload limits. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HTTP_RAW_POST_DATA

2004-05-13 Thread raditha dissanayake
/path/to/script.php HTTP/1.1 Host: example.org Content-Type: shiflett Content-Length: 384975438975438753495734957 will be caught by the LimitRequestBody. That can only have a maximum of 2GB. You have demonstrated how easy it's to carry out a DOS with POST. -- Raditha

Re: [PHP] Why would a socket be unavailable?

2004-05-13 Thread raditha dissanayake
); socket_set_option($socket,SOL_SOCKET,SO_RCVTIMEO,$timeout); while(($buf = socket_read($socket,128,PHP_BINARY_READ)) !== false) { [...] And it's failing at "while". Any ideas? ...Rene -- Raditha Dissanayake. - http://rad

Re: [PHP] HTTP_RAW_POST_DATA

2004-05-12 Thread raditha dissanayake
n't need to know how to create malformed packets, and you don't waste your own bandwidth. -- Raditha Dissanayake. - http://www.radinks.com/print/upload.php SFTP, FTP and HTTP File Upload solutions -- PHP General Mailing List (http://www.php.net/) T

Re: [PHP] HTTP_RAW_POST_DATA

2004-05-12 Thread raditha dissanayake
Chris Shiflett wrote: --- raditha dissanayake <[EMAIL PROTECTED]> wrote: NOw I am very curious, the raw_post_data doesn't always get populated even with that setting. If i have not been barking up the wrong tree all these years that variable only gets populated if the content type

Re: [PHP] mysql went away

2004-05-12 Thread raditha dissanayake
een [EMAIL PROTECTED] -- Raditha Dissanayake. - http://www.radinks.com/print/upload.php SFTP, FTP and HTTP File Upload solutions -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] HTTP_RAW_POST_DATA

2004-05-12 Thread raditha dissanayake
ed using one of these types please be so kind as to share more info about your set up, this is something i would like to reproduce. best regards raditha -- Raditha Dissanayake. - http://www.radinks.com/print/upload.php SFTP, FTP and HTTP File Upload sol

Re: [PHP] search query analyzer

2004-05-12 Thread raditha dissanayake
et started, i suggest taking a look at full text indexing , you will find that a lot friendlier than ordinary look ups. -- Raditha Dissanayake. - http://www.radinks.com/print/upload.php SFTP, FTP and HTTP File Upload solutions -- PHP General Mailing Lis

Re: [PHP] loading 250kb include files, performance degration?

2004-05-12 Thread raditha dissanayake
). how about trying out turck MMCache? -- Raditha Dissanayake. - http://www.radinks.com/print/upload.php SFTP, FTP and HTTP File Upload solutions -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Max file size for uploads?

2004-05-12 Thread raditha dissanayake
you probably ought to switch to FTP or SFTP if you want to transfer so much data. Web servers are always optimized to deliver thousands of files at once instead of accepting large incoming files. Thanks, Robert -- Raditha Dissanayake. - http

[PHP] newbies was:Re: [PHP] Socket

2004-05-07 Thread raditha dissanayake
Juan Pablo Herrera wrote: Hi! Please, i need a tutorial about socket. I read php.net but the examples is lost. Regards, Juan Pablo A classic example of not bothering to follow list guide lines. This original message is hijacking the newbie guide thread. -- Raditha Dissanayake

Re: [PHP] protecting web page

2004-05-05 Thread raditha dissanayake
[EMAIL PROTECTED] wrote: Hi, i'm designing a web application and i want to protect my web page from printing and if possible want to protect source code too. Sure unplug your network cable. -- Raditha Dissanayake. - http://www.radinks.com/

Re: [PHP] [PHP-NIX] File upload

2004-04-23 Thread raditha dissanayake
d memory_limit and post_max_size Please visit http://www.radinks.com/upload/config.php for a brief guide on how to configure PHP for large uploads. You will also have to look at the LimitRequestBody apache directive. -- Raditha Dissanayake. - http://www

Re: [PHP] searching trough doc and pdf files

2004-04-22 Thread raditha dissanayake
interface to it. Anything word specific is best posted in a M$ news group. -- Raditha Dissanayake. - http://www.radinks.com/print/upload.php SFTP, FTP and HTTP File Upload solutions -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

<    1   2   3   4   5   6   7   8   >