Re: [PHP] php hosting-mediatemple/dreamhost

2007-05-24 Thread Tijnema
have experience with both, but I can recommend dapx.com, fast and cheap. Buying the hosting itself is sometimes a little bit slow, but it's worth. It has a very nice PHP configuration, safe_mode off, open_basedir on, etc. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Re: Form Validation Issues

2007-05-24 Thread Tijnema
$haystack, string $needle, bool $case_sensitive ) The trim functions are fine for me.. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: RE: Cannot access file on Network Drive (Windows 2003)

2007-05-25 Thread Tijnema
. Then you should do a few cd commands to go to the actual directory where php.exe is. Then you should type php.exe C:/Full/Path/To/File.php If it runs this way, then you're probably sure it is a permission issue. I would recommend to use the code you posted on May 24, 2007 4:35 PM. Tijnema On 5/24

Re: [PHP] setting windows folder to chmod 644

2007-05-25 Thread Tijnema
permissions (user/group based), I have no clue how to set them, except for the RMB-Properties-check boxes at bottom. But I don't even think you need them, default settings are fine, they are at least 644 equivalent I believe. Tijnema -- PHP General Mailing List (http://www.php.net

Re: [PHP] Include file questions

2007-05-25 Thread Tijnema
On 5/25/07, Edward Kay [EMAIL PROTECTED] wrote: -Original Message- From: Tijnema [mailto:[EMAIL PROTECTED] Sent: 25 May 2007 15:00 To: tedd Cc: Kevin Murphy; Stephen; php Subject: Re: [PHP] Include file questions On 5/25/07, tedd [EMAIL PROTECTED] wrote: At 1:55 PM -0700 5

Re: [PHP] Include file questions

2007-05-25 Thread Tijnema
with execution the included file directly, as it loads the class but doesn't do anything with it :) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Include file questions

2007-05-25 Thread Tijnema
On 5/25/07, Edward Kay [EMAIL PROTECTED] wrote: -Original Message- From: Tijnema [mailto:[EMAIL PROTECTED] It's just the way you write script, my included files contain only functions variables, no executing code. 99% I have a class around it. If you write it like

Re: [PHP] Include file questions

2007-05-25 Thread Tijnema
On 5/25/07, Robert Cummings [EMAIL PROTECTED] wrote: On Fri, 2007-05-25 at 17:07 +0200, Tijnema wrote: On 5/25/07, Edward Kay [EMAIL PROTECTED] wrote: -Original Message- From: Tijnema [mailto:[EMAIL PROTECTED] It's just the way you write script, my included files

Re: [PHP] Include file questions

2007-05-25 Thread Tijnema
On 5/25/07, Robert Cummings [EMAIL PROTECTED] wrote: On Fri, 2007-05-25 at 18:04 +0200, Tijnema wrote: On 5/25/07, Robert Cummings [EMAIL PROTECTED] wrote: On Fri, 2007-05-25 at 17:07 +0200, Tijnema wrote: I like to keep it simple, just like this: / /data /http

Re: [PHP] Include file questions

2007-05-25 Thread Tijnema
On 5/25/07, Robert Cummings [EMAIL PROTECTED] wrote: On Fri, 2007-05-25 at 18:20 +0200, Tijnema wrote: On 5/25/07, Robert Cummings [EMAIL PROTECTED] wrote: On Fri, 2007-05-25 at 18:04 +0200, Tijnema wrote: On 5/25/07, Robert Cummings [EMAIL PROTECTED] wrote: On Fri, 2007-05-25 at 17:07

Re: Re[2]: [PHP] Include file questions

2007-05-25 Thread Tijnema
On 5/25/07, Richard Davey [EMAIL PROTECTED] wrote: Hi Tijnema, Friday, May 25, 2007, 5:58:46 PM, you wrote: On 5/25/07, Robert Cummings [EMAIL PROTECTED] wrote: Very. Each directory contains very specific types of code/content. Tracking down where any given function, class, custom tag

Re: [PHP] installing error

2007-05-26 Thread Tijnema
see apache's error log and it says that i cant find SAM directory http://wamp.corephp.co.uk Cheers, Rich You could also try programs like EasyPHP, it contains Apache/PHP/MySQL/PHPMyAdmin in one installer package. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] $_GET strings seperation

2007-05-26 Thread Tijnema
that you don't need to place all code here, but only the relevant part. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] calculate xml size

2007-05-26 Thread Tijnema
with XML parser in PHP, but it doesn't look like this function exists. However, you could call xml_get_current_byte_index [1] once, then read the element, and call it again, and the difference should be what you're looking for. Tijnema [1] www.php.net/xml_get_current_byte_index -- PHP General

Re: [PHP] Too many records to display in one web page

2007-05-26 Thread Tijnema
time when interacting with the database. Of course you won't note the difference with 100-200 pages, but when it becomes more and more (think about atleast 1+) then you probably will note the speed difference. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] installing error

2007-05-27 Thread Tijnema
[EMAIL PROTECTED] wrote: On 5/26/07, Tijnema [EMAIL PROTECTED] wrote: On 5/26/07, Richard Davey [EMAIL PROTECTED] wrote: Hi Rafael, Saturday, May 26, 2007, 12:38:15 AM, you wrote: Hello does anyone know the correct way to install PHP and APACHE (last versions both

Re: [PHP] Tracking exit links with php?

2007-05-28 Thread Tijnema
regards, Merlin You would need to edit the javascript code from google, this is possible, but I don't think google will be happy with it, and they will probably say that you were doing illegal actions by modifing the code and you won't get any money ... Tijnema -- PHP General Mailing List (http

Re: [PHP] php and Ajax problem

2007-05-28 Thread Tijnema
$uid; exit; } ? Try firefox and take a look at the javascript console, it points you to any javascript syntax errors. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Upload a ppt file

2007-05-28 Thread Tijnema
:) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Best way to convert Little-Endian DWORD to string

2007-05-30 Thread Tijnema
with it? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] uploading really big files

2007-05-30 Thread Tijnema
uploaded 10 MB of their file, you would have 1000MB allocated. In contrast with FTP, as FTP will store the uploads directly to the drive. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Best way to convert Little-Endian DWORD to string

2007-05-30 Thread Tijnema
On 5/30/07, Edward Kay [EMAIL PROTECTED] wrote: -Original Message- From: Tijnema [mailto:[EMAIL PROTECTED] Sent: 30 May 2007 15:20 To: php Subject: [PHP] Best way to convert Little-Endian DWORD to string Hi, Maybe quite strange question and quite off topic, but there's PHP

Re: [PHP] ZIP it :o)

2007-06-01 Thread Tijnema
. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ZIP it :o)

2007-06-01 Thread Tijnema
a bunch, guys, and have a great day! This is Christian Haensel live from Extertal, Germany. Back to you. -:oD)= - Original Message - From: Tijnema [EMAIL PROTECTED] To: Chris [EMAIL PROTECTED] Cc: Auto-Deppe, C. Haensel [EMAIL PROTECTED]; php-general@lists.php.net Sent: Friday

