GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Announcements (https://gfy.com/forumdisplay.php?f=44)
-   -   Mechbunny Cam Aggregator Released (https://gfy.com/showthread.php?t=1354739)

trevesty 02-23-2023 08:15 AM

Quote:

Originally Posted by mrmister (Post 23100726)
Scripts fine for speed

Issue is bonga/strip and various other cam studios don't display male cams and some don't display couples. You can see it on the demo site

Whether the API has changed or not. Who knows

Yeah, it's lightning fast even with just filesystem as cache method. I haven't switched on Memcached yet.

cybermike 02-23-2023 02:05 PM

I was wondering why so few male and Trans cams with most of the feeds added.. like no men and Trans from streamate

mrmister 02-23-2023 03:19 PM

Quote:

Originally Posted by cybermike (Post 23100905)
I was wondering why so few male and Trans cams with most of the feeds added.. like no men and Trans from streamate

Yeah a few sites have issues. Like Konrad said it's the way the apis pull data. I'm going to see if I know someone who can fix it

dUbster 02-23-2023 03:30 PM

Quote:

Originally Posted by cybermike (Post 23100905)
I was wondering why so few male and Trans cams with most of the feeds added.. like no men and Trans from streamate

Is chaturbate working fine?

mrmister 02-23-2023 03:56 PM

Quote:

Originally Posted by dUbster (Post 23100937)
Is chaturbate working fine?

Chaturbate male works fine

mrmister 02-23-2023 07:44 PM

I noticed that the tags have dynamic parameters in the URLs which are now indexed in GSC. Anyone know the best way to handle them?

With enough combinations there could be millions of them

k0nr4d 02-25-2023 03:54 AM

edit: will update with next post...

k0nr4d 02-25-2023 04:47 AM

I put some work into CWV for the next update. This is probably close to the best that can be done given the nature of the type of site.

https://i.imgur.com/zfaNFwA.jpg

https://i.imgur.com/yyKgyXB.jpg


There's really three things here that prevent this from getting super high on things like GTMetrix etc.
1) We are loading the thumbnails from the source sites, because there's no way to download them fast enough to update potentially thousands of models every x minutes, nor would we be able to set a cache time that both pagespeed would like and would actually be useful (since the thumbs are constantly updated). It's also impossible to size the images correctly, because the sites deliver various sizes.
2) I can't move bootstrap out of the the <head>
<base href="https://gfy.com/" /><!--[if IE]></base><![endif]--> tag without breaking the layout. I can't move other CSS out of <head> without causing layout shift.
3) I cannot reduce the DOM size much, because of the nature of the thumbnail grid display.

IMHO, Pagespeed stuff like this should be taken with a grain of salt. Google would love nothing more then if your site was nothing but times new roman text with basically zero CSS.

BobJones123 02-25-2023 05:41 AM

Quote:

Originally Posted by ANAL PASTE (Post 23099627)
I don't think your filtering works.
"Asian" models section is filled with with pale white people.

It looks like when it pulls ''ethnicity' it's pulling "CaucASIAN' as Asian too.

k0nr4d 02-25-2023 06:49 AM

Quote:

Originally Posted by BobJones123 (Post 23101578)
It looks like when it pulls ''ethnicity' it's pulling "CaucASIAN' as Asian too.

Yeah, I think I need to change the ethnicity stuff to use tags instead. Many sites don't return ethnicity.

k0nr4d 02-25-2023 07:09 AM

Quote:

Originally Posted by BobJones123 (Post 23101578)
It looks like when it pulls ''ethnicity' it's pulling "CaucASIAN' as Asian too.

Fixed that, and released 1.1.1 update. The update contains various bug fixes, speed optimizations etc.

mrmister 02-25-2023 07:28 AM

Quote:

Originally Posted by k0nr4d (Post 23101596)
Fixed that, and released 1.1.1 update. The update contains various bug fixes, speed optimizations etc.

Did it did the script not pulling male cams from certain providers?

