Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 12-26-2006, 12:17 PM   #1
emjay
Confirmed User
 
emjay's Avatar
 
Join Date: Dec 2004
Location: Back in Blighty
Posts: 4,277
Anyone using CCBILL 900 processing? Step inside...

Note that 900 Billing works in the US only, and is practically the only pay-per-call market that has chargebacks associated with it.

For the rest of the word, use www.password-by-phone.com

Surfers worldwide buy a block of time at your sites using their landline or cell.

Realtime stats : http://www.password-by-phone.com/realstats.php

As you can see, payouts vary from $0.50 to $10 per password sold. How much access time you give is up to you.

Here is a paysite that uses us http://www.uk-bukkake.com/join.html
(the small white payment button is geo-ip in 37 languages)

Furthermore, we can create at no charge an international version of your site(s) using http://www.webpinaccess.com/?layout=blank for you and your affiliates to promote (select Brasil, Russia, India & China etc. to see what a surfer from those countries will automativally see)

Testimonials : http://www.password-by-phone.com/testimonials.php

Factored, chargeback-free payment every two weeks by check, wire or epassporte, with no miniumums (or maximums!)

Sign up here : http://www.password-by-phone.com/signup.php

Healthy and wealthy '07 to all

__________________
I Run 500+ WhatsApp Groups. The Zuck Owns Me
www.emjayconsultancy.com
emjay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-26-2006, 12:19 PM   #2
Dirty F
Too lazy to set a custom title
 
Dirty F's Avatar
 
Industry Role:
Join Date: Jul 2001
Posts: 59,204
I'm interested and will sign up.
Dirty F is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-31-2006, 02:19 PM   #3
emjay
Confirmed User
 
emjay's Avatar
 
Join Date: Dec 2004
Location: Back in Blighty
Posts: 4,277
Quote:
Originally Posted by Dirty Franck View Post
I'm interested and will sign up.
Excellent, I look forward to working with you, all health and wealth in '07
__________________
I Run 500+ WhatsApp Groups. The Zuck Owns Me
www.emjayconsultancy.com
emjay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 12-31-2006, 02:22 PM   #4
bizarredollars
Confirmed User
 
Join Date: Mar 2006
Location: bizarredollars.com
Posts: 1,582
PasswordByPhone is cool... it does make money, but I wish we would get paid for minute/second rather than per call... I am sure there are lots of unfinished calls we do not get credit for.
__________________

[email protected]
icq: 205-252-550
bizarredollars is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-06-2007, 01:57 PM   #5
emjay
Confirmed User
 
emjay's Avatar
 
Join Date: Dec 2004
Location: Back in Blighty
Posts: 4,277
Quote:
Originally Posted by bizarredollars View Post
PasswordByPhone is cool... it does make money, but I wish we would get paid for minute/second rather than per call... I am sure there are lots of unfinished calls we do not get credit for.
Yeah, the trouble is we can not pay for hangups before the order is complete since there is no way to reconcile the call to the order until complete (otherwise, we would need different premium numbers for each client).

From our FAQ:

There are about 2 to 3 percent of callers who hang up during the first 30 to 60 seconds. Once the caller remains over 60 seconds on the phone he will want to listen to the password. After all, this is the reason why the caller is calling and therefore will stay the full duration on the phone. We included the very few "30 second hang ups" into our calculation and will pay for every password of the duration of 6 minutes instead of the 5 minutes 30 seconds. This means we pay for 30 seconds more than the actual holding time and this covers generously the few "30 second hang ups" you may have.
__________________
I Run 500+ WhatsApp Groups. The Zuck Owns Me
www.emjayconsultancy.com
emjay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-22-2007, 05:21 AM   #6
emjay
Confirmed User
 
emjay's Avatar
 
Join Date: Dec 2004
Location: Back in Blighty
Posts: 4,277
New : Getting started section : http://www.password-by-phone.com/gettingstarted.php

Implementing Phone Billing solution for your websites is very easy, simply follow the next 10 steps and you will be charging customers all over the world almost instantaneously.

The following instructions apply for any website using any other billing system with .htaccess and .htpasswd as authentication methods on a php enabled environment. If you are managing users through mysql database or mssql under asp environment, or perl or using any other programming language you will need to resource to different instructions set or contact our Tech Support department directly.

1) Login through FTP (or SCP) to your website.

2) Find your content folder and look for a file named .htaccess (some programs require you to enter a command to view hidden files, please resource to your software help archive for this).

3) Open .htaccess file in a text editor and look for a line similar to:
AuthUserFile /home/user/somefolder/.htpasswd

The above directive points to the file which will store all usernames and passwords encrypted. You'll need to copy that file location as you'll need it for the setuser.php script for phone billing.

4) Create a new directory wherever you want that is accessible through the web, like: http://www.yourdomain.com/pbp/. Inside of it, please upload this script:

http://password-by-phone.com/scripts/setuser.php


The line $Hosts_allowed=array('213.189.25.132','213.189.25. 133','213.189.25.134','213 .189.25.135','213.189.25.136','213.189.25.140'); holds all the allowed IP addresses. To test the script manually, you'll need to add your internet IP address to this line. To find out your internet IP address you may simply go to www.whatismyip.org

5) Now in the encryption method you can just comment or uncomment as needed. Our best advice if you are not sure what this is, is to use md5 as a encryption method as that one is most standard among different setups.

6) Now find line:

$passwdFile="/tmp/.htpasswd";

And change /tmp/.htpasswd to your file location above at AuthUserFile directive.

$passwdFile="/home/user/somefolder/.htpasswd";

7) Now simply load the url: http://www.domain.com/pbp/setuser.ph... somepassword

This should give you an OK message and add the user to your allowed member area. If you get an error, you might have some permission settings wrong on your server, for this, contact your webhost or tech support.

8) Use the same username and password as above and try to login to your member area, if all went well with the user addition, you will be able to login there.

9) Now execute this url: http://www.domain.com/pbp/setuser.ph...d=somepassword

This should remove the new user from your allowed access users.

10) Clean your IP from the setuser.php file and email me your:

* script location
* member area URL
* and your pbp-id


and we will setup and configure a package for you and send you all the information you need to finalize the setup of our billing system on your paysites.

We suggest that you use our geo-ip payment buttons on your joinpages, and send traffic from non-cc countries straight to your own international page using http://www.webpinaccess.com/?layout=blank, thus taking your brand global with new revenue stream as well.

Email me any custom graphics, logo or any other type of creatives you wish to use and we will create a customize landing page as the one above for you.
__________________
I Run 500+ WhatsApp Groups. The Zuck Owns Me
www.emjayconsultancy.com
emjay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-22-2007, 07:46 AM   #7
Barefootsies
Choice is an Illusion
 
Barefootsies's Avatar
 
Industry Role:
Join Date: Feb 2005
Location: Land of Obama
Posts: 42,635
Nice work sire.

__________________
Should You Email Your Members?

Link1 | Link2 | Link3

Enough Said.

"Would you rather live like a king for a year or like a prince forever?"
Barefootsies is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 05-14-2007, 12:38 AM   #8
emjay
Confirmed User
 
emjay's Avatar
 
Join Date: Dec 2004
Location: Back in Blighty
Posts: 4,277
Hot off the press : http://www.xbiz.com/article_piece.php?cat=47&id=23007
__________________
I Run 500+ WhatsApp Groups. The Zuck Owns Me
www.emjayconsultancy.com
emjay is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.