Re: [PHP] ZIP it :o)

2007-06-01 Thread Tijnema
On 6/1/07, Jim Lucas [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/1/07, Jim Lucas [EMAIL PROTECTED] wrote: Auto-Deppe, C. Haensel wrote: Hi guys, thanks to Jim, I made it :o) Here's the source I'm using for testing now... it works. I just need to make it less vulnerable ;o

Re: [PHP] ini_set() security question

2007-06-01 Thread Tijnema
something using php_admin_value in httpd.conf it is then not possible to be set the value at runtime, even if it's NOT PHP_INI_SYSTEM. So, I guess it must be a bug. Tijnema [1] http://www.php.net/manual/en/function.ini-set.php#30424 Richard Lynch schrieb: File a bug report then, and see what happens

Re: [PHP] Cant set info in DB...HELP

2007-06-02 Thread Tijnema
)); This will probably tell you that there's an error in your SQL code... Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] I cannot figure out why this is not working?

2007-06-02 Thread Tijnema
($to,$subject,$body,$headers); } ? Did you get any error? And what does mail return? true or false? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Cant set info in DB...HELP

2007-06-03 Thread Tijnema
($connection); you're missing a ) here, it should be: mysqli_query($connection,$sql_query) or die(Query failed: .mysqli_error($connection)) Tijnema If you still get no output, check error_reporting and display_errors in your php.ini file to make sure you are seeing at least errors and warnings. -Stut

Re: [PHP] Is the GD module standard?

