We are beginning work on such a project, based on the infrastructure from our tube script - but it will take at least a few weeks to have anything viable.
We are beginning work on such a project, based on the infrastructure from our tube script - but it will take at least a few weeks to have anything viable.
Make sure to hit me up when your things ready Im a buyer sending you Pm now
Tube - Cam - Escorts - Top List Menu Tab - Banner - Header Link - Blog Post
DM me
In my final desperation, I showed the script to some parent companies (e.g. Bonga, AWE, strip, etc.) who wrote that the script is "terrible" and full of outdated API queries.
Originally posted by AWEsteban
Could you please let me know who of AWE said this because as far as I know I'm the only contact person to Nick and I never said such a thing.
Thanks for your reply Esteban
We have sure now this guy created a new nickname just to bash Nick and his script
Thanks for your reply Esteban
We have sure now this guy created a new nickname just to bash Nick and his script
I think the truth hurts you. The fact that you also bought something that is bad. PHP camscript is bad and Nick is gone. And you're afraid your websites will be down. And you're not unreasonably afraid.
Esteban: A Hungarian person helped me, via the AWE staff. I dont want publish his name.
yes sure very nice guy and script(s) but offline for the moment and for how many times !?
Also hope he's well and soon there will be a solution because if you're waiting an answer from support request,
need activation-license key for a (new) domain or downloading plugin(s) again you are F..BIP !
For domains-plugins already activated license keys are in database :
All the Ladyboy/Transexual gender category for Chaturbate is now broken because they seem to have changed the gender fields in the API without any prior warning. It doesn't look trivial to fix,
Why the heck can't Chaturbate do this on the new API and grandfather the old to keep the same fields?
All the Ladyboy/Transexual gender category for Chaturbate is now broken because they seem to have changed the gender fields in the API without any prior warning. It doesn't look trivial to fix,
Why the heck can't Chaturbate do this on the new API and grandfather the old to keep the same fields?
Do you know where to find it and/or how to fix it?
A temporary thing you can do until someone finds the fix is to make a new page with your robot scripts site and you can iframe rooms < iframe src="https://chaturbate .com/in/?track=wowfreecam_trans&tour=x1Rd&campaign =WXomN&c=36&p=1&gender=x&tag=trans " width="1200px" height="1670px"><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span><span data-mce-type="bookmark" style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" class="mce_SELRES_start"></span></iframe> Use the trans tag (if you have a white label put your white label URL in place of chaturbate, now you'll need to redirect visitors when they click on the shemale tab to the new page with the embedded trans, use a redirection plugin to send them to new page
for example https://roboscripts.com/category/live-shemale-cams/
to https://robotscripts.com/new-shemale-cams
at least that way your visitors will see what they want to see when they click on it
Last edited by phman79; 04-06-2022, 05:21 AM.
Reason: trying to exclude example iframe
A temporary thing you can do until someone finds the fix is to make a new page with your robot scripts site and you can iframe rooms
at least that way your visitors will see what they want to see when they click on it
Also tought about that, but there must be a easier way. Tonight we are going to dive into the script, let's hope we can find how to change it to working again.
Also tought about that, but there must be a easier way. Tonight we are going to dive into the script, let's hope we can find how to change it to working again.
I hope you do, I found on version 3.8 in wp-admin if you go to edit the plugin if you go to cb.poster.php on line 631 you'll see an "s" I tried to change that to a "t" to see if that would work and it didn't, I don't know what the hell I am doing just trying to figure something out.
Line number 144 - 158. When I change case 's': to case 'tf': .
"But get only one cockgirl and there are 496 online. So help needed. And why did Chaturbate "fix" this, has a woke person in the office nothing to do.
// Set gender
switch($items->gender) {
case 'f':
case 'c':
$model_orientation = 'straight';
break;
case 'm':
$model_orientation = 'gay';
break;
case 'tf':
$model_orientation = 'shemale';
break;
}
Line number 144 - 158. When I change case 's': to case 'tf': .
"But get only one cockgirl and there are 496 online. So help needed. And why did Chaturbate "fix" this, has a woke person in the office nothing to do.
// Set gender
switch($items->gender) {
case 'f':
case 'c':
$model_orientation = 'straight';
break;
case 'm':
$model_orientation = 'gay';
break;
case 'tf':
$model_orientation = 'shemale';
break;
}
I hope you do, I found on version 3.8 in wp-admin if you go to edit the plugin if you go to cb.poster.php on line 631 you'll see an "s" I tried to change that to a "t" to see if that would work and it didn't, I don't know what the hell I am doing just trying to figure something out.
We expect that it's something "hidden". My friend is programmer so he is going to look at it.
In my custom script i used tn, that works fine, but i don't know if i then get all the cams. On the moment i have 10 pages of 54 cams online.
Trying to edit the Roboscripts code is probably futile. At the very least you are going to have to find the code that reads the online.xml file and change it to parse the new gender element value. Some of the code is almost certainly locked with Ioncube.
The way i see it is that there are two likely possible options:
1 - Get Chaturbate to fix the issue and change the element in the XML back to "s' as the code for male transsexuals. They can then add new codes with other meanings and nothing would be broken.
2 - Maybe it's possible to parse the /cb-builder/data/online.xml file and change all the tf element values back to s. Don't know if this would work and it seems a kludge solution.
This should never have happened and the API should never have been messed with to break backwards compatibility. It's sadly telling that someone thought this was all ok. This is some real ivory tower stuff.
Trying to edit the Roboscripts code is probably futile. At the very least are going to have to find the code that reads the online.xml file and change it to parse the new gender element value. Some of the code is almost certainly locked with Ioncube.
The way i see it is that there are two likely possible options:
1 - Get Chaturbate to fix the issue and change the element in the XML back to "s' as the code for male transsexuals. They can then add new codes with other meanings and nothing would be broken.
2 - Maybe it's possible to parse the /cb-builder/data/online.xml file and change all the tf element values back to s. Don't know if this would work and it seems a kludge solution.
This should never have happened and the API should never have been messed with to break backwards compatibility. It's sadly telling that someone thought this was all ok. This is some real ivory tower stuff.
Ofcourse option 1
Here waiting for answer from CB on my mail from yesterday...
I just got an email from Chaturbate saying it's fixed, but it is not fixed and the fields are still <gender>tf</gender> in the XML.
Also got reply:
We are sorry for the inconvenience. This issue should now be resolved. Could you please try again and let us know if you are still experiencing any issues?
Comment