k0nr4d 02-25-2023 07:40 AM

Quote:

Originally Posted by mrmister (Post 23101601)
Did it did the script not pulling male cams from certain providers?

Which specific providers do you have issues with? I plan to get the next update out pretty quick but had to push this one out now to resolve some issues people have had.

mrmister 02-25-2023 09:31 AM

Quote:

Originally Posted by k0nr4d (Post 23101604)
Which specific providers do you have issues with? I plan to get the next update out pretty quick but had to push this one out now to resolve some issues people have had.

BongaCams doesn't pull Male/Trans

Stripchat doesn't pull couple/male and doesn't pull all of trans

Cam4 doesn't pull couple/trans

LiveJasmin doesn't pull male

Xlovecam doesn't pull males but the layout on that site is weird anyway


those are the ones I found, others might chime in with others, but I think bonga/stripchat is the most important as they are the more popular sites

Shoplifter 02-25-2023 01:29 PM

Some minor issues with 1.1.1. Ticket created.

Also some SEO love for those of us using the older template.

BobJones123 02-26-2023 06:40 AM

When I try the demo site on desktop it works but when I try on mobile it doesn’t load any cams. Does anyone know why?

https://ibb.co/YydHm4L

k0nr4d 02-26-2023 06:49 AM

Quote:

Originally Posted by BobJones123 (Post 23101937)
When I try the demo site on desktop it works but when I try on mobile it doesn’t load any cams. Does anyone know why?

https://ibb.co/YydHm4L

Try now, I got a little ambitious with the deferring of javascript.

k0nr4d 02-26-2023 09:07 AM

Quote:

Originally Posted by mrmister (Post 23101642)
BongaCams doesn't pull Male/Trans

Stripchat doesn't pull couple/male and doesn't pull all of trans

Cam4 doesn't pull couple/trans

LiveJasmin doesn't pull male

Xlovecam doesn't pull males but the layout on that site is weird anyway


those are the ones I found, others might chime in with others, but I think bonga/stripchat is the most important as they are the more popular sites

I just did a test install and went through every single cam api to check and adjust to get these filters sorted. The reason this wasn't done initially is that my whole plan was to pull all cams and then filter on the front end but it seems like filtering at the database insertion point is needed for some usage cases, so it's added.

BongaCams doesn't pull Male/Trans
- They don't seem to return male or trans models at all in their API. I checked and had absolutely no male or trans in the API response. I suspect you have to use a different API key for these categories?

Stripchat doesn't pull couple/male and doesn't pull all of trans
- Fixed this, will release in update soon, you also need to increase the number it pulls from 1000 to something higher like 10000

Cam4 doesn't pull couple/trans
- Added a selector for this in next update

LiveJasmin doesn't pull male
- You have to set category to Gay

Xlovecam doesn't pull males but the layout on that site is weird anyway
- Their API doesn't actually return gender at all.

Also fixed it on flirt4free.

BobJones123 02-26-2023 09:14 AM

Quote:

Originally Posted by k0nr4d (Post 23101939)
Try now, I got a little ambitious with the deferring of javascript.

Yes works now! Thanks

mrmister 02-26-2023 10:29 AM

Quote:

Originally Posted by k0nr4d (Post 23101984)
I just did a test install and went through every single cam api to check and adjust to get these filters sorted. The reason this wasn't done initially is that my whole plan was to pull all cams and then filter on the front end but it seems like filtering at the database insertion point is needed for some usage cases, so it's added.

BongaCams doesn't pull Male/Trans
- They don't seem to return male or trans models at all in their API. I checked and had absolutely no male or trans in the API response. I suspect you have to use a different API key for these categories?

Stripchat doesn't pull couple/male and doesn't pull all of trans
- Fixed this, will release in update soon, you also need to increase the number it pulls from 1000 to something higher like 10000

Cam4 doesn't pull couple/trans
- Added a selector for this in next update

LiveJasmin doesn't pull male
- You have to set category to Gay

