This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Ad-free egghelp.org

Old posts that have not been replied to for several years.
Locked
User avatar
slennox
Owner
Posts: 593
Joined: Sat Sep 22, 2001 8:00 pm
Contact:

Ad-free egghelp.org

Post by slennox »

I'm thinking of introducing an ad-free version of egghelp.org for those who have an aversion to ads and popups.

How it would work:
- You would purchase a number of ad-free page views, say 10,000 for $5 (no price is set yet).
- You access egghelp.org via a special link, e.g. "www.egghelp.org/adfree?=yourspecialcode", which you'd put in your bookmarks/favourites.
- A cookie would be set in your browser and no ads would be displayed for the number of page views you have purchased.

Codes would be given free to significant contributors to the eggdrop community and this forum.

Timeframe: maybe a month, since I'd need to learn some php to implement this.

Of course, since this is a tech-savvy audience I suspect some people are already running ad blockers. In any case, what do people think?
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

I think this is a good idea... as long as the price is reasonable.

Wcc
g
guppy
eggdrop engineer
Posts: 199
Joined: Mon Sep 24, 2001 8:00 pm
Location: Canada
Contact:

Post by guppy »

Where are you going to find "significant contributors to the eggdrop community" around here? Bunch of lazy ass eggdrop coders if you ask me!

Jeff :P~
W
Wcc
Master
Posts: 278
Joined: Sun Oct 28, 2001 8:00 pm
Location: USA
Contact:

Post by Wcc »

haha
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

I'm not apposed to the ads, as long as they don't make reading a post a hassle. Hey, servers don't pay for themselves! :)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

At one time I hated all ads, but that has changed.

So long as they are consistantly placed upon a site, and they don't appear in whole scrren amounts, I am not bothered.

The standard possition, is at the top of the page (as on egghelp.org). Many other like smaller logo sized banners, which allow them to be placed anywhere on a page whilst remaining non-obtrusive. Others again are portrait and sit either on the left or right, mainly on the top of a page.

So long as they don't pop out, and span 50 CPU & memory crunching mini-windows, that take the CPU allmost 2 times longer to close, then they did to open, nor they don't use flash, that desides to cover the text you just started reading.
t
tainted
Master
Posts: 239
Joined: Sun May 12, 2002 8:00 pm
Location: chicago
Contact:

Post by tainted »

Amen.
c
cyt0plas

I'll help.

Post by cyt0plas »

I'm one of the older contributors, back when raeky's cookie op script was actually available.

Anyhow, if you are interested in doing this, I'd be glad to help. As a matter of fact, I implemented it using the PayPal IPN (instant payment notification) for http://corecodec.com (it's no longer functional - we are now a fully commercialy site).

It's actually not that hard. Run a mysql_connect, a mysql_qery (select * from users where id=[id]), see how many views are left, and use php sessions to keep track. That way, you can avoid hammering the DB, and just use a simple update query without selects after the first page.

as for hiding the ads,

Code: Select all

<?php if (!$adsoff)
  echo ('your ad code here');
?>
will get the job done
User avatar
GodOfSuicide
Master
Posts: 463
Joined: Mon Jun 17, 2002 8:00 pm
Location: Austria

Post by GodOfSuicide »

hmm, as long as the free version stays it's no problem...
Locked