Jump to content

[SOLVED] Cron job... without cron job


Ninjakreborn

Recommended Posts

Is there a way to run a cron job without the ability to run a cron job.

For instance if you are making an application, and you have a lot of system stuff that need's to be ran.  Can you setup something with just htaccess to run a cron, or have something else that you do that will run a cron.

Or is there a third party company (business) where you can sign up for a free account and register cron's there, and it would actually run the php scripts within those intervals, and since it's an external source doing it, you are guaranteed it'll work because it can be done with any server.

Something.

Link to comment
Share on other sites

Can you setup something with just htaccess to run a cron, or have something else that you do that will run a cron.

 

Cron needs to be run through crontab, if your server has cron installed (all Linux systems do) and you have access you can use it. there isn't really another way of running a cron job.

 

I have heard of services such as the one you describe existing, Id'e try googling.

Link to comment
Share on other sites

Cron Tab, thanks.  I will also check into other services that do that, it would be nice if they had a free service somewhere and you could create an account and login.  Then register crons.  They could have like a security feature where you have to insert a meta tag into the site so they know you own it or have access to it.  Then you would sign up for an account and register whatever sites to get crons sent to whatever page.  That would be cool.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.