Requesting website regularly within specific interval [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have robot which should be run within specific interval. So I want to refresh the website page that runs robot within specific interval. I know there is some site that we can sign up and that site refresh my website for specific interval. But i forgot them. I googled but did not found that sites.
Can anyone remember me one of websites url?

Search "cron" keyword on Google, for instance:
https://www.setcronjob.com/
Some are free

if your robot is about periodically checking for some information, you may find Yahoo.Pipes useful.

Related

Where is the old php.net website? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I know that the new php.net website has been released for some time. The old one had the source code link in the footer, which allowed a user to see the php code of the current webpage. It was very handy. Is there any way to see the old php.net website?
I don't know if it's possible to see the updated manual with the old layout, but it is possible to see the old website version on archive.org: http://goo.gl/K7EkSe (Sorry for the shortened url, but the editor didn't allow me to write the url properly)
You can try wayback machine This allow you to view history of the php website.

Small issue tracker like github issues in php [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
For my next project I want to have small issue tracker like this on github (in php and mysql/sqlite), do I need to write it from scratch or is there something like this already (open source)?
If you want work without code you can try one of these:
http://vermis.hellworx.com/ (Open source)
http://www.mantisbt.org/
There is MantisBT which uses PHP and MySQL but it's not exactly small.
Which functionality do you need?

Web analytics on Symfony2 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I would like to know if there are any bundle to get page analytics, such as active logged in users, anonymous users, current visitors, total visitors etc.
If there aren't, which opensource platform do you recommend me to use into my webpage server, to handle all this data, then retrieving it into my symfony2 with json, rest, or any other utility?
What I want to accomplish here is to use SonataAdminBundle to show into my main page all that statistics I mentioned above, to have an all-in-one system to manage my webpage data such as users, posts, votes, comments, statistics, etc

PHP User-statistic Software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a good PHP User-statistic Software, all I can find are outdated (I have to add things like Win8 manually) or have not enough Informations.
I want the know things like: normal time Statistic, Country, Language, Bots, Refer, Seen Pages, etc.
Hope someone can give me a tip.
Maybe this:
http://www.haveamint.com/ - not free
http://piwik.org/ - free

PHP Based Project Management Application (Scrum/Agile) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've been fiddling with Redmine in the past few days and not 100% happy with the way it organises tasks etc.
I need a open source PHP based solution that is like Redmine or even VersionOne to assist our small team of 3 developers with project management.
We basically use Scrum, and would love to be able to create projects, break them down into user stories, and then further break stories down into tasks.
We typically use also size tasks and user stories using the PERT analysis formula.
For open source Scrum tools information (list of tools, reviews), you should look at http://www.opensourcescrum.com/
You could try The Bug Genie. It's not been specifically designed for Scrum, but does support Agile development.
the-scrum was a PHP based solution

Categories