Ad-Seller

by Philo01

Show:

SportTipsWorldsays

Purchased

1, purchased. 2, tried registering at your forum, no luck. Still waiting for confirmation email. Checked spam, also asked for confirmation to be sent again.

3, paypal sandbox is utter pants huh ! 4, because we cannot verify payment we cannot get ads to display unless we cheat, as the callback functionality doesnt send the adverts live until we verify payment, which we cannot do, due to paypal issues.

5, this product is BEGGING to be incorporated within webpage, iframe method is so ie4 its unreal. So give us an idea as to integrating our own footers and headers.

We tried, but soon as core file opens it resets page.

Great product, but does need perseverance after the initial euphoric glee of easy setup. It does get harder to implement coherently and logically, within a site

Posted 2 months ago

SportTipsWorldsays

Purchased

Ok we now have this fully integrated. Works like a charm.

Feature Requests:

1. create the necessary php on “ad code” aswell as js inc. We prefer the php version. 2. uploadable advert types to act as dummy adverts when ads are out of rotation. 3. css sorted so that “list-style-type: none;” is included to get rid of bullet points. Also title and alt text for new advertisers.

Oh and deffo STATS , on admin backend for click thrus etc

Great script none the less, shame the forum isnt accepting new registrations. So here we post ;)

Posted 2 months ago
Author

Philo01 Philo01replied

Dear SportTipsWorld,

Thanks for purchasing

I have manually activated your account, don’t know what the problem is. When you include the ads in your website, using PHP or JS, you can style them using CSS . There is a solution to include the ads using PHP , you can find it here

Sorry for the inconvenience.

Kind regards,

Philo

Posted 2 months ago

FlashingUsays

Purchased

I don’t have v2, but I recently purchased v1. 1. There is no file called config.php which is required to run an install. There is only a config_default.php file.

Since there is no designated install folder, to which of the files TITLED install, (located within a few folders) is the one to create a path to?

Posted 2 months ago

FlashingUsays

Purchased

How do I get the UPDATED VERSION ASAP ?

Posted 2 months ago
Author

Philo01 Philo01replied

Just download it again from codecanyon.

Posted 2 months ago

FlashingUsays

Purchased

Must be a pain… I’ve re-downloaded. There still is no file called Config.php. Only the Config_default.php. Quick question- what triggers your update. Simply the placement within the controller folder or something else?

Admittedly, I’m relatively new to the use of PHP but using it long enough to know how to get out of it what I need.

Posted 2 months ago

FlashingUsays

Purchased

FACTS : Here what I’m initially getting:

Installation Complete

Ad Seller has been installed!

Please REMOVE / RENAME application/controllers/installer.php for security reasons!

However, when I go to view the index page, here’s what I get:

The configuration file config.php does not exist.

NOTE : Yes, I’ve exchanged the old installer with the update that was in the Controller folder. The promise of this app is so great, maybe I’m a little to anxious and am missing a small detail… but for sure, there is no Cofig.php file.

Posted 2 months ago
Author

Philo01 Philo01replied

Please read the documentation included in your download. It has an install and upgrade PDF . You have to rename the files and remove _default from the filname.

I’m currently out of office and I am not able to provide full support. Sorry for the inconvience

Posted 2 months ago

FlashingUsays

Purchased

PS, I would like to use this Product, as of LAST YEAR . Thanks for any prompt help you can give.

Posted 2 months ago

Jesther33says

Purchased

I can’t install this script!

I have followed the instructions to the letter and uploaded 3 times now.

The error I am getting is 404 not found (ad_seller/index.php). This has to be the path of the base_url ??

I uploaded twice in www.mydomain.com/folder/ad_seller but now have uploaded to root ie www.mydomain.com/adseller

I have tried altering the paths in config.php but no joy.

Please help!

Posted 2 months ago

jin5151says

Purchased
Try changing
 $config['index_page'] = "index.php"; 

to

$config['index_page'] = "index.php?";

This help me fix my issue, I also used

$config['uri_protocol']    = "REQUEST_URI";

instead of

$config['uri_protocol']    = "AUTO";

Hope that helps.

Posted 2 months ago

Jesther33says

Purchased

Thanks Jin for your suggestion.

However, I managed to get it sorted! – I needed to assign php5 on my server. Simple really, but ever so frustrating.

Hope this helps someone else.

Btw – the script looks good too – Nice one Philo! :)

Posted 2 months ago

FlashingUsays

Purchased

I’ve done everything correctly. Requesting Customer Service, by way of review. The fact that others are correcting the placement of your code tells me this problem can be fixed or that other thinks its fixable… jin5151 solution didn’t work for me but maybe there’s so other change up that I’m missing. Please look, then fix:

1. At: application/config/config_default.php ...Changed it to: config.php

2. application/config/config.php CHANGE MADE WITHIN THIS DOC =

