GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   5 Page Affiliate Web Site in 2 Minutes. (https://gfy.com/showthread.php?t=1017601)

jollyhumper 04-08-2011 03:15 PM

Hi

Like what I see, have some unused domains this can be tested on, but;

when I try to enter my Webcams.com Affiliate ID: it denies me to write my full affiliate-ID.
It seems like your script allows only 10chars in the Webcams.com Affiliate ID, my ID is 11chars long.... :(

Anyway, looks good.
Thx

J:)lly

AdultKing 04-08-2011 07:33 PM

Quote:

Originally Posted by Tempest (Post 18043208)
This would be awesome.. Except that it throws out a couple hundred errors on my dev system because of unintialized variables etc. Given that, I suspect there's going to be more serious security type issues, along with the doc root having to be writable.

Should have mentioned it requires ioncube as well.

If you would like to show me these so called errors, then please do.

The script requires no more permissions to the directories than it resides in than any other script. If you can find a security issues, then please let us know.

AdultKing 04-08-2011 07:36 PM

Quote:

Originally Posted by icymelon (Post 18043231)
pretty nice looking page it generates. Can you customize it? A million pages that have similar code is going to look like duplicate content to the spiders.

Thanks, there are nine (3x3) combinations of menu bar and background color style in this version.

Next version we will be adding a dozen more combinations.

AdultKing 04-08-2011 07:38 PM

Quote:

Originally Posted by jollyhumper (Post 18043247)
Hi

Like what I see, have some unused domains this can be tested on, but;

when I try to enter my Webcams.com Affiliate ID: it denies me to write my full affiliate-ID.
It seems like your script allows only 10chars in the Webcams.com Affiliate ID, my ID is 11chars long.... :(

Anyway, looks good.
Thx

J:)lly


A temporary fix for this , which we have already been told about, is to edit the file "includes/config.php" with a text editor and replace the webcams id in there with yours.

We have a couple of fixes for other tiny issues prepared and will be releasing it later today.

Tempest 04-08-2011 07:49 PM

Quote:

Originally Posted by AdultKing (Post 18043584)
If you would like to show me these so called errors, then please do.

Put these two lines at the start of your script when you're working on it.

ini_set('display_errors', 1);
error_reporting(E_ALL);

Quote:

Originally Posted by AdultKing (Post 18043584)
The script requires no more permissions to the directories than it resides in than any other script.

I've never known any good host to have the doc root set to be writable by everyone. Any script that requires that is just asking to be abused.

AdultKing 04-08-2011 08:01 PM

Tempest, I've just realised who you are, remember that little old irc channel back around 10 years ago ?

Yes, if you turn on error reporting ALL on php it will produce warnings with MOST scripts. The thing is, people don't do that in production environments. Warnings are not errors. As for ioncube, fantastic little system, you should try it, ioncube is used by many scripts.


Wordpress writes to doc root when you edit your permalinks, it modifies the .htaccess file. I think you need to tell them about that.

Tempest 04-08-2011 08:18 PM

Quote:

Originally Posted by AdultKing (Post 18043606)
Tempest, I've just realised who you are, remember that little old irc channel back around 10 years ago ?

Yes, if you turn on error reporting ALL on php it will produce warnings with MOST scripts. The thing is, people don't do that in production environments. Warnings are not errors. As for ioncube, fantastic little system, you should try it, ioncube is used by many scripts.


Wordpress writes to doc root when you edit your permalinks, it modifies the .htaccess file. I think you need to tell them about that.

Don't know who you think I am but I seriously doubt you're right.

Real programmers turn that on in production environments and write code that doesn't rely on how forgiving PHP is. "Most" scripts are written by people that have taught themselves PHP and so they're lazy. I've looked at the source code for a lot of the scripts available around here and they're all filled with holes. And that includes some of the most popular ones. It's no wonder people get their servers hacked all the time.

Yes... wordpress needs to write to the htaccess, NOT the entire doc root.

Regardless.. Good luck with your script.

AdultKing 04-08-2011 08:24 PM

Tempest, alot of those so called errors only appear the very first time the script is run as it sets itself up. There are reasons things have been done this way. There are no security issues with the script, however given what you have said we are going to include instructions on our web site on how to lock it down after installation.

You see, once the web site is first created by the script, it never needs to be accessible from the web ever again, only from the cron job. The script produces pure static html pages, good luck hacking those.

OnanistsCash 04-08-2011 09:02 PM

Great idea :) Email sent, we can hook it up in minutes :)

