Search found 25 matches

by bling
Thu Sep 30, 2004 2:01 pm
Forum: PHP - Code
Topic: Permissions question
Replies: 2
Views: 291

I don't believe that your scripts can run as "nobody". They either run as you, or as the Apache process. If you temporarily chmod a directory to 777, and have the web program create a sub-directory and change its rights to 744 (all through the script) you should end up with a directory tha...
by bling
Thu Sep 30, 2004 1:58 pm
Forum: General Discussion
Topic: Searching for Task Manager\Bug tracking system
Replies: 3
Views: 662

We use Mantis for both internal Network Admin/PC Support AND software development projects.

Here's the link.
http://www.mantisbt.org/

The default installation is a little bland on the eyes, but the functionality is there. Personally, I love it.
by bling
Thu Sep 30, 2004 1:56 pm
Forum: Databases
Topic: DISTINCT - worked w/1 table but not 2?
Replies: 4
Views: 377

Date may be a reserved word. Can you change the field name and try it again?
by bling
Thu Sep 30, 2004 7:34 am
Forum: General Discussion
Topic: Best IDE for PHP
Replies: 17
Views: 1867

Does anybody have a pricelist of these?
by bling
Thu Sep 30, 2004 7:30 am
Forum: General Discussion
Topic: Paypal question
Replies: 5
Views: 959

Log into their PayPal account. There you can set up different types of "Click to Donate" buttons. Just paste their html code in wherever you want the specific button to be shown.
by bling
Wed Sep 29, 2004 12:13 pm
Forum: PHP - Code
Topic: [SOLVED] Desperately Seeking Assistance (cURL on Win 2000)
Replies: 7
Views: 1118

I did a search and found this thread. I then resolved the issue and posted it. Now, when somebody else comes across this thread, they will have the answer that I looked for.

I stand by my post.
by bling
Wed Sep 29, 2004 10:22 am
Forum: PHP - Code
Topic: Using PHP to retrieve information through ISA Proxy Server
Replies: 3
Views: 671

Does anybody have an example of curl and NTLM?
by bling
Wed Sep 29, 2004 9:48 am
Forum: PHP - Code
Topic: [SOLVED] Desperately Seeking Assistance (cURL on Win 2000)
Replies: 7
Views: 1118

I have got the curl extension installed on Windows by doing the following. Copy php_curl.dll to C:\PHP\extensions I then made sure my php.ini had the following setup in my c:\windows\php.ini file ; Directory in which the loadable extensions (modules) reside. extension_dir = "c:\php\extensions&q...
by bling
Wed Sep 29, 2004 7:56 am
Forum: PHP - Code
Topic: Using PHP to retrieve information through ISA Proxy Server
Replies: 3
Views: 671

Using PHP to retrieve information through ISA Proxy Server

Has anybody been able to find a way to use PHP to retrieve web data through Microsoft's ISA Proxy Server? ISA uses Windows authentication. Is that a show stopper?
by bling
Wed Sep 29, 2004 7:52 am
Forum: PHP - Code
Topic: passing a request through a proxy.
Replies: 4
Views: 435

Has anybody ever thought of a proxy-proxy server? It doesn't have too many real world applications unless you work for a large corporation. Basically you would have a proxy server that uses a proxy server. Let take a corp that has one central proxy server. Now if each sattelite office had a proxy th...