recommend a PHP script to create XML sitemap? (crawl/scrape method) [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'm happy to write my own but if there's a really nice PHP script out there that i can just run on a cron and exclude directories then i'd love to hear about it!
I'd prefer to use a scraper/crawler type script than write the XML from the database....

http://code.google.com/p/sitemap-generators/wiki/SitemapGenerators
As far as the database interaction, you can adapt one of the above.

Related

How can I view the raw PHP engine? [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'm interested in "looking under the hood" of PHP to see just how it works.
I have Apache and have been programing using PHP for years, but I'd like to see what makes it tick.
You can see the source on github:
https://github.com/php/php-src
(BTW: Google is very helpful)

Code that generates magento module structure [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
Can anyone indicate me an php code that generates the magento module structure, in 2012 I found this kind of code but now I was not able to remember where I found it.
Thanks in advance!
Here is the code:
http://www.techflirt.com/how-to-createn-custom-magento-module-step-by-step-tutorial/
for someone this could be helpfull..

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?

Is there Ehcache for 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 9 years ago.
Improve this question
I am looking for caching solutions for php, so I was wondering if is there something like good and scalable as Ehcache, but for PHP?
Thanks
PHP official caching method is memcached or check it on php.net or try fastcache

Is there php written 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 9 years ago.
Improve this question
I found that almost language are written in itself, sometimes to just prove it can be done. So is there php interpreter/compiler written in php? I search google but didn't find anything.
PHPPHP by ircmaxell
<?php // ?>

Categories