Xlovecam doesn't pull males but the layout on that site is weird anyway
- Their API doesn't actually return gender at all.

Also fixed it on flirt4free.

You are the MVP for fixing this, I will await the update

I will contact bonga and see if it's an issue on their end

phathoes 02-26-2023 01:19 PM

Reasonable hosting plan for a couple of Cam start ups?
 
Just purchased mech bunny cam aggregator..
What is a Reasonable hosting plan for a couple of Cam start ups?

post referal links

Thanks

emmasexytime 02-26-2023 01:29 PM

Quote:

Originally Posted by phathoes (Post 23102104)
Just purchased mech bunny cam aggregator..
What is a Reasonable hosting plan for a couple of Cam start ups?

post referal links

Thanks

mojo :thumbsup

Shoplifter 02-26-2023 02:59 PM

Quote:

Originally Posted by phathoes (Post 23102104)
Just purchased mech bunny cam aggregator..
What is a Reasonable hosting plan for a couple of Cam start ups?

post referal links

Thanks

Vacares VPS


https://vacares.com/products/vps-servers/

TurboB 02-26-2023 03:15 PM

Quote:

Originally Posted by emmasexytime (Post 23102110)
mojo :thumbsup

Quote:

Originally Posted by Shoplifter (Post 23102172)

Maximum overpriced services. I am paying that price for 1 year, not 1 month.

phathoes 02-26-2023 03:17 PM

Thanks emmasexytime
you think the $19.99 plan by mojo will work well for 2 sites?
XS VPS Detroit
2 vCPU 2GB RAM
50-2,000GB NVMe
300Mbps (100TB) Unmetered Transfer
FREE SSL Certificates
Starting at
$19.99/mo

phathoes 02-26-2023 03:19 PM

Vacares VPS looks really expensive
TurboB do you use Mojo too???

sandman! 02-26-2023 03:23 PM

4 Cpu Cores
16Gb Ram
50Gb Space
10Tb Transfer
DirectAdmin Control Panel
$50 Per Month

Email me if interested [email protected]

mrmister 02-26-2023 03:26 PM

Quote:

Originally Posted by phathoes (Post 23102180)
Thanks emmasexytime
you think the $19.99 plan by mojo will work well for 2 sites?
XS VPS Detroit
2 vCPU 2GB RAM
50-2,000GB NVMe
300Mbps (100TB) Unmetered Transfer
FREE SSL Certificates
Starting at
$19.99/mo

I have two mechbunny cam sites on that plan and it has minimal load. Should be enough depending on how much traffic you are going to push

phathoes 02-26-2023 03:27 PM

thanks mr

Shoplifter 02-26-2023 03:44 PM

Quote:

Originally Posted by TurboB (Post 23102179)
Maximum overpriced services. I am paying that price for 1 year, not 1 month.

I've used the Vacares VPS and it was well provisioned and well supported with backups. You could run 20 instances of the MB script there without sweating.

The Elite VPS that OVH offers is comparable, and not that much cheaper once you add in backups.

You also could go for nodeclusters for $4. I've done that and it wasn't awful, but I prefer at least 8GB RAM or better.

What matters is the comfort and experience level of the user etc.

phathoes 02-26-2023 09:17 PM

Thanks Shoplifter, would the Premium 2GB RAM Plan for $7.50 by NodeCluster work okay for 2 cam sites?

k0nr4d 02-26-2023 11:57 PM

Personally, I think 2GB is only enough ram if you plan to use max 2-3 APIs. If you are going to run them all, the DB will get huge (our demo site has almost 1.1 million models) and I think 2GB will be a little light.

If you guys are looking for unmanaged VPS and thus don't want to use one of the popular adult hosts like Mojo or Vacares, Contabo.com works well and is cheap.

TurboB 02-27-2023 12:59 AM

Quote:

Originally Posted by phathoes (Post 23102181)
Vacares VPS looks really expensive
TurboB do you use Mojo too???

