Which PHP OpenID server/provider library do you recommend? [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am just wondering what PHP OpenID server (some here http://wiki.openid.net/w/page/12995226/Run-your-own-identity-server) you all would recommend from your experiences? Any that I should definitely avoid etc?
Im using a XAMPP setup, and looking for something fairly easy to implement, it doesn't have to be extremely robust or anything, just something fairly simple that will support multiple user registrations (with passwords - I think the Janrain php openID server implementation doesnt support passwords as far as I know)
Many thanks!

I wonder whether the answer is none -- there was this thread on Quora abut the problems with OpenID and the lack of a good server was one of them.

LightOpenID now includes a server as well.
But after playing with it, it is definitely alpha. It is just difficult to sort out what the basic model is, even with the two examples.
Now trying Zend Open ID Provider Classes.

Related

PHP vs Python For Web Crawler [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
i am planning to make web crawler which can crawl 200+ domain, which of the language will be suitable for it. I am quite familiar with PHP but an amateur at Python.
I have built crawlers in both languages. While I personally find it easy to make a crawler in python because of huge number of freely available libraries for html parsing, I would recommend that you go with the language you are most comfortable with. Build a well designed and efficient crawler in a language you know well and you will get even better at that language. There is no feature which can not be implemented in either of the two languages so just make a decision and start working.
Good luck.
You could just try both. Make one in php and one in python. It'll help you learn the language even if you're experienced. Never say no to opportunities to practice.

Working CakePHP Webhost [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I recently tried using 000webhost.com as they are free and offer MySQL and PHP. But uploading a cakephp project, results in a 404 error. This is because they don't support mod_rewrite. I would prefer a free webhost, but I am willing to pay too. Does anyone know of a webhost that works with cakephp?
You can turn mod_rewrite off in CakePHP.
Every host that I have used supports mod_rewrite. It is pretty standard, really. If in doubt, email sales and ask before signing up to something. But really, any paid web host should do.
Use HostGator. It costs a penny
As your question already defines, you just need a webhost that supports Apache (PHP) an MySQL.
Search a host that fits to your requirements, and check Google for good companies.
If you want to make sure they support mod_rewrite you can always contact them,
so you have directly and idea of how good their support is.

Where can I find tutorials on Facebook's XHP extension for PHP? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm very interested in the Facebooks php extension xhp (http://github.com/facebook/xhp/wiki), but I didn't use it so far.
I was wondering if anyone can share personal experience with xhp and point me into direction where I can find tutorials about it (wiki on github is very poor).
Thanks everyone.
Here you go :)
Installing, Configuring, and Using the XHP PHP Extension by Facebook
php.net provides a pretty good all-around tutorial on compiling PECL-style extensions. This is how you'll install xhp.
In my experience, it's really a joy to use. And the safety net that is XHP's automatic, context-aware escaping is a real aspirin-saver.
That said, you can incur pretty hefty penalties for using XHP. Personally, I wouldn't touch it without APC or the like installed. See Lerdorf's anecdote on the topic of performance.
Overall, if you have the time, I'd definitely recommend trying it out. Only data will tell you if it's right for your site, though. And, as always, Google is your friend.
Here is some good information on XHP by a Facebook Engineer.

I need a free php bug tracker [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I need a free bug tracker for my small project. I need keep track of bug, todo list and test case. Any suggestion?
Check out mantis http://www.mantisbt.org/
If it's a small project, though, you might want to think about using something with less overhead than a PHP-based system. Are you the only person working on it? A whiteboard and post-it notes might be less upkeep and could ultimately save you time and energy that would be better spent on the project itself.
Redmine is coded in Ruby, but if you can install it, I would highly recommend it.
If you are the only user checkout Task Coach: http://www.taskcoach.org/
It is very easy to use, and works great. Runs on all OS's
Check this, it contains a seeding server included is tested:
http://www.binpress.com/app/phptracker/177
How about CandyCane which is port of Redmine into CakePHP.
I wish it can meet your expectation.
https://github.com/yandod/candycane
Try flyspray: http://www.flyspray.org/
Simple, specific, fast.

asp to php translator [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am looking for some asp to php translator.
I tried http://www.design215.com/toolbox/translator/ it is totally buggy.
please suggest me good think.
Thanks in advance.
There is no commercially available or open source product that will turn classic ASP pages into PHP.
I've heard of companies rolling their own ASP to PHP compiler internally, but it always relies on keeping yourself to a particular subset of each language and/or external features (PHP Extensions, ASP Components, etc.)
You will not find what you're looking for.
This is something else that I found:
http://asp2php.naken.cc/docs.php
Haven't tried it out. But translation is probably not a very robust solution.

Categories