AdultKing 04-08-2011 09:54 PM

Quote:

Originally Posted by OnanistsCash (Post 18043653)
Great idea :) Email sent, we can hook it up in minutes :)

Email received, we look forward to working with you. :thumbsup

AdultKing 04-08-2011 10:10 PM

50 new additions to a script! Well, not that many but a few....

In the next couple of days we are updating the script with;

Fixes

*Correct length of webcams.com affiliate id.
*Improved error handling of feeder.
*Minor HTML fixes.

Features

*Now supporting Google Analytics

In the next 7 days, we will issue another release to include some new sponsors.

All upgrades to the script do not affect your current installation, configuration changes require additional information to be added to the configuration file, full details on how to do this will be included on the www.buckseasy.com website.

plsureking 04-09-2011 02:11 AM

Quote:

Originally Posted by AdultKing (Post 18042833)
Of course I am going to have my own sponsor links on my own website!!! Do you expect your sponsor links to be on a demo website, that you haven't installed and don't own ?

For an installed copy of the script, all outbound links go to your sponsor unless the 5% skim is in effect.

lol thanks for the follow-up.

bump for you. i will recommend this to a couple guys i know who are trying to get started in porn.

.

plsureking 04-09-2011 02:19 AM

hey one thing u might want to add is the option to add sponsors on the fly. i think you overthought the sponsor tracking part. just allow it to accept a full click-thru url instead of a sponsor id and an rss feed of galleries. if it fails, then they can't use that sponsor. there are thousands to choose from.

my reason -- your script will only be useful if users can niche it out the way they want. a generic tgp is not sticky. a nylons - or leather - or dp - tgp gets targeted traffic, high converting clicks, and return traffic.

the cam and blog etc pages are cool. i would say just don't overthink tgps. they are a 15-year old platform. the thinking has been done.

AdultKing 04-09-2011 02:36 AM

Quote:

Originally Posted by plsureking (Post 18043889)
hey one thing u might want to add is the option to add sponsors on the fly. i think you overthought the sponsor tracking part. just allow it to accept a full click-thru url instead of a sponsor id and an rss feed of galleries. if it fails, then they can't use that sponsor. there are thousands to choose from.

my reason -- your script will only be useful if users can niche it out the way they want. a generic tgp is not sticky. a nylons - or leather - or dp - tgp gets targeted traffic, high converting clicks, and return traffic.

the cam and blog etc pages are cool. i would say just don't overthink tgps. they are a 15-year old platform. the thinking has been done.

The sponsors and the way they are clicked is deliberately limited by the script, to those sponsors who provide the correct kind of feeds for us to use. The reasons for this will become clear as we introduce new features into the script from our roadmap.

If a sponsor, that was supported by the script disappears or becomes defunct, then clicks will redirect automatically to fallback sponsors, being the others supported by the script.

The next major release includes a number of additional sponsors and we are working with other sponsors to get their feeds right for the script to use in future versions.

Niches are being introduced, however didn't make it into Version 1, sponsor galleries are also being introduced in future versions.

Version 1 of this script was merely an introduction, we will be adding plenty of features, but keeping it very simple, in future versions.

Seth Manson 04-09-2011 05:32 AM

Would be great if i could add my own iframe and my little messenger pop-up window and a popunder script to this

czarina 04-09-2011 05:42 AM

nice stuff

AdultKing 04-09-2011 06:10 AM

