Ad management system in PHP? [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 7 years ago.
Improve this question
I have created a website in PHP, now I want to add ad support there. Clients request for ads at some fixed locations in the website, they provide there ad in a fixed size.
I am looking for a CMS or Script which is able to manage ads, as per the ad area in the site. It should be able to manage that if an ad needs to be run for 10 days then that ad will be displayed there for 10 days and after that it will randomly pick the ads for that particular area.
Do anyone know any such CMS which offers such kind of facility, open-source CMS will be better but if there is any paid CMS for such functionality, then that's fine.
Please help, Thanks!

I recommend OpenX
Could be used community hosted or as an open source software on your server.

I am going with http://www.clippersoft.net/ this software. Thanks!

As far as I know wordpress offers a very good ads plugins. I suggest you to check it out :)

Related

How to setup a simple API key for use with a Wordpress plugin [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 4 years ago.
Improve this question
I am currently writing a payment gateway integration for wordpress (simple redirect) and once finished I would like to list it for sale online for others to use.
The plugin will be listed in the wordpress extensions, and there will be a free version with all the basic functionality. The pro (paid) version will have further customisation to page styling etc.
So - I would like people to pay on a website for an API key for the pro version, and simply enable that functionality on their plugin by entering the key...
Can someone point me in the right direction as to where to start?
Is there an open source framework for this already available?
Do I learn RESTful/SOAP?
Any help would be greatly appreciated - thanks!
If you're open to a 3rd Party solution, check out http://3scale.net. It will take care of letting you create a white-label page to assign/manage API keys, and let you set up metering too, if you'd like. I've used their Scala library with great success, but there is also a PHP library they provide that will do the trick for you.
https://github.com/3scale/3scale_ws_api_for_php/tree/master

Opensource Chat Application? [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 9 months ago.
Improve this question
I have a prosperity application written in-house in PHP for collaboration (Basecamp knock off). We're looking for a way to add IM chat (facebook or gmail style chat), is there a opensource solution we could use with great documentation and a easy to use API?
Platform:
Linux, PHP 5, MySQL, SmartyPHP and Zend Framework.
Maybe you could use Chris Coyier's Chat Room.
http://css-tricks.com/chat2/
Another might be Ajax IM
http://ajaxim.com/
Search for Jabber. It's an open standard based IM protocol. There are several open source implementations which you can use. Also, there are several PHP Client API's which you probably can suit to your needs.

PHP open source script for a specific website [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
Does anyone of you ever heard about a PHP open source solution that would have these features:
Users login/registration (ideally connect via Facebook)
Upload photos: users can upload photos and exchange them with administrators.
No photo will be shown publicly (only to users and admin)
Rich backend administration with different roles and views on the users and their uploaded photos.
Cheers,
Nicolas.
http://gallery.menalto.com
but it is not a programming question by any means
I think you should go for award-winning Joomla, it has thousands of plugins for photos, user handling and more, has great admin panel as well.
In my oppinion Joomla offers nearly all of those features, excepta good photo gallery, but there's "phoca gallery", with is a very good addon and also open source afaik.
I use it on several pages, it works very fine and has a very userfriendly backend (helped me a lot at the beginning)
Without finding exactly what I am looking for, I guess I just have to start everything from scratch, using a PHP framework (I'm gonna use cakePHP because of its large community).
Thanks everyone,
Nicolas

SEO Score Script? [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 looking for a PHP script that can:
Be downloaded and installed on my website
Give my site or any other entered url a SEO score
Suggest improvements for the entered site
Is there somethiing open-source available that does this? Maybe even a paid service that allows me to call a web service from my site?
Hardly as a script. Doing the kind of checks you talk about requires constant development and updating. I doubt anybody is going to hand out this kind of script for free. As for web services, you could ask the big "SEO checkers" whether they offer any licensing options.
Speaking of open source, there is a seo plugin for Wordpress "WordPress SEO by Yoast"
http://wordpress.org/extend/plugins/wordpress-seo/
there are two files class-metabox.php and TextStatistics.php which together score text, check for h2 tags, count keyword frequency and density, and a few other simple things. Best way to see it to install the plugin and play with it a little.
However you need to carve out the code yourself to make it work for you.
Sorry, there's no such script out there or open source. One of the reasons you won't find such script is that there's no money to be made from it. That said, some SEO companies have in-house tools built by their developers or custom built based on their specific requirements.
So, think about getting a developer to build one for you - it shouldn't take much to get one running.

Opensource CMS that allows defining editable regions [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 looking for an opensource lightweight CMS for those situations where you would like to be able to set up a web site with some editable content regions, but don’t want to have to install a full-blown CMS or try to hack a blogging system in order to do the job. Something similar to Perch or Cushy CMS, but free and opensource ofcourse.
Thanks
Have you tried having a look at concrete CMS.
Has editable regions and is fairly easy to use.
http://www.concrete5.org/
Check out http://php.opensourcecms.com/ they have a lot of CMSs (all opensource), they all have demos or links to demos. Check out the lite categories and you should be able to find what you want.

Categories