2007-06-04 Thread Tijnema
had to ask for it to be installed. -- Greg Donald http://destiney.com/ For paid hosts, it should be installed, but if you want to use it on free hosts too, there's a little chance that they have GD installed. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] Anyone scripted Crossover?

2007-06-06 Thread Tijnema
parsing. Cheers George in Edinburgh/Oxford Can't you use some OpenOffice.org tools for that? OOo can open all kind of MS Word and Excel documents. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Anyone scripted Crossover?

2007-06-06 Thread Tijnema
On 6/6/07, George Pitcher [EMAIL PROTECTED] wrote: Tijnema, Nothing found in the archive, so asking the question: has anyone done any scripting of Crossover to control MS Office applications on Linux? I would love to move to Linux, but have some apps that create MS Word docs

[PHP] fsockopen with proxy?

2007-06-07 Thread Tijnema
ICQ status request through proxy, but it seems not what i need. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] register_globals and magic_quotes_gpc (again)

2007-06-07 Thread Tijnema
- same thing. could you please point me where to look after? thanks for any help. -afan Are you sure the rest of your .htaccess file is correct? And what does your Apache error log show you? there should be an error... Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Parse domain from URL

2007-06-07 Thread Tijnema
suggestions?? Thanks, Brad I have same results as you brad, I have Apache 2.2.3 + PHP 5.2.3RC1, so if you finally get it working, it's definitely not portable code :P Maybe it's an option to talk to a whois server? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] new forum

2007-06-08 Thread Tijnema
? From my home IP I get ping results of ~170 ms, from a damn fast server I get ping results of 60 ms, it should be less than 5ms from the server, and less than 10ms from my home connection... Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] source like smorty.com

2007-06-08 Thread Tijnema
On 6/8/07, Jay Blanchard [EMAIL PROTECTED] wrote: [snip] anybody knows an open source like smorty.com ? [/snip] No, but if you hum a few bars Sourceforge Freshmeat Google Why don't you list the rest of the search engines? Yahoo! search Live search -- PHP General Mailing List

Re: [PHP] source like smorty.com

2007-06-08 Thread Tijnema
On 6/8/07, Jay Blanchard [EMAIL PROTECTED] wrote: [snip] Why don't you list the rest of the search engines? [/snip] Because he can search for search engines using that search engine. Oh, you should have noted that ;) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Re: php-cli vs python

2007-06-08 Thread Tijnema
QDOS... And after that they only copied ideas.. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems connecting to mysql

2007-06-08 Thread Tijnema
at your mysql config file on the FreeBSD machine. Where do you run the command line? on your freeBSD machine or your Linux box? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs

2007-06-08 Thread Tijnema
than 2GB on modern 32-bit Unix systems. Support for handling 2GB request bodies has also been added. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problems connecting to mysql

2007-06-08 Thread Tijnema
versa. Hope this Helps. Tom Ok, did you check the logs of Apache if any detailed error is reported? And what about the logs of your MySQL server on the FreeBSD box? Oh, and PHP code maybe? Tijnema -Original Message- From: Tijnema [mailto:[EMAIL PROTECTED] Sent: June 8, 2007 7:00 PM

Re: [PHP] Determing Content-type from request header when Apache installed as CGI

2007-06-09 Thread Tijnema
the Content-Type variable listed. Does someone know how to extract this in an Apache PHP CGI configuration? A request has a Content-type header?... I don't think it works like that... Never seen the Content-type header either in a request, do you mean the Accept header? Tijnema -- PHP General

Re: [PHP] [URL file-access is disabled]

2007-06-09 Thread Tijnema
/b9/myhost/www/myhost.pandela.org/bd/userdirs/$username/listdir.php; Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] None US ASCII characters not allowed in headers?

2007-06-09 Thread Tijnema
there ... Happens to me all the time. Cheers, Rob. -- Yup, happens to me too.. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
/a; ? page2.php: ?php session_start(); $fp = $_SESSION['fp']; $data = fread($fp,10); // Should be bytes 11-20 ? Thanks, Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: Is there any way to keep a file pointer open after script is finished, so that it can be access later, by passing it through session? Like this: page1.php: ?php session_start(); $fp = fopen(test.php,r); $data = fread($fp,10

