GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Announcements (https://gfy.com/forumdisplay.php?f=44)
-   -   ROBO SCRIPTS: Hot new scripts to promote cam sites (https://gfy.com/showthread.php?t=1207006)

hdbuilder 08-22-2020 08:03 PM

Quote:

Originally Posted by Shoplifter (Post 22721486)
I looked through all of that and couldn't find any way at all to adjust the Yoast schema settings.

I searched and found that you can add:

add_filter( 'wpseo_json_ld_output', '__return_false' );

to the theme's functions.php and it will disable the Yoast schema.

This is not really a fix, but it will get you through the Google validation process. Yoast will hopefully fix this soon.

Yes this is what i added to the theme update that comes out tomorrow (I check if Yoast is enabled before), no choice until a fix is out from Yoast

// Check if Yoast is enabled
if( in_array('wordpress-seo/wp-seo.php', apply_filters('active_plugins', get_option('active_plugins')))
|| in_array('wordpress-seo-premium/wp-seo-premium.php', apply_filters('active_plugins', get_option('active_plugins'))) ){

// Remove yoast-schema-graph
add_filter( 'wpseo_json_ld_output', '__return_false' );
}

Regards,
Nick

Shoplifter 08-24-2020 12:19 PM

Looks like Yoast is not going to be responsive on this:

https://wordpress.org/support/topic/...lue-type-type/

GoCastaway 08-24-2020 12:59 PM

Quote:

Originally Posted by Shoplifter (Post 22722236)
Looks like Yoast is not going to be responsive on this:

https://wordpress.org/support/topic/...lue-type-type/

I also posted the workaround from Nick in this topic, there they say that they are working on it.

https://wordpress.org/support/topic/...#post-13285381

GoCastaway 08-25-2020 01:51 AM

Yoast just released a bugfix:

14.8.1
Release Date: August 25th, 2020

Bugfixes:

Fixes a bug in WordPress itself where script concatenation was causing JavaScript errors, which in turn led to Yoast SEO malfunctioning. This bug was introduced in WordPress 5.5. We’re fixing it by disabling script concatenation entirely.

Shoplifter 08-25-2020 11:20 AM

Quote:

Originally Posted by GoCastaway (Post 22722510)
Yoast just released a bugfix:

14.8.1
Release Date: August 25th, 2020

Bugfixes:

Fixes a bug in WordPress itself where script concatenation was causing JavaScript errors, which in turn led to Yoast SEO malfunctioning. This bug was introduced in WordPress 5.5. We’re fixing it by disabling script concatenation entirely.


Is it really fixed? Can't tell.

According to this old or new plugin is ok: https://search.google.com/structured-data/testing-tool

GoCastaway 08-25-2020 12:23 PM

Quote:

Originally Posted by Shoplifter (Post 22722698)
Is it really fixed? Can't tell.

According to this old or new plugin is ok: https://search.google.com/structured-data/testing-tool

On this url i get no problems on one of my sites that was marked by Google for the @type, but when i go to the extended test i get a lot of things, pictures, fonts and some JS.

This morning i installed the update from Nick and the Yoast update on all my sites

Shoplifter 08-25-2020 01:40 PM

Quote:

Originally Posted by GoCastaway (Post 22722714)
On this url i get no problems on one of my sites that was marked by Google for the @type, but when i go to the extended test i get a lot of things, pictures, fonts and some JS.

This morning i installed the update from Nick and the Yoast update on all my sites

Can you share link to extended test? Is that the Rich Results test?

On one of my sites I did all the updates but then commented out Nick's Yoast code to see what will happen.

GoCastaway 08-26-2020 12:49 PM

Just got a mail from Google that for one of my sites the @type parse problems are solved, so i think the rest will follow.

I had 7 sites where Google detected the problem. On al my sites i have the update from Nick and Yoast update, so i think no need to comment out the code from Nick.

Sorry but i don't send links from this sort off things from my sites...

Shoplifter 08-26-2020 01:28 PM

Quote:

Originally Posted by GoCastaway (Post 22723336)
On al my sites i have the update from Nick and Yoast update, so i think no need to comment out the code from Nick.

Yep Yoast has not fixed it yet. I got an email that validation had failed on the site I did the experiment on.

redpixel 08-28-2020 01:21 AM

Hi Nick,

After playing a bit with the WP plugin I have a couple of suggestions for the post content generation.

a) A button to delete all spin post content & post titles generated with just one click. Now I have to paginate each of the 20 pages selecting all entries and click delete all for each page or use the phpmyadmin (no a nice way).

b) A way to see the spintax text saved in the database. Update it or delete it

c) Nested spintax text. At the moment the plugin doesn't support it. I try it but it does not work.


Regards,
Redpixel

hdbuilder 08-29-2020 07:52 PM

Quote:

Originally Posted by redpixel (Post 22724266)
Hi Nick,

After playing a bit with the WP plugin I have a couple of suggestions for the post content generation.

a) A button to delete all spin post content & post titles generated with just one click. Now I have to paginate each of the 20 pages selecting all entries and click delete all for each page or use the phpmyadmin (no a nice way).