Quote:

Originally Posted by k0nr4d (Post 23102321)
Personally, I think 2GB is only enough ram if you plan to use max 2-3 APIs. If you are going to run them all, the DB will get huge (our demo site has almost 1.1 million models) and I think 2GB will be a little light.

If you guys are looking for unmanaged VPS and thus don't want to use one of the popular adult hosts like Mojo or Vacares, Contabo.com works well and is cheap.

Using Contabo for 3 years without a single problem.

Captcha 02-27-2023 04:58 AM

Quote:

Originally Posted by Shoplifter (Post 23102172)

Are they resellers or does it have its own structure?
I see some people who rent servers from OVH, linode, resell them and they just manage

phathoes 02-27-2023 07:28 AM

Quote:

Originally Posted by TurboB (Post 23102325)
Using Contabo for 3 years without a single problem.

What plan are using? Do you really need cpanel for extra $20 a month
CLOUD VPS S
$8.49 / month
4 vCPU Cores
8 GB RAM
50 GB NVMe
or 200 GB SSD
1 Snapshot
32 TB Traffic*
Unlimited Incoming

k0nr4d 02-27-2023 07:39 AM

Virtualmin is a free panel that's about 100x better then cpanel IMHO.

phathoes 02-27-2023 08:37 AM

Thanks Konrad
Appriciate it

TurboB 02-27-2023 10:17 AM

Quote:

Originally Posted by phathoes (Post 23102409)
What plan are using? Do you really need cpanel for extra $20 a month
CLOUD VPS S
$8.49 / month
4 vCPU Cores
8 GB RAM
50 GB NVMe
or 200 GB SSD
1 Snapshot
32 TB Traffic*
Unlimited Incoming

Cloud VPS L
https://contabo.com/en/vps/vps-l-ssd...s-l-800-gb-ssd

Sly 02-27-2023 10:21 AM

Quote:

Originally Posted by Captcha (Post 23102372)
Are they resellers or does it have its own structure?
I see some people who rent servers from OVH, linode, resell them and they just manage

Hi,

That's a great question.

At Vacares we own our own equipment, aside from our daily backup system which we host with BackBlaze for an added layer of redundancy. All clients receive daily cloud based backups at no additional charge as part of standard service.

Please feel free to email [email protected] with additional questions and we are happy to assist.

Shoplifter 02-27-2023 11:59 AM

Quote:

Originally Posted by phathoes (Post 23102285)
Thanks Shoplifter, would the Premium 2GB RAM Plan for $7.50 by NodeCluster work okay for 2 cam sites?

I ran a single instance of Robo wordpress on it using only one API. It ran, but load times were certainly higher than comfortable. As soon as I had a spot elsewhere for it I moved the site.

Another option for you is to get the Essential level VPS at OVH. Then if your needs grow you can add CPU and RAM via the control panel.

TurboB 02-27-2023 01:15 PM

Robo does not use DB for models, the script load is very low.

phathoes 02-27-2023 04:37 PM

Does Cam Aggregator work on PHP 8.1 yet or do you have to use PHP7.4 ???????

mrmister 02-27-2023 05:38 PM

Quote:

Originally Posted by k0nr4d (Post 23101984)
I just did a test install and went through every single cam api to check and adjust to get these filters sorted. The reason this wasn't done initially is that my whole plan was to pull all cams and then filter on the front end but it seems like filtering at the database insertion point is needed for some usage cases, so it's added.

BongaCams doesn't pull Male/Trans
- They don't seem to return male or trans models at all in their API. I checked and had absolutely no male or trans in the API response. I suspect you have to use a different API key for these categories?

Stripchat doesn't pull couple/male and doesn't pull all of trans
- Fixed this, will release in update soon, you also need to increase the number it pulls from 1000 to something higher like 10000

Cam4 doesn't pull couple/trans
- Added a selector for this in next update

LiveJasmin doesn't pull male
- You have to set category to Gay