Re: [PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: Hmm, fseek seems cool, but what about FTP resources? If I open them with ftp_connect, do I need to fetch all data from FTP again, and then just trash all data I don't need? Yes, but depending on what you're actually doing you may

Re: [PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
On 6/9/07, Robert Cummings [EMAIL PROTECTED] wrote: On Sat, 2007-06-09 at 22:00 +0100, Stut wrote: Tijnema wrote: Hmm, fseek seems cool, but what about FTP resources? If I open them with ftp_connect, do I need to fetch all data from FTP again, and then just trash all data I don't need

Re: [PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: Hmm, fseek seems cool, but what about FTP resources? If I open them with ftp_connect, do I need to fetch all data from FTP again, and then just trash all data I don't need

Re: [PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
On 6/9/07, Robert Cummings [EMAIL PROTECTED] wrote: On Sat, 2007-06-09 at 23:09 +0200, Tijnema wrote: On 6/9/07, Robert Cummings [EMAIL PROTECTED] wrote: On Sat, 2007-06-09 at 22:00 +0100, Stut wrote: Tijnema wrote: Hmm, fseek seems cool, but what about FTP resources? If I open them

Re: [PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: Hmm, fseek seems cool, but what about FTP resources? If I open them with ftp_connect, do I need to fetch all data

Re: [PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/9/07, Stut [EMAIL PROTECTED] wrote: Tijnema wrote: Hmm, fseek seems cool, but what about FTP resources

Re: [PHP] generate images of register definitions

2007-06-09 Thread Tijnema
some custom code in PHP using GD, but i'd much rather use someone else's work than start from scratch -mike I think you're wat better off using ASCII art ;) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-09 Thread Tijnema
replacer described. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Keeping file pointers open after script end

2007-06-09 Thread Tijnema
On 6/9/07, Richard Lynch [EMAIL PROTECTED] wrote: On Sat, June 9, 2007 3:44 pm, Tijnema wrote: Is there any way to keep a file pointer open after script is finished, so that it can be access later, by passing it through session? No. Well, okay, *MAYBE* you could hack something up with exec

Re: [PHP] [RFC] HTTP timezone

2007-06-09 Thread Tijnema
, and it doesn't say anything about DST, What should browsers send for my country? +0100 or +0200? Tijnema Ps. what's the next thing we send to the browser? We already sent a lot of info through the user-agent header... Next year we send our computers specs to the server so that we get a site that is made

Re: [PHP] Is it possible to get the name of the top most calling script?

2007-06-09 Thread Tijnema
arguments. Is there any way around this? Thanks, Chris. You could also use the the suberglobal $GLOBALS Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [RFC] HTTP timezone

2007-06-10 Thread Tijnema
to match the time of their watch. This sets the UTC time wrong too, but still displays the right time to the user. So if you compare this time to time on web servers that are allways right, and you compare the difference between that, then you know the timezone that is probably right. Tijnema

Re: [PHP] [RFC] HTTP timezone

2007-06-10 Thread Tijnema
On 6/10/07, Stefanos Harhalakis [EMAIL PROTECTED] wrote: On Sunday 10 June 2007, Tijnema wrote: To get back to the point, I think that the timezone should be defined on what time it actually is at his PC, and what time it is on time.nist.gov for example, and not lookng at some setting

Re: [PHP] Transparent image resizing using php 4.4.x

2007-06-10 Thread Tijnema
? You can see it with phpinfo: ?php phpinfo(); ? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Undefined index error

2007-06-10 Thread Tijnema
the array with var_dump/print_r to see what's in the array.. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Server side issue with form

2007-06-10 Thread Tijnema
of your code, as I expect the problem to be there. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP5 or PHP4 this is the question

2007-06-10 Thread Tijnema
On 6/10/07, Larry Garfield [EMAIL PROTECTED] wrote: On Saturday 09 June 2007, Robert Cummings wrote: On Sat, 2007-06-09 at 19:18 -0500, Larry Garfield wrote: You should get a new server that supports PHP 5.2.1. PHP 4 is dead. Must be a zombie then because I see it running almost

Re: [PHP] Going from simple to super CAPTCHA

2007-06-10 Thread Tijnema
;) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] [RFC] HTTP timezone

2007-06-11 Thread Tijnema
On 6/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I agree with Tijnema he's hit the nail on the head. And the inability to handle daylight time really is a big potential snag - who in North America isn't on daylight time at some point in the year? If the timezone data is unreliable

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
there is counter to what I said here. Cheers, tedd It's atleast an interesting thread about CAPTCHA. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
On 6/11/07, Daniel Brown [EMAIL PROTECTED] wrote: On 6/11/07, Tijnema [EMAIL PROTECTED] wrote: On 6/10/07, tedd [EMAIL PROTECTED] wrote: Tedd: Please don't spread the code of your Audio CAPTCHA, we had a big discussion about it, and we concluded that it was quite easy to crack. I

Re: [PHP] [RFC] HTTP timezone

2007-06-11 Thread Tijnema
would that header be? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
(and possibly a database of common mis-spellings) to check against. -- Daniel P. Brown If you make multiple choice items, a good app would probably just try max 4 times :P, so you need to check if the user did actually fail the first time... Tijnema -- PHP General Mailing List (http://www.php.net

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
... a bell, the telephone, an alarm, etc. The problem then becomes an issue of people who can't spell or are terrible at recognizing everyday things. Cheers, Rob. Server builds up a database of pictures, client does the same with MD5 check, and problem solved...:) Tijnema -- PHP General Mailing List

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
On 6/11/07, Jim Lucas [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/11/07, Robert Cummings [EMAIL PROTECTED] wrote: On Mon, 2007-06-11 at 10:38 -0400, tedd wrote: Gnag: I know we can beat this thing to death, as we have in previous threads and I don't anyone wants to travel previously

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
On 6/11/07, Robert Cummings [EMAIL PROTECTED] wrote: On Mon, 2007-06-11 at 18:57 +0200, Tijnema wrote: On 6/11/07, Jim Lucas [EMAIL PROTECTED] wrote: Tijnema wrote: On 6/11/07, Robert Cummings [EMAIL PROTECTED] wrote: not if you are morphing/changing the image each page load. snip

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
On 6/11/07, Robert Cummings [EMAIL PROTECTED] wrote: On Mon, 2007-06-11 at 19:38 +0200, Tijnema wrote: On 6/11/07, Robert Cummings [EMAIL PROTECTED] wrote: Well, if you think this is the uncrackable* solution, create it and i'll see if I can crack it ;) Tijnema * I hope you don't mean

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
On 6/11/07, Daniel Brown [EMAIL PROTECTED] wrote: Tijnema [EMAIL PROTECTED] spake the following lore: Convert image to fixed width + fixed height + default depth, then do some work on it :P Tijnema Yeah, what work? Best of luck with getting a system to reliably translate one Jell-o

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
, while the parent image matches best with the first child option image in shape. Not as easy as Tijnema thinks... all the icons are in a single image so first he needs to find the icon boundaries to extract them to perform colour analysis. And that can be more or less hard depending on how

Re: [PHP] tail solution for PHP5 wanted

2007-06-11 Thread Tijnema
script to the browser? Btw, if you do this, your PHP script would keep running forever, keep in mind that the time limit setting doesn't affect system and file calls... Tijnema Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Updating dropdown list

2007-06-11 Thread Tijnema
you want, you're on the wrong list... Tijnema [1] http://www.nvidia.com/content/drivers/drivers.asp -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Updating dropdown list

2007-06-11 Thread Tijnema
On 6/11/07, Ashley M. Kirchner [EMAIL PROTECTED] wrote: Tijnema wrote: But Javascript != PHP, so if this is what you want, you're on the wrong list... Ik weet dat meneer. But I also hate JavaScript. So if I can avoid it and use PHP, then I will. Hence me asking here first to see if I can

Re: [PHP] Going from simple to super CAPTCHA

2007-06-11 Thread Tijnema
On 6/11/07, Daniel Brown [EMAIL PROTECTED] wrote: On 6/11/07, Tijnema [EMAIL PROTECTED] wrote: On 6/11/07, Robert Cummings [EMAIL PROTECTED] wrote: On Mon, 2007-06-11 at 14:29 -0400, Daniel Brown wrote: To be a bit easier, I whipped up a quick example on the web. It's just

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, tedd [EMAIL PROTECTED] wrote: At 12:42 PM +0100 6/12/07, Stut wrote: tedd wrote: At 7:38 PM +0200 6/11/07, Tijnema wrote: Well, if you think this is the uncrackable* solution, create it and i'll see if I can crack it ;) Tijnema * I hope you don't mean the same uncrackable as AACS

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 07:29 -0400, tedd wrote: At 7:38 PM +0200 6/11/07, Tijnema wrote: Well, if you think this is the uncrackable* solution, create it and i'll see if I can crack it ;) Tijnema * I hope you don't mean the same

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Stut [EMAIL PROTECTED] wrote: tedd wrote: At 7:38 PM +0200 6/11/07, Tijnema wrote: Well, if you think this is the uncrackable* solution, create it and i'll see if I can crack it ;) Tijnema * I hope you don't mean the same uncrackable as AACS did: HD-DVD is uncrackable

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 15:23 +0200, Tijnema wrote: On 6/12/07, Stut [EMAIL PROTECTED] wrote: tedd wrote: At 7:38 PM +0200 6/11/07, Tijnema wrote: Well, if you think this is the uncrackable* solution, create it and i'll see

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 15:09 +0200, Tijnema wrote: On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 07:29 -0400, tedd wrote: At 7:38 PM +0200 6/11/07, Tijnema wrote: Well, if you think

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 15:46 +0200, Tijnema wrote: On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 15:23 +0200, Tijnema wrote: On 6/12/07, Stut [EMAIL PROTECTED] wrote: tedd wrote: At 7:38 PM +0200 6/11

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 16:23 +0200, Tijnema wrote: On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 15:46 +0200, Tijnema wrote: Nope, it does actually check for Submit.x and Submit.y ;) DOH! :) Cheers

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
that there will be 0,1% change ;) Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 18:19 +0200, Tijnema wrote: On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 12:01 -0400, Robert Cummings wrote: On Tue, 2007-06-12 at 11:56 -0400, Robert Cummings wrote

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 19:23 +0200, Tijnema wrote: On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 18:19 +0200, Tijnema wrote: On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 12:01

Re: [PHP] php script from bat file

2007-06-12 Thread Tijnema
:\PHP\bin\php.exe C:\Inetpub\scripts\run.php Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
at the original location. Cheers, Rob. Yes noticed that problem too, but this seems quite easy to crack, Get the text from the image, get the color of the text and search for tha tcolor circle. Tijnema Btw, I clicked the pixel in the middle, and did 10 refreshes, and I had 5 right -- PHP

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 21:46 +0200, Tijnema wrote: On 6/12/07, Robert Cummings [EMAIL PROTECTED] wrote: On Tue, 2007-06-12 at 15:06 -0400, Daniel Brown wrote: Okay, here's something I whipped up today: http://pilotpig.com

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, June 12, 2007 6:42 am, Stut wrote: tedd wrote: At 7:38 PM +0200 6/11/07, Tijnema wrote: Well, if you think this is the uncrackable* solution, create it and i'll see if I can crack it ;) Tijnema * I hope you don't mean

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, June 12, 2007 9:33 am, Tijnema wrote: I meant reverse order :P That would be pretty broken. First, you should;ve seen this as a joke that replies to the previous messages. There's no guarantee that browsers will present the inputs

Re: [PHP] Going from simple to super CAPTCHA

2007-06-12 Thread Tijnema
On 6/12/07, Richard Lynch [EMAIL PROTECTED] wrote: On Tue, June 12, 2007 3:40 pm, Tijnema wrote: A PFP (Pixel-For-Pixel) Approach would do the job, but I don't think there exists software yet for it. I would have to get the file format of the bitmap you're using (PNG I Guess), and then parse

Re: [PHP] Going from simple to super CAPTCHA

2007-06-13 Thread Tijnema
CAPTCHA) soon.. Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Address validation API's for PHP

2007-06-13 Thread Tijnema
. You can download a complete database here: http://download.geonames.org/export/dump/ Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Re[2]: [PHP] Need a more elegant way of bitwise ORing values

2007-06-13 Thread Tijnema
'] | FILTER_FLAG_ALLOW_FRACTION; } if ($allow_thousand) { $filter['flags'] = $filter['flags'] | FILTER_FLAG_ALLOW_THOUSAND; } if ($allow_scientific) { $filter['flags'] = $filter['flags'] | FILTER_FLAG_ALLOW_SCIENTIFIC; } ? Little bit simpler huh? Tijnema -- PHP General Mailing List (http://www.php.net

Re: [PHP] SimpleXMLElement-xpath() on php 5.1 - weird blocking problem

2007-06-14 Thread Tijnema
compiled with --disable-simplexml? If it's enabled, did you check if other SimpleXML functions work fine? Tijnema -- 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   >