changed CodeIgniter root to: $config[‘base_url’] = ”/$config[‘base_url’] = ”/http://www.uQQn.com/4/Forum/NewFolderNameOf File/application/index.html/”;/”;

At: application/config/database_default.php ...Changed it to: database.php

Within: (Fictitious/Example of My Setup) application/config/database.php / $active_group = “default”; $active_record = TRUE ;

$db‘default’ = “localhost”; $db‘default’ = “uqqnexample_SyndAds”; $db‘default’ = “AdSellersPassWORDeX”; $db‘default’ = “uqqnexample_AdSeller”; $db‘default’ = “mysql”; $db‘default’ = “uqqnexample_”; $db‘default’ = TRUE ; $db‘default’ = TRUE ; $db‘default’ = FALSE ; $db‘default’ = ””; $db‘default’ = “utf8”; $db‘default’ = “utf8_general_ci”;

/ End of file database.php / / Location: ./system/application/config/database.php */

...end.

jin5151 SAYS : Try changing $config[‘index_page’] = “index.php”; to $config[‘index_page’] = “index.php?”;

This help me fix my issue, I also used $config[‘uri_protocol’] = “REQUEST_URI”;

instead of $config[‘uri_protocol’] = “AUTO”; Hope that helps.

Posted 2 months ago
Author

Philo01 Philo01replied

I’m not sure what you are doing but you set the base url like this:

$config[‘base_url’] = “http://www.yourdomain.com/ad_seller/”;

You can leave the other config option’s as they are…

Posted 2 months ago

FlashingUsays

Purchased

BTW … Flashing you only means that we use FLASH . No Perv stuff.

Posted 2 months ago

jomarksays

Purchased

The adseller link used to work fine of my site but recently this error comes out;

failed to open stream

What could possibly be the reason as the links on my other sites are working just fine.

Posted 2 months ago
Author

Philo01 Philo01replied

Due the restrictions of ajax it will not load the remote pages. Use PHP to load your ads instead of jQuery. See this topic for more information on how to do that.

Sorry for the inconvenience.

Kind regards,

Philo

Posted 2 months ago
Purchased

Default-user jomarkreplied

I am using the php code.

Posted 1 month ago

Stefan67says

Philo, I’m really interested to purchase this script and have a few question …

If I set an image size to 125×125 … Will the script resize if user try to upload a large/huge image ?

Can users/advertisers see stats like impressions and clicks for their ads? If, can admin turn this on/off ? A slow site might not want to show stats ;-)

Does it support PayPal subscriptions, and if not, is this something you plan to add in a near future ?

Posted 2 months ago
Author

Philo01 Philo01replied

Hey Stefan,

Ad-Seller won’t resize the image, the users has to provide a image that is the exact size.

Impressions and clicks are not tracked.

Ad-Seller does not support PayPal subscriptions. At the moment I have no time providing updates with new features.

If you have anymore questions, please feel free to ask.

Kind regards,

Philo

Posted 2 months ago

mandrake62says

Hi Phil001,

I am also interested in buying your script. However, I am not a professional coding, so I wanted to know if the script is simple to install and operate. Finally, this script is it customizable in French? Thank you for your reply. Regards.

Posted 28 days ago

mawardi86says

Purchased

Can this integrated with wordpress?

Posted 10 days ago

FlashingUsays

Purchased

WOW … I’m glad I hung in there and stayed with this program of yours. It works like a charm. I realized that, my initial problem(s) were due to me attempting to install this program based on assuming what had to be done… when I actually followed the DIRECTIONS —-BOOM, everything worked as advertised.

I have more expensive similar programs that don’t work with the same ease of use. This is Chancz of uQQn and all I can say is WOW , great program. By the fifteenth of September, this program with be in full use on our sight. EASY • EFFECTIVE • and INEXPENSIVE too.

Posted 4 days ago
Author

Philo01 Philo01replied

Thanks! :)

Posted 4 days ago

FlashingUsays

Purchased

It works ‘GREAT’ with my php pages… is there a simple way to get it to work with my html pages.

Posted 3 days ago
Author

Philo01 Philo01replied

You can use JavaScript or just rename you file from .html to .php

Posted 3 days ago

FlashingUsays

Purchased

So I can simply place everything in the same location, between and it should show up.

Hey, one other thing… about ‘TEMPLATES’ I can’t find the location in the manual that shows me how to use the template(s)... Thanks again!

Posted 3 days ago

$17

Prepaid customers
pay just $15 - how? Prepay Your Account With our deposit system not only will purchasing be much faster, but we’ll also take $2 off the price! Click Here to Deposit Price

You must sign in or sign up to purchase this item.

12345 ( 49 ratings )

Purchase 172 purchases

File Types Included
PHP
Item Attributes
Created 2 November 09
PHP Version 5.x
MySQL Version 5.x
Compatible Browsers FireFox 2, FireFox 3, IE6, IE7, IE8, Safari
PHP Files Included PHP
PHP Framework CodeIgniter