GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Chaturbate White Label - PPL? (https://gfy.com/showthread.php?t=1145354)

SouthernCumfort 07-14-2014 04:42 AM

Chaturbate White Label - PPL?
 
I've got a great domain name I could use on their white label program. However, their white label program is only Revshare. I searched and searched and if I remember correctly I came across a thread somewhere here or another forum and they were able to contact them and Chaturbate changed their white label over to $1PPL program instead of Revshare.

I contacted them a few months ago and they told me they couldn't do that for me.

Has anyone here had this done for them? Are their any Chaturbate employees on this forum that could do this for me?

AllAboutCams 07-14-2014 04:54 AM

If they said no why ask here?

Andreweb 07-14-2014 09:25 AM

You can buid your own WL using their API and set it on PPL also you can find free scrips on internet to do that !

Ruriko 07-15-2014 12:26 AM

Quote:

Originally Posted by Andreweb (Post 20157923)
You can buid your own WL using their API and set it on PPL also you can find free scrips on internet to do that !

Can you teach us how to make WL with their API set on PPL?

CPA-Rush 07-15-2014 04:06 AM

Quote:

Originally Posted by Ruriko (Post 20158633)
Can you teach us how to make WL with their API set on PPL?

like andre said ... there are scripts like this on internet - use google though some hits will leak to rev!

Andreweb 07-15-2014 04:22 AM

Quote:

Originally Posted by Ruriko (Post 20158633)
Can you teach us how to make WL with their API set on PPL?

I can't teach you because I'm not a programer but I can give you a link where you can find a free script : http://nomoneyinporn.org/ ! You can download the script you change the settings from the file functions.php ,and you can add your own text metadescriptions title etc.

robber 08-09-2014 02:36 PM

I wrote something to do this kind of thing a while back, see below a rough outline of what you will need to do:

PHP Code:

<?php
$xml 
simplexml_load_file("http://chaturbate.com/affiliates/api/onlinerooms/?format=xml&wm=##affilliateid##");
foreach(
$xml->children() as $child){
    
$gal[$child->getname()] = $child[0];
    foreach(
$child as $ch){
        
$gal[$ch->getname()] = $ch[0];
    }
    if(
$gal['gender']=="f" && $n 40 && $gal['current_show'] == "public"){
    
?><div id="holder">
    <a href="http://chaturbate.com/affiliates/in/ZQAI/UloA3/?track=default&room=<? echo $gal['username']; ?>" target="_blank"><img src="<? echo $gal['image_url']; ?>" alt="<? echo $gal['username']; ?>"><br>
    <? echo $gal['username']; ?></a>
    </div>
    <?php
    $n
++;
    }
}
?>

Hope this helps, it will pull the first 40 female cams from the feed and display them.

All yours to edit with, enjoy

Rob


All times are GMT -7. The time now is 09:52 PM.

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