[PHP] PHP-NUKE on IIS

2005-03-21 Thread Armando Afa
It is posible to install php-nuke on IIS?

Thanks in advance
Armando


[PHP] PHP-NUKE

2005-03-21 Thread Armando Afa
Hi,

I've already downloaded ver 7.2 of php-nuke, but it does not tell how to 
install it on Windows environment. Can somebody tell me where did I go wrong? 
I've have always follos the instruction manual but it does no work with IIS

Thanks in advance, once again
Armando


RE: [PHP] PHP-NUKE

2005-03-21 Thread Jay Blanchard
[snip]
I've already downloaded ver 7.2 of php-nuke, but it does not tell how to
install it on Windows environment. Can somebody tell me where did I go
wrong? I've have always follos the instruction manual but it does no
work with IIS
[/snip]

Right there on phpnuke.org 

http://phpnuke.org/modules.php?name=Newsfile=articlesid=3164 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] PHP-NUKE

2005-03-21 Thread Nick Zukin
There is a lot of information like this at nukecops.com, too, btw.  You'll
want to start here:

http://nukecops.com/forum2.html

Nick

-Original Message-
From: Armando Afa [mailto:[EMAIL PROTECTED]
Sent: Monday, March 21, 2005 12:19 PM
To: php-general@lists.php.net
Subject: [PHP] PHP-NUKE


Hi,

I've already downloaded ver 7.2 of php-nuke, but it does not tell how to
install it on Windows environment. Can somebody tell me where did I go
wrong? I've have always follos the instruction manual but it does no work
with IIS

Thanks in advance, once again
Armando

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] how to use PHP-Nuke in safe mode

2004-07-23 Thread Marek Kilimajer
Jordi Canals wrote:
Porcupine PC wrote:
How can i use PHP-Nuke in this safe mode?

You must try to ask this in a PHP-Nuke especific list ... But the answer 
is NO, cannot be used in safe mode.

Weird, I've seen php-nukes running in safe mode.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] how to use PHP-Nuke in safe mode

2004-07-23 Thread Porcupine PC
Well the problem i am having is:

I am using Raven's 7.3 Distro of PHP-Nuke (www.ravenphpscripts.com)

I had the software installed and edited the config.php file. I then setup a
administrator God account. But then when i try to log in, it said access
denied

Joe

Marek Kilimajer [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 Jordi Canals wrote:
  Porcupine PC wrote:
 
  How can i use PHP-Nuke in this safe mode?
 
 
  You must try to ask this in a PHP-Nuke especific list ... But the answer
  is NO, cannot be used in safe mode.
 

 Weird, I've seen php-nukes running in safe mode.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] how to use PHP-Nuke in safe mode

2004-07-22 Thread Porcupine PC
I am very new to PHP-Nuke. I am running Ravens 7.3 Custom Distro.

I have all the tables installed etc. When i try to enter admin.php it says
access denied

I can however see the main page index.php

I just changed hosting companies and was told that their server runs in
safe mode

How can i use PHP-Nuke in this safe mode?

Joe

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] how to use PHP-Nuke in safe mode

2004-07-22 Thread Jordi Canals
Porcupine PC wrote:
How can i use PHP-Nuke in this safe mode?
You must try to ask this in a PHP-Nuke especific list ... But the answer 
is NO, cannot be used in safe mode.

Regards,
Jordi.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Running PHP scripts in PHP Nuke

2003-09-08 Thread Jason Wong
On Monday 08 September 2003 01:27, Dan Anderson wrote:
  You need to be more specific. What error do you get?

 I don't get any error.  It will ask me for the HTML code to the page and
 just not work.  So I'm assuming that instead of being processed by
 Apache and a preprocessor that can send it to PHP it's being printed to
 the screen.

You would be better off asking on a php-nuke forum/list.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
/*
Surely you can't be serious.
I am serious, and stop calling me Shirley.
-- Airplane
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Running PHP scripts in PHP Nuke

2003-09-07 Thread Marek Kilimajer
How does it not work. It explodes? Well, this happens with phpnuke 
sometimes, that how it's got its name.

You need to be more specific. What error do you get?

Dan Anderson wrote:
I have a client who wants me to install a script on their web site. 
Only problem is they use PHP nuke and when I edit a pages content and
type in :

?php include(script.php); ?

Or do something like:

OBJECT DATA=http://www.site.com/script.php;/OBJECT

It doesn't work.  Can anybody tell me how to run a script from within a
PHP nuke page?
Thanks,

Dan Anderson

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Running PHP scripts in PHP Nuke

2003-09-07 Thread Dan Anderson
 You need to be more specific. What error do you get?

I don't get any error.  It will ask me for the HTML code to the page and
just not work.  So I'm assuming that instead of being processed by
Apache and a preprocessor that can send it to PHP it's being printed to
the screen. 

-Dan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Running PHP scripts in PHP Nuke

2003-09-06 Thread Dan Anderson
I have a client who wants me to install a script on their web site. 
Only problem is they use PHP nuke and when I edit a pages content and
type in :

?php include(script.php); ?

Or do something like:

OBJECT DATA=http://www.site.com/script.php;/OBJECT

It doesn't work.  Can anybody tell me how to run a script from within a
PHP nuke page?

Thanks,

Dan Anderson

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Mailing list addon for PHP-Nuke-type app

2003-03-19 Thread David Russell
Hi all,

I am looking for a PHP-Nuke/Slashdot -type of php-based application, which
can run on an Interbase database. On drawback I currently have with the
others is that it does not seem to have a listserv type of interface, with
subscription/unsubscription requests/archives/digests/etc.

Does anyone know about something written in PHP that I can use for this. A
modular approach which allows for other things later on
(cataloguing/download management/etc) would be useful.

Oh, it also needs access control.

Anyone??



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] php nuke problem

2002-09-12 Thread Ryan A

Hey guys,
I just setup php nuke (damn,thats a big package) but the problem is that i cannot 
create a super user ,go the admin, or do anything

when i go to index.php it tells me to create a super user by clicking the link,after i 
click that link i go to admin.php and when i fill that form,it just displays the same 
form over and over again...the super user/ admin user does not get created...

on the left of the page i have  a list of modules when i click on any of the modules 
i get this...
Sorry, you can't access this file directly...

Whats the problem?

Please help,
Cheers,
-Ryan.




[PHP] Re: php nuke problem

2002-09-12 Thread Erwin

Ryan A wrote:
 Hey guys,
 I just setup php nuke (damn,thats a big package) but the problem is
 that i cannot create a super user ,go the admin, or do anything

 when i go to index.php it tells me to create a super user by clicking
 the link,after i click that link i go to admin.php and when i fill
 that form,it just displays the same form over and over again...the
 super user/ admin user does not get created...

Probably it requires register_globals to be turned On??? Did you checked
that?

HTH
Erwin


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] php nuke problem

2002-09-12 Thread Geoff Hankerson

I think you  need change permissions the file that holds configurations 
settings for php-nuke.
Read the install instructions it's in there
chmod 665 config.ini
or whatever the name of the file is

Ryan A wrote:

Hey guys,
I just setup php nuke (damn,thats a big package) but the problem is that i cannot 
create a super user ,go the admin, or do anything

when i go to index.php it tells me to create a super user by clicking the link,after 
i click that link i go to admin.php and when i fill that form,it just displays the 
same form over and over again...the super user/ admin user does not get created...

on the left of the page i have  a list of modules when i click on any of the 
modules i get this...
Sorry, you can't access this file directly...

Whats the problem?

Please help,
Cheers,
-Ryan.


  





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Page rendering speed: PostNuke or PHP-Nuke

2002-07-01 Thread Andres Montiel

To those who have used these content management systems: which one
renders pages faster, PostNuke or PHP-Nuke? I plan to set up a site on
my Linux box and want to know which one I should use. :)

Also, would anyone know of a PHP based content management system that
does not have the usual 3 columns look?

- Andoy





-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Page rendering speed: PostNuke or PHP-Nuke

2002-07-01 Thread Lazor, Ed

Check SourceForge.com to see what content management systems are available.


-Original Message-
To those who have used these content management systems: which one
renders pages faster, PostNuke or PHP-Nuke? I plan to set up a site on
my Linux box and want to know which one I should use. :)

Also, would anyone know of a PHP based content management system that
does not have the usual 3 columns look?
 

This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Page rendering speed: PostNuke or PHP-Nuke

2002-07-01 Thread Dan Vande More

http://www.php-encoder.com/

Looks like beta is starting soon for this, so we should see it in a little bit. 
They have an option for per script charge.
You upload the file and it gives you a compiled one.
My guess it is the same thing as Zend encoder, just not as expensive.

Dan

-Original Message-
From: Lazor, Ed [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 01, 2002 10:01 AM
To: 'Andres Montiel'; PHP General
Subject: RE: [PHP] Page rendering speed: PostNuke or PHP-Nuke


Check SourceForge.com to see what content management systems are available.


-Original Message-
To those who have used these content management systems: which one
renders pages faster, PostNuke or PHP-Nuke? I plan to set up a site on
my Linux box and want to know which one I should use. :)

Also, would anyone know of a PHP based content management system that
does not have the usual 3 columns look?
 

This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] FW: PHP Nuke - Datestring

2002-02-25 Thread Necro



-Original Message-
From: Andrew Duck [mailto:[EMAIL PROTECTED]]
Sent: Monday, 26 February 2001 8:44 PM
To: PHP Gen
Subject: PHP Nuke - Datestring


I am having trouble trying to convert the current PHP Nuke dateformat for
articles into Beats.

Does anyone know how to swap the PHP Nuke articles date format into:

e.g Sunday, 24 February @ [numberofbeats] Beats

Thankyou in advance.

Andrew


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] PHP - Nuke 5.2

2001-10-02 Thread Kurt Lieber

Actaully, I recommend you take a look at PostNuke.  It's a fork of
PHP-Nuke 5.0 that's designed to be more open, better architected, less
buggy and just an all-around more mature, stable product.

http://www.postnuke.com

and the vision:

http://www.postnuke.com/modules.php?op=modloadname=Sectionsfile=index;
req=viewarticleartid=2

It has a fairly clear roadmap, a strong core team of developers (rather
than just one developer) and it doesn't seem to have all the political
baggage that PHP-Nuke did/does.

Anyway, I've used both and have been much happier with PostNuke, for a
variety of reasons.

--kurt

 -Original Message-
 From: Doug Daulton [mailto:[EMAIL PROTECTED]] 
 Sent: Tuesday, October 02, 2001 6:25 AM
 To: [EMAIL PROTECTED]
 Subject: [PHP] PHP - Nuke 5.2
 
 
 Hello,
 
 Any Nuke folks out there?  If so, could you point me to some 
 good dev resources for Nuke?
 
 Thanks,
 
 Doug Daulton
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: 
 [EMAIL PROTECTED] To contact the list 
 administrators, e-mail: [EMAIL PROTECTED]
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Nuke

2001-06-21 Thread Matt \TrollBoy\ Wiseman

you may want to either mail the phpNuke list themselves with this question,
or switch to another weblog system, such as phpslash.

Matt TrollBoy Wiseman
Webmaster: Shoggoth.net
Site Designer: phpslash.org
The oldest and strongest emotion of mankind is fear,
and the oldest and strongest kind of fear is fear of the unknown.
-H.P. Lovecraft
-
Please do not resell my e-mail address
to anyone or send me unsolicited e-mail
-
- Original Message -
From: Clayton Dukes [EMAIL PROTECTED]
To: Php-General [EMAIL PROTECTED]
Sent: Wednesday, June 20, 2001 7:24 PM
Subject: [PHP] Nuke


 Hey,
 Is anyone here using Nuke?

 I have a couple of q's, perhaps you can answer them :-)

 1. On the Banner Administration:
  How do I include html banners with javascript in them and not just and
 image url and click url?

 2. My language (english) file is missing a whole bunch of variables for
the
 Banner admin page, does anyone have an update/better english language
file?

 3. Does anyone know how to incliude a themesidebox monthly view of the
 calendar?

 If you answer all these for me, I'll name my firstborn after you ;-)

 TIA!!!

 Clayton Dukes



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Nuke

2001-06-20 Thread Clayton Dukes

Hey,
Is anyone here using Nuke?

I have a couple of q's, perhaps you can answer them :-)

1. On the Banner Administration:
 How do I include html banners with javascript in them and not just and
image url and click url?

2. My language (english) file is missing a whole bunch of variables for the
Banner admin page, does anyone have an update/better english language file?

3. Does anyone know how to incliude a themesidebox monthly view of the
calendar?

If you answer all these for me, I'll name my firstborn after you ;-)

TIA!!!

Clayton Dukes



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] PHP-Nuke vs. PHP-BB vs. ???

2001-05-23 Thread Tyrone Mills

Hello All,

I'm looking for input and/or advice on selecting a Portal System like
PHP-Nuke or PHP-BB. I haven't used any of these products, so I don't really
have an opinion myself.

Here's what I want to be able to do:

- Modify the system, so it needs to be PHP based
- Use MySQL as the backend
- Have flexibility with user access levels
- Have a reasonably secure/solid system

I've seen a lot of posts on Bugtraq with regards to problems in PHP-Nuke.
Does anyone have any experience with this? Any other systems anyone can
recommend?

Thanks in advance!


UNIX is user-friendly, it's just picky about who its friends are...






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


Re: [PHP] PHP-Nuke vs. PHP-BB vs. ???

2001-05-23 Thread Clayton Dukes

Try PHPWebsite, it's a cleaned up version of Nuke and runs very well.

http://phpwebsite.appstate.edu

Clayton Dukes
CCNA, CCDA, CCDP, CCNP
Download Free Essays, Term Papers and Cisco Training from http://www.gdd.net






- Original Message -
From: Tyrone Mills [EMAIL PROTECTED]
To: PHPlist [EMAIL PROTECTED]
Sent: Wednesday, May 23, 2001 9:28 PM
Subject: [PHP] PHP-Nuke vs. PHP-BB vs. ???


 Hello All,

 I'm looking for input and/or advice on selecting a Portal System like
 PHP-Nuke or PHP-BB. I haven't used any of these products, so I don't
really
 have an opinion myself.

 Here's what I want to be able to do:

 - Modify the system, so it needs to be PHP based
 - Use MySQL as the backend
 - Have flexibility with user access levels
 - Have a reasonably secure/solid system

 I've seen a lot of posts on Bugtraq with regards to problems in PHP-Nuke.
 Does anyone have any experience with this? Any other systems anyone can
 recommend?

 Thanks in advance!

 
 UNIX is user-friendly, it's just picky about who its friends are...











 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] php-nuke?

2001-02-04 Thread PHPBeginner.com

Use cron ...

Search archives for something like "running PHP with cron"

Sincerely,

 Maxim Maletsky
 Founder, Chief Developer

 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com


-Original Message-
From: FredrikAT [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 04, 2001 9:24 AM
To: [EMAIL PROTECTED]
Subject: [PHP] php-nuke?


What is php-nuke?
How could I make a php-page execute something (itself?) without entering the
site... it starts evry hour?!

-
Fredrik A. Takle
[EMAIL PROTECTED]




--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] php-nuke?

2001-02-03 Thread FredrikAT

What is php-nuke?
How could I make a php-page execute something (itself?) without entering the
site... it starts evry hour?!

-
Fredrik A. Takle
[EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] php-nuke?

2001-02-03 Thread Richard Lynch

 What is php-nuke?

It's a "Template" system written in PHP where you kinda click-and-drag to
build a PHP page.

 How could I make a php-page execute something (itself?) without entering
the
 site... it starts evry hour?!

The most resource-friendly way is to compile PHP as a CGI, and then use
"cron" to have that PHP binary run your page every hour.

Second choice (distant second) is to use "wget" to surf to a page every
hour.

Third choice (distant third) is to use "lynx -d" to surf to a page every
hour.

If you are on Windows NT, you're mostly on your own, but you've got that
Scheduler thingie to play with, and php.exe, and you can make a shortcut to
php.exe and alter the path it uses to be more like "php.exe -q yourpage.php"
instead of just plain ol' "php.exe"

Now, back to a real OS :-)

To compile PHP as a CGI, you need to go back to the PHP source directory and
copy that config.nice file (config.status?) and name it, like,
"config.ascgi" or something.

Or, if you didn't compile from source in the first place, try viewing a page
with ?php phpinfo();? on it and copypaste that stuff about
"configure --with-mysql --with-apxs --with-kitchen-sink" into a file
somewhere.  Download the PHP source code, and mostly follow the instructions
in there, *except* ignore all that stuff about configuring Apache and
using --with-apxs or --with-apache.  Instead, you'll use the configure stuff
you just copied as your guide.

Anyway, whichever way you end up doing it, you'll want to end up with a file
you can execute or a command you  can paste that starts off with
"configure", has all the same "--with-xxx" in it, *except* not --with-apxs
and not --with-apache.

So, you finally get that to go, then do "make" like the directions say.
You'll end up with this file named "php" in your directory there, and you
can copy that to /usr/bin or /usr/sbin or whatever location you feel is
convenient and makes sense.  Just be sure you know where the heck you put
it, cuz you'll need it in a bit.

Assuming "cron" is as much as mystery to you as it once was to me, you'll
want to read "man 5 crontab"

Okay, now you'll have to read it a few more times, cuz it ain't the most
light reading.  But the examples are pretty instructive.  Focus on them.

You'll also want to be sure to set your environment variable DISPLAY to an
editor you know how to use instead of the default, which, Murphy's Law, will
be one you won't...

Now that opens up a whole new can of worms, since you may not know how to
set an environment variable.  Easiest thing to do is to do "cd" to get back
to your home directory.  Then to "ls -als".  There's gonna be a whole mess
of files that you maybe never even saw before that start off with a "."
character.  Peek into each one of them, and see if you can find anything
like:
setenv xxx=yyy
or
xxx=yyy
export xxx
If you do, edit that file that has that stuff, and do kinda the same thing,
only you want to set DISPLAY (or maybe editor, depending on which
Un*x/shell) you are using to your favorite editor, like "vi" or "joe" or
"pico" or "emacs" or...  If you have no idea which editor you like, use
"pico" because it's the one most like Notepad, only the menus are things you
type, not things you click, and they're at the bottom...

Anyway, once you got your DISPLAY set up, you can do:

crontab -e

The -e means to "edit" your crontab file.

You want to add a line that looks something like those examples from "man 5
crontab" but that point to your "php" binary you copied into /usr/bin and
makes it fire up your script, every hour.  Something not unlike this:

[EMAIL PROTECTED]
5 * * * * /usr/bin/php -q /full/path/to/your/script.php

Now if you couldn't get PHP to compile, just use "wget" there instead of
/usr/bin/php.
And if you couldn't get PHP to compile, and you can't get "wget" installed,
just use "lynx -d"

But someday, you want to get PHP as a CGI compiled, cuz "wget" and "lynx"
tie up an HTTP connection when you do this, so that's one less person that
can surf to your web-site when it gets busy.

Save and quit your editor.

Because there is a "5" in that first column, this is going to fire off the
php program in /usr/bin at 5 minutes after the hour, every hour (the first
*) every day (the second *) every month (the third *), no matter whether
it's a Monday, Sunday, Weekday, Weekend, or whatever (the last *), and it's
going to feed yourscript.php to PHP to run it.

The -q just tells PHP not to bother printing out that Content-type:
text/html stuff, since it ain't going to a browser anyway.

The email line means it will email you whatever output PHP makes, or an
error message if you screwed up.  (Only maybe I got the