Xlovecam doesn't pull males but the layout on that site is weird anyway
- Their API doesn't actually return gender at all.

Also fixed it on flirt4free.

by any chance did you change anything with the chaturbate API in 1.1.1? It worked fine before, If I check " all " now it doesn't import anyone online, they all show as offline. However, if I select female it chucks in the females and leaves out everyone else

it works fine on your demo, so have no idea if it's my issue or if your running a different version

k0nr4d 02-28-2023 12:27 AM

Quote:

Originally Posted by TurboB (Post 23102556)
Robo does not use DB for models, the script load is very low.

It uses db for sure, otherwise filtering or pagination would be too slow. It just uses the wordpress db.

Quote:

Originally Posted by phathoes (Post 23102640)
Does Cam Aggregator work on PHP 8.1 yet or do you have to use PHP7.4 ???????

Works on 8.1

Quote:

Originally Posted by mrmister (Post 23102673)
by any chance did you change anything with the chaturbate API in 1.1.1? It worked fine before, If I check " all " now it doesn't import anyone online, they all show as offline. However, if I select female it chucks in the females and leaves out everyone else

it works fine on your demo, so have no idea if it's my issue or if your running a different version

It's fixed for 1.1.2 already update already, I went through every API and checked it through on every setting, and added gender filters for all of the ones that returned genders.

mrmister 02-28-2023 11:56 AM

Quote:

Originally Posted by k0nr4d (Post 23102781)
It uses db for sure, otherwise filtering or pagination would be too slow. It just uses the wordpress db.



Works on 8.1



It's fixed for 1.1.2 already update already, I went through every API and checked it through on every setting, and added gender filters for all of the ones that returned genders.

Sounds like a lot of work but worth it

k0nr4d 02-28-2023 12:15 PM

Quote:

Originally Posted by mrmister (Post 23102992)
Sounds like a lot of work but worth it

Yeah, I had to do it anyways to get all the filters for genders added as it's heavily requested. I'll likely release Friday, I have a few more things I want to get in there.

BobJones123 02-28-2023 12:55 PM

Has anyone launched a site using this software and getting traffic from google? Would you be willing to share the url with me in private? I want to see at actual site using it. Thanks

VladS 02-28-2023 01:16 PM

Quote:

Originally Posted by BobJones123 (Post 23103016)
Has anyone launched a site using this software and getting traffic from google? Would you be willing to share the url with me in private? I want to see at actual site using it. Thanks

Hey, please hit me up and i'll be glad to show you, it's the new trend, everyone uses this nowadays and really no marketing intended lol :2 cents:

mrmister 02-28-2023 03:36 PM

Quote:

Originally Posted by k0nr4d (Post 23103001)
Yeah, I had to do it anyways to get all the filters for genders added as it's heavily requested. I'll likely release Friday, I have a few more things I want to get in there.

Sounds great. I can't wait to see it

k0nr4d 03-06-2023 10:31 AM

Update 1.1.2 is out

• Fixed chaturbate when using 'all' genders
• Added All/Female/Couple selector to Bongacams. Unfortunately, Bongacams API does not appear to return male or trans models at all.
• Added All/Female/Male/Shemale selector to Cam4, and fixed limit so it grabs more then 50 performers per request.
• Added All/Female/Trans selector to CherryTV.
• LiveJasmin remains the same, to pull males you must use the "Gay" category.
• Fixed Stripchat Gender selector.
• Xlovecam remains the same - their API does not actually return Gender.
• Added All/Female/Male/Shemale selector to Cambuilder
• ImLive remains the same, their API does not return gender.
• Fixed "all" option on flirt4free, fixed gender filters.
• Fixed Edit Performer data not saving under a certain condition
• Fixed Custom Meta Description being overwritten by Metatags settings in admin
• Other small bug fixes

If anyone runs into any other issues, please submit a ticket to https://support.mechbunny.com


All times are GMT -7. The time now is 03:57 PM.

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