b) A way to see the spintax text saved in the database. Update it or delete it

c) Nested spintax text. At the moment the plugin doesn't support it. I try it but it does not work.


Regards,
Redpixel

Hi,

Thanks, will add those in the next update.

Regards,
Nick

Shoplifter 09-02-2020 12:19 PM

Is the Yoast issue resolved with the WP 5.5.1 update?

GoCastaway 09-02-2020 01:55 PM

Quote:

Originally Posted by Shoplifter (Post 22727293)
Is the Yoast issue resolved with the WP 5.5.1 update?

I don't know, we also got the Yoast 14.9 update and i asked in the trhead on Yoast if this update resolved the parsing error but i don't get answer.

For now i let the code from Nick in the Roboscript.

GoCastaway 09-03-2020 03:02 AM

Quote:

Originally Posted by Shoplifter (Post 22727293)
Is the Yoast issue resolved with the WP 5.5.1 update?

Just got an update from Yoast:

Thank you for updating to our latest release. Unfortunately, no. We are still investigating the scope of the issue to get this right. It appears not to be only related to using bbPress, BuddyPress, or buddyBoss plugins, but it’s a bigger scope. Our development team is still investigating. Thank you for your patience while we figure this out.

So nothing changed yet :(

hdbuilder 09-03-2020 01:21 PM

So keep my code in or update for those who haven't done so...

I'll remove that code once they fix it, thanks for following on this issue

Regards,
Nick

GoCastaway 09-05-2020 04:14 AM

My hits are going down very fast last week, i think i will try All in one SEO pack on a few sites

GoCastaway 09-09-2020 09:30 AM

Update from Yoast:

The fix for the this issue is expected to be released in the 15.0 version of the plugin. You can also follow the status of the issue here:
https://github.com/Yoast/wordpress-seo/issues/15936

adultkreative 09-24-2020 11:50 PM

Hello Nick

I would like some advice from you on which solution to buy, whether to take the WP plugin or the script
I am undecided which of the 2 is better and offers more
thank you

hdbuilder 09-25-2020 03:02 PM

Quote:

Originally Posted by adultkreative (Post 22741877)
Hello Nick

I would like some advice from you on which solution to buy, whether to take the WP plugin or the script
I am undecided which of the 2 is better and offers more
thank you

Hi adultkreative,

Depends on what you like using. The plugin is Wordpress based so if you like using WP you should buy the plugin. Runs fine on cheap shared hosting.

The PHP standalone scripts are for more advanced users that know how to install such scripts using an FTP client and creating a database. It also requires a stronger hosting package then the WP plugin, so a mid VPS or a dedi.

I am currently working on the V4 update for CSB scripts, and it should be released soon...

Regards,
Nick

adultkreative 09-25-2020 03:09 PM

Hi Nick

Thank you for your answer.
yes I know WP very well because I develop sites for my clients with this CMS, but I would like to know if the script in your opinion performs better than the plugin, that is, if it works better than the plugin and if a site made with the script works better.
Thank you

hdbuilder 09-25-2020 05:06 PM

Quote:

Originally Posted by adultkreative (Post 22742318)
Hi Nick

Thank you for your answer.
yes I know WP very well because I develop sites for my clients with this CMS, but I would like to know if the script in your opinion performs better than the plugin, that is, if it works better than the plugin and if a site made with the script works better.
Thank you

Hi, please send me an email to info ( -at-) roboscripts.net

Regards,
Nick

adultkreative 09-25-2020 05:12 PM

ok i sent you an email

hdbuilder 09-25-2020 05:41 PM

Quote:

Originally Posted by adultkreative (Post 22742387)
ok i sent you an email

Hi email received and replied.

Regards,
Nick

moniq1000 09-25-2020 11:42 PM

I have been sent ower 3 tickets a week ago still not reply

whats wrong xlove affiliate not working no redirect with affiliate links

hdbuilder 09-26-2020 08:22 PM

Quote:

Originally Posted by moniq1000 (Post 22742523)
I have been sent ower 3 tickets a week ago still not reply

whats wrong xlove affiliate not working no redirect with affiliate links

Hum, can't believe i missed 3 from the same user, please bump them so that there on top when i go back to work on Monday.

Regards,
Nick

Brian mike 09-28-2020 08:56 AM

Anyone else have this issue?

MODEL FROM: no model show up on none of my sites. Is there something i need to change in the setting ?

Thx

TurboB 09-28-2020 09:09 AM

MODEL FROM: - where you getting this?

adultkreative 09-28-2020 09:38 AM

I have the problem that it is not possible to set any cam source, the script is not configured in anything and the assistance does not respond !!!
I would say that this is not good, assistance must always be active !!!

TurboB 09-28-2020 09:52 AM

Be patient, Nick always helps, and he also need to sleep.

adultkreative 09-28-2020 10:09 AM

of course I understand, but today is the third day that I bought the script, I couldn't do anything because the script doesn't work at all, and when you pay for a service you have to get results don't you think?

TurboB 09-28-2020 10:15 AM

Yes, results are fine, script working like a charm.
And you can not expect 365/24/7 support for $70 script.
Nick will help you to get it running, but i think you have some missconfiguration on your server.
For me it worked from the first time.

adultkreative 09-28-2020 10:22 AM

Quote:

Originally Posted by Smeklinis (Post 22743822)
Yes, results are fine, script working like a charm.
And you can not expect 365/24/7 support for $70 script.
Nick will help you to get it running, but i think you have some missconfiguration on your server.
For me it worked from the first time.


I have no errors in my server, it's a properly configured VPS !!
I installed the script on 3 different servers and on all three it never worked !!!
before making claims you have to know things friend

TurboB 09-28-2020 10:30 AM

I was running PHP version of this script on several hostings, now Wordpress version, everything is working like a charm.

Does your server passes these tests - https://www.roboscripts.net/get_file...rver_check.php https://www.roboscripts.net/get_file...cam-tester.zip ?

adultkreative 09-28-2020 10:37 AM

yes!!!

sexylivecam.cam/server_check.php

TurboB 09-28-2020 10:53 AM

Did you checked PHP, Apache logs for possible errors ?

adultkreative 09-28-2020 10:53 AM

no friend zero errors

TurboB 09-28-2020 11:00 AM

So you should wait Nick.

Brian mike 09-28-2020 09:31 PM

Quote:

Originally Posted by adultkreative (Post 22743834)
I have no errors in my server, it's a properly configured VPS !!
I installed the script on 3 different servers and on all three it never worked !!!
before making claims you have to know things friend

Nick have one of the best Customer service around :bowdown

You should wait for him. :winkwink:

Quote:

Originally Posted by Smeklinis (Post 22743855)
So you should wait Nick.

:2 cents:

GoCastaway 09-29-2020 01:17 AM

Yoast SEO just released 15.0

In the changelog it says that the "null" bug is fixed

hdbuilder 10-02-2020 01:59 PM

Thanks will test it and act accordingly with the next update...

Regards,
Nick

hdbuilder 10-17-2020 09:19 AM

Hi, working on the next update now, will release it beginning of next week...

Have a nice week-end everyone

Regards,
Nick

Brian mike 10-18-2020 05:49 AM

Quote:

Originally Posted by hdbuilder (Post 22754840)
Hi, working on the next update now, will release it beginning of next week...

Have a nice week-end everyone

Regards,
Nick

:thumbsup

GoCastaway 10-19-2020 05:14 AM

Quote:

Originally Posted by hdbuilder (Post 22754840)
Hi, working on the next update now, will release it beginning of next week...

Have a nice week-end everyone

Regards,
Nick

:thumbsup

adulttony 10-20-2020 02:51 AM

Just wanted to say Nick is a great. I bought the cam script and installation package. He delivered and installed as promised.

I'm not very technical and broke the site trying to setup extra stuff. Nick answered all my emails and resolved all the issues. He fixed the issues and got ssl working properly. He always responds and has a solution or tips to resolve issues. Always professional and courteous.
Big Thumbs up!!
Thanks Nick.

GoCastaway 10-20-2020 03:11 AM

Quote:

Originally Posted by adulttony (Post 22756101)
Just wanted to say Nick is a great. I bought the cam script and installation package. He delivered and installed as promised.

I'm not very technical and broke the site trying to setup extra stuff. Nick answered all my emails and resolved all the issues. He fixed the issues and got ssl working properly. He always responds and has a solution or tips to resolve issues. Always professional and courteous.
Big Thumbs up!!
Thanks Nick.

Nick gives excellent support :thumbsup:thumbsup:thumbsup

GoCastaway 10-28-2020 04:25 AM

Hi Nick,

When is the update?

hdbuilder 10-29-2020 03:02 PM

Quote:

Originally Posted by GoCastaway (Post 22760545)
Hi Nick,

When is the update?

Hi, working on it as fast as i can, will do an announcement when its ready.

Regards,
Nick

GoCastaway 10-29-2020 03:49 PM

Quote:

Originally Posted by hdbuilder (Post 22761413)
Hi, working on it as fast as i can, will do an announcement when its ready.

Regards,
Nick

:thumbsup Looking forward to it

GoCastaway 10-30-2020 06:28 AM

Hi Nick,

I think there is a problem with the new Wordpress version 5.5.2 from yesterday.

Already found out trough Google that is has a installer bug for fresh install. And i noticed that when i want to install the pro-cam-mu theme on a wordpress updates site to change to the Roboscript, i get a popup that the download link is expired and it will not install.

Don't know if this is important for you but i thougt let it Nick know.

GoCastaway 10-31-2020 01:23 AM

Quote:

Originally Posted by GoCastaway (Post 22761849)
Hi Nick,

I think there is a problem with the new Wordpress version 5.5.2 from yesterday.

Already found out trough Google that is has a installer bug for fresh install. And i noticed that when i want to install the pro-cam-mu theme on a wordpress updates site to change to the Roboscript, i get a popup that the download link is expired and it will not install.

Don't know if this is important for you but i thougt let it Nick know.

WP is fixed to 5.5.3 and i did a workaround for the theme (before that was not necessary).


All times are GMT -7. The time now is 11:15 AM.

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