Quote:

Originally Posted by Seth Manson (Post 18044083)
Would be great if i could add my own iframe and my little messenger pop-up window and a popunder script to this

You can add Google analytics and header scripts to the next release.

Where would you like to put an iframe ? Not sure I follow that one.

AdultKing 04-09-2011 06:10 AM

Quote:

Originally Posted by czarina (Post 18044104)
nice stuff

Thanks! :thumbsup

HomerSimpson 04-09-2011 06:25 AM

looks interesting, but links (seo wise) could/should be better...

AdultKing 04-09-2011 06:36 AM

Quote:

Originally Posted by HomerSimpson (Post 18044179)
looks interesting, but links (seo wise) could/should be better...

Thanks for the feedback, we never built this to be particularly SEO friendly, however that said future versions will have features that will make every site running this relatively unique. Stay tuned,

Django 04-09-2011 07:03 AM

Very interesting, SEO friendly would be great :thumbsup

Seth Manson 04-09-2011 07:47 PM

Quote:

Originally Posted by AdultKing (Post 18044146)
You can add Google analytics and header scripts to the next release.

Where would you like to put an iframe ? Not sure I follow that one.

I would put it underneath the header, where i put an iframe on every site that i build... linking back to my own dating site

Seth Manson 04-09-2011 07:48 PM

Quote:

Originally Posted by AdultKing (Post 18044198)
Thanks for the feedback, we never built this to be particularly SEO friendly, however that said future versions will have features that will make every site running this relatively unique. Stay tuned,

Some CyberSEO support would be awesome

Chosen 04-09-2011 11:58 PM

Nice :)

AdultKing 04-10-2011 01:49 AM

Quote:

Originally Posted by Chosen (Post 18045473)
Nice :)

thanks :thumbsup

AdultKing 04-12-2011 08:14 PM

As promised, we have updated the Bucks Easy Adult Website Script. The current version is now version 1.1 and is available for download from www.buckseasy.com

Fixes

*Correct length of webcams.com affiliate id.
*Improved error handling of feeder.
*Minor HTML fixes.
*Redesigned configuration sequence (no more warnings if you run php so that all warnings and errors show - for the paranoid amongst us)

Features

*Now supporting Google Analytics
*Footer of each page now shows last update time and date

This is a maintenance release and new features are being built into our next major release currently being prepared. Some things to expect in the new version is better SEO friendly pages, more sponsors to choose from, TGP Mode which allows you to run the script as a TGP, gallery and blog archive pages and more.

Any sponsors who would like to be included in the next release should contact me so that we can sort out requirements to be included. This script suits new adult webmasters and established webmasters who would like to fill empty domains or would just like a few new affiliate portals.

If anyone has any questions, comments, feedback, please feel free to post them in this thread, or alternatively hit me up on ICQ.

AdultKing 04-14-2011 05:33 AM

In 24 hours we will be closing off version 1.2 and sending it to our beta testers.

We have several new programs supported by version 1.2 of this script.

If you want your program included in this script for version 1.2 please send an email to support [at] buckseasy.com and we will email you back with details.

tonyparra 05-05-2011 12:55 PM

well....

AdultKing 05-27-2011 08:15 PM

Just an update.

We have skipped version 1.2 and are going right for version 1.3 to add even more functionality. However...........

WE WILL BE OFFERING FREE HOSTING FOR THE SCRIPT FROM VERSION 1.3

All you will need to do is set your domain's name servers to ours and your script will be ready for use on your own domain for free. We think all new affiliate webmasters will love this upcoming version and existing webmasters will find it useful as a domain filler that can make some money!

Please be patient, we're working on getting this rolled out as quickly as possible!

www.buckseasy.com - The Bucks Easy Adult Website Script

AmeliaG 05-27-2011 09:21 PM

Looks really neat! Email sent :)

brassmonkey 05-27-2011 10:08 PM

good nite


All times are GMT -7. The time now is 05:53 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc