GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Announcements (https://gfy.com/forumdisplay.php?f=44)
-   -   Tech Import tube videos, livecam feeds, picture galleries and anything else into WordPress (https://gfy.com/showthread.php?t=1259368)

just a punk 04-25-2017 08:53 AM

Import tube videos, livecam feeds, picture galleries and anything else into WordPress
 
I've decided to make a dedicated educational thread about CyberSEO 7 plugin. So, here we go...

Since version 7.021, the CyberSEO plugin allows one to define HTML templates for post title, post content and post excerpt. You can use these text boxes to define the layout and contents of the posts, generated by CyberSEO. The following predefined tags are available:
  • %post_title% – post title;
  • %post_content% – post content;
  • %post_excerpt% – post excerpt;
  • %link% – a link to source;
  • %post_guid% – post GUID;
  • %media_description% – post media description (if media attachments are included);
  • %enclosure_url% – the enclosure URL (if attachment enclosure is included);
  • %custom_fields[name]% – a custom field value, where name must be replaced with the actual custom field name;
  • %custom_fields_attr[name][attr]% – a custom field attribute, where name must be replaced by the actual custom field name and attr must be replaced by the XML attribute name;
  • %media_thumbnail[n]% – a link to the media thumbnail where n is its integer index (if media attachments are included).

E.g. if you want to add some text to every post title (say "Breaking news:"), you should alter the “Post title” template like this:

Code:

Breaking news: %post_title%
Here is another example. Let’s say you are going to import a product XML feed which has the following items:

Code:

<product_name>the product name here</product_name>
<picture>the product picture URL here</picture>
<price>the product price here</price>

First of all, you have to set the necessary custom fields:

Code:

product_name->product_name
picture->picture
price->price

Now define your "Post template" like this:

Code:

<h3>%custom_fields[product_name]%</h3>
<image src="%custom_fields[picture]%" />
<p><b>Price:</b> %custom_fields[price]%</p>

http://s018.radikal.ru/i523/1704/d5/8f7502966fb6.png

That's all you have to do to import almost anything as posts, pages or any custom data type into WordPress and PHP knowledge is not needed anymore :thumbsup

Bladewire 04-25-2017 09:05 AM

Very nice!

How can we block it from our sites?

just a punk 04-25-2017 09:10 AM

Block what? CyberSEO? It can't be blocked :) The plugin can easily scrape any kind of content from almost anywhere ;) Course you can block it by IP, but it won't help, because CyberSEO is able to work via proxy and staff user agent info :pimp

http://s16.radikal.ru/i190/1704/5c/29a8ef613a09.png

bns666 04-25-2017 09:14 AM

nice :thumbsup

j3rkules 04-25-2017 12:59 PM

Sounds pretty cool. Going to try it out soon.

Bladewire 04-25-2017 01:07 PM

Is this you?

https://www.ddlfree.com/1640-cyberse...ss-plugin.html

Is this you too? Invalid security certificate?

https://certificate.revocationcheck....w.cyberseo.xyz

NETSEX 04-26-2017 02:54 AM

wow that is cool bro, tnx

just a punk 04-26-2017 11:17 AM

CyberSEO 7 is fully compatible with PHP 7 (CyberSEO 6 does not work with PHP 5.5 and above). What does it mean? It does mean that your website will be 2x time faster and it will consume much less resources in comparison with CyberSEO 6 and PHP 5:

https://www.thewebmaster.com/media/u...-7_gOLF77I.jpg

calidosas 04-26-2017 11:20 AM

Very nice friend thanks

SEXMEX 04-26-2017 01:00 PM

That looks like some serious hours, i like it

patadeperro 04-26-2017 04:43 PM

This has always been a great tool, congratulations.

freecartoonporn 04-26-2017 09:59 PM

can it do this ?

scrape rss/xml,
feed contains, jpgeg/gif image url, title , tags.

set the image as featured image for my theme, re arrange tags and create new post in draft mode., later i will modify tags and publish post.

i dont want to download images to my server, i want to use remote images in my site.

is this doable ?

Thanks

jiguideveloper 04-26-2017 10:05 PM

Nice post

just a punk 04-26-2017 10:43 PM

Quote:

Originally Posted by freecartoonporn (Post 21731413)
can it do this ?

scrape rss/xml,
feed contains, jpgeg/gif image url, title , tags.

set the image as featured image for my theme, re arrange tags and create new post in draft mode., later i will modify tags and publish post.

i dont want to download images to my server, i want to use remote images in my site.

is this doable ?

Thanks

It's impossible to use a remote image as a featured one. That's not a limitation of CyberSEO, that's a limitation of WordPress. So if you want to use some image as a post thumbnail, it must be downloaded to your host and added to the WP media library. Everything that can be done by CyberSEO fully automatically.

2Bladewire: cyberseo.xyz is not my domain. You can see my domain in signature. As about that "nulled" CyberSEO 6 version of 2012 which is available on file lockers, you can to download and use it, but don't cry that your server was hacked. That warez script has a backdoor.

Gonger 04-27-2017 12:26 AM

Quote:

Originally Posted by freecartoonporn (Post 21731413)
can it do this ?

scrape rss/xml,
feed contains, jpgeg/gif image url, title , tags.

set the image as featured image for my theme, re arrange tags and create new post in draft mode., later i will modify tags and publish post.

i dont want to download images to my server, i want to use remote images in my site.

is this doable ?

Thanks

There are some plugins which make an image url to load remotely on page visit and be a featured image of a post.

Just check with your theme the compatible one.

freecartoonporn 04-27-2017 03:25 AM

Quote:

Originally Posted by CyberSEO (Post 21731443)
It's impossible to use a remote image as a featured one. That's not a limitation of CyberSEO, that's a limitation of WordPress. So if you want to use some image as a post thumbnail, it must be downloaded to your host and added to the WP media library. Everything that can be done by CyberSEO fully automatically.

2Bladewire: cyberseo.xyz is not my domain. You can see my domain in signature. As about that "nulled" CyberSEO 6 version of 2012 which is available on file lockers, you can to download and use it, but don't cry that your server was hacked. That warez script has a backdoor.

Thanks, i can understand that it needs to self host images for setting them as featured image., becuase it gets resized on the fly or at the time of post creation.,
but how does the gif featured image resize works ?

i can let images download to my server, web hosting are cheap.


Quote:

Originally Posted by Gonger (Post 21731539)
There are some plugins which make an image url to load remotely on page visit and be a featured image of a post.

Just check with your theme the compatible one.

thanks , will look into it.

just a punk 04-27-2017 05:14 AM

The most important thing here to know is that WordPress resizes the images, not CyberSEO. To be honest, I don't know how good WordPress does handle the gif resizing nowadays.

SpaceDoc 04-27-2017 06:54 AM

Good job buddy

just a punk 05-05-2017 01:02 AM

The example in the first post was made for some hypothetical XML feed. Let me show you a few example from the real life.

Say you are going to import video embeds from video XML feed in SmartScripts format. Almost all existing affiliate programs provide them. These feeds look like this one: http://royal-cash.com/index.php?handler=promo_flv&format=xml

Actually there is a built-in preset for such type of feeds in CyberSEO 7. You should just select it in the "Select processing rules (preset):" box and simply syndicate the feed. But I just want to show the alternative way which you can use to easy syndicate it by yourself without use of the standard presets.

So what should you do to set up CyberSEO 7 for this type of XML feeds.

1) First of all, you have to add the feed's URL.

2) Now on the feed settings page, put the following lines into the "Custom fields" box:

Code:

clip_url->clip_url
flv->flv
screen_url->screen_url
screen->screen

3) Simply define the desired HTML format for the generated posts by placing something like this into the "Post content" box:

Code:

[video src="%custom_fields[clip_url]%%custom_fields[flv]%" poster="%custom_fields[screen_url]%%custom_fields[screen]%"]
<p>%post_excerpt%</p>

Done! Now you can save the settings and pull the videos. As you can see, with CyberSEO 7 it's extremely easy to syndicate almost any type of content without PHP knowledge.

just a punk 05-20-2017 02:29 AM

Linking gallery images to a sponsor
 
Some customers are asking me on how to link gallery images to a sponsor URL. Actually this is very easy, but requires a slight modification of your WordPress theme.

Let's consider that CyberSEO plugin pulls some sponsor FHG feed or parses a CSV dump with links to FHG's. The plugin generates WP posts with galleries and puts your affiliate link into the "paysite" custom field.

So if you want to link every full-sized gallery image (not a small thumbnail) to your affiliate link, you should open your attachment.php template and find there a line like this:

Code:

<a href="<?php echo wp_get_attachment_url(); ?>"><img src="<?php echo wp_get_attachment_url(); ?>" alt="<?php the_title_attribute(); ?>" /></a>
now just modify it as follows and save the template:

Code:

<a href="<?php echo get_post_meta(wp_get_post_parent_id(get_the_ID()), "paysite", true); ?>" target="_blank" rel="nofollow"><img src="<?php echo wp_get_attachment_url(); ?>" alt="<?php the_title_attribute(); ?>" /></a>
Vualà: now all your gallery images are linked to your sponsor's paysite with your own affiliate code of course - go get a shovel to grab your bucks :thumbsup

just a punk 06-15-2017 09:37 AM

Using CyberSEO 7 to import Chaturbate XML feeds
 
I've already described the new features of version 7 and now I'm going to show you on how to use them to turn your WordPress site into a full featured livecam whitelabel. First of all, you need to make sure that your copy of the plugin is updated to the latest available one, which is 7.027 ATM. You can do it under CyberSEO->General Settings . Otherwise the plugin will update itself automatically within 24 hours anyways.

Now let's start making our first livecam whitelabel site. The method described below, will be working with any WordPress theme. Personally I was using a freeware Novapress theme on my test site, but you may choose any other - it doesn't matter.

Today I've decided to show you on how to use Chaturbate XML feeds with CyberSEO. Here is the instruction:

1) Click at "Alter default settings" and add the word "RESOURCE" to the list in the "XML section names" box. Save settings.

2) Get your XML feed in the Chaturbate affiliate section (it looks somehow like this: https://chaturbate.com/affiliates/ap...t=xml&wm=ujmdP) and add it to CyberSEO.

3) On the feed settings page set up the following options:

Maximum number of posts to be syndicated from each feed at once: 100
Post thumbnail: Generate from the "thumb" custom field
Republish existing posts: must be checked (enabled)

4) Custom fields:

Code:

image_url->thumb
5) Post title:

Code:

%xml_tags[display_name]%
6) Post content:

Code:

%xml_tags[iframe_embed_revshare]%
<p><strong>%xml_tags[display_name]%</strong>, %xml_tags[age]% y.o.</p>
<p><strong>Location:</strong> %xml_tags[location]%</p>
<p><strong>Room subject:</strong> %xml_tags[room_subject]%</p>

7) Now save the settings and pull the feed!

If you followed my instructions above, your title page will be looking like this (depends of your theme of course):

http://s018.radikal.ru/i506/1706/d0/5daad38f0de7.jpg

Here is an example of a single page:

http://s16.radikal.ru/i190/1706/cc/eed2948dede4.jpg

As you can see, everything is very easy. No PHP knowledge is required and all options are very intuitive. The most "complicated" part is #6. It's a template which defines the HTML formatting for your posts. You can change it as you want.

Also there is a new option in CyberSEO 7.027: "Republish existing posts". This is a very useful thing for livecam sites. When it's enabled the models from the top of the XML feed will be always pushed up at your site (moved at the top of other posts). So if this model is already in the database (say was added a month ago) but now is online, her post will appear at your first page and even the thumbnail will be updated with the most recent one. Isn't it cool, ah? :winkwink:

Should I tell you that with CyberSEO 7 you can mix various livecam programs at the same site? :pimp

Feel free to use this method at your sites and stay tuned. Another livecam manual is on the way... ;)

just a punk 06-16-2017 02:32 AM

Using CyberSEO 7 to import BongaCams XML feeds
 
Let's continue with livecams. Today I will show you on hoe to import Bongacams XML feeds with CyberSEO. Here is the instruction:

1) Click at "Alter default settings" and add the word "MODEL" to the list in the "XML section names" box. Save settings.

2) Get your XML feed in the BongaCash promo tools section (it looks somehow like this: https://ssl-tools.bongacams.com/prom...1&api_type=xml) and add it to CyberSEO.

3) On the feed settings page set up the following options:

Maximum number of posts to be syndicated from each feed at once: 100
Post thumbnail: Generate from the "thumb" custom field
Republish existing posts: must be checked (enabled)

4) Custom fields:

Code:

thumbnail_image_big_live->thumb
5) Post title:

Code:

%xml_tags[username]%
6) Post content:

Code:

<iframe src="%xml_tags[embed_chat_url]%" width="100%" height="520" frameborder="0" scrolling="no"></iframe>
<p><strong>%xml_tags[username]%</strong>, %xml_tags[display_age]% y.o.</p>
<p><strong>Ethnicity:</strong> %xml_tags[ethnicity]%</p>
<p><strong>Language:</strong> %xml_tags[primary_language_key]%/%xml_tags[secondary_language_key]%</p>
<p><strong>Turns on:</strong> %xml_tags[turns_on]%</p>
<p><strong>Turns off:</strong> %xml_tags[turns_off]%</p>

7) Now save the settings and pull the feed!

If you followed my instructions above, your title page will be looking like this (depends of your theme of course):

http://s019.radikal.ru/i612/1706/a1/2769949ef9c5.jpg

Here is an example of a single page:

http://s011.radikal.ru/i318/1706/fc/32de95a84c58.jpg

It was very easy, isn't it? Wanna import something else? Just let me know and I'll show you how! With CyberSEO everything is possible :pimp

just a punk 06-16-2017 11:13 AM

To make it even easier, you can download these settings as preset files:

http://www.cyberseo.net/downloads/share/chaturbate.zip
http://www.cyberseo.net/downloads/share/bongacams.zip

Simply unzip them into your wp-content/plugins/cyberseo/presets folder and they become instantly available in the "processing rules (preset)" drop box. Now you can add these livecam feeds in literally two mouse clicks.

just a punk 06-19-2017 03:10 AM

Using CyberSEO 7 to import AWEmpire (LiveJasmin) XML feeds
 
Today I will show you on hoe to import AWEmpire (LiveJasmin) XML feeds with CyberSEO. Here is the instruction:

1) Click at "Alter default settings" and add the word "MODEL" to the list in the "XML section names" box. Save settings.

2) Get your XML feed in the AWEmpire promo tools section (it looks somehow like this: http://promo.awempire.com/xml/feed/i...fId={SUBAFFID}) and add it to CyberSEO.

3) On the feed settings page set up the following options:

Maximum number of posts to be syndicated from each feed at once: 100
Post thumbnail: Generate from the "thumb" custom field
Republish existing posts: must be checked (enabled)

4) Custom fields:

Code:

size896x504->thumb
5) Post title:

Code:

%xml_tags[performerId]%
6) Post content:

Code:

<script src="http://promo.awempire.com/live_feeds/script_basic_livefeed.php?performerId=%xml_tags[performerId]%&performerList=&forcedPerformer=1&width=800&height=450&chatMode=always&bgColor=&site=jasmin&cobrandId=&psId=AFFILIATE_ID&psTool=202_1&psProgram=revs&campaignId=&category=&muted=1&subAffId={SUBAFFID}"></script>
<div id="object_container"></div>
<p><strong>%xml_tags[performerId]%</strong>, %xml_tags[age]% y.o.</p>
<p><strong>Country:</strong> %xml_tags[country]%</p>
<p><strong>Willingnesses:</strong> %xml_tags[willingness]%</p>

7) Now save the settings and pull the feed!

If you followed my instructions above, your title page will be looking like this (depends of your theme of course):

http://s46.radikal.ru/i111/1706/4d/3903ca2db9c7.jpg

Here is an example of a single page:

http://s018.radikal.ru/i528/1706/73/9a7bbd81a265.jpg

Important: Since the chat room iframe code is not included into the XML feed, we have to create it in #6 explicitly. Thus you have to replace "AFFILIATE_ID" there with your actual AWEmpire affiliate id. Otherwise you won't be credited for the sales!

Here is a ready-to-use preset for those who like to do it in two mouse clicks: http://www.cyberseo.net/downloads/share/awempire.zip

Seems the livecams thing is not very popular here on GFY... Ok, let's stop with them then.

just a punk 06-19-2017 03:46 PM

Today I was asked if it's possible to hotlink the livecam thumbnails instead of downloading them to the own host.

To prevent similar questions in future, I'll dup my answer here. This is impossible and that's not a limitation of CyberSEO. That's a limitation of WordPress. All featured images (post thumbnails) must be stored in the WordPress media library and all images in media library must be located at your host.

magneto664 06-29-2017 06:50 PM

Hey cyberseo do you provide coupon code for gfy users? tnx.

just a punk 06-30-2017 05:53 AM

Quote:

Originally Posted by magneto664 (Post 21862255)
Hey cyberseo do you provide coupon code for gfy users? tnx.

Hint: check my signature please ;)

magneto664 06-30-2017 05:58 AM

Quote:

Originally Posted by CyberSEO (Post 21862708)
Hint: check my signature please ;)

Yeap tnx. !!!

magneto664 06-30-2017 06:53 AM

Guys, pls share my your working site with cyberseo and chaturbate or bonga tnx.

just a punk 06-30-2017 07:12 AM

I don't think someone will be ready to show off his working websites on GFY...

I thought that screenshots should be enough how does the syndicated content looks like. If you want to see the internal post structure, you should keep in mind that it will be formatted according to your own template.

My BongaCams example above uses the following template:

Code:

<iframe src="%xml_tags[embed_chat_url]%" width="100%" height="520" frameborder="0" scrolling="no"></iframe>
<p><strong>%xml_tags[username]%</strong>, %xml_tags[display_age]% y.o.</p>
<p><strong>Ethnicity:</strong> %xml_tags[ethnicity]%</p>
<p><strong>Language:</strong> %xml_tags[primary_language_key]%/%xml_tags[secondary_language_key]%</p>
<p><strong>Turns on:</strong> %xml_tags[turns_on]%</p>
<p><strong>Turns off:</strong> %xml_tags[turns_off]%</p>

So here is an example of generated post (you can see its HTML structure):
<iframe src="https://bongacams.com/chat-popup/criss333?hit_url=https%3A%2F%2Fbongacams.com%2Ftra ck%3Fc%3D252831" width="100%" height="520" frameborder="0" scrolling="no"></iframe>

<strong>criss333</strong>, 25 y.o.

<strong>Ethnicity:</strong> White/Caucasian

<strong>Language:</strong> russian/english

<strong>Turns on:</strong> intelligent, generous man!

<strong>Turns off:</strong> liar, greed men
If you change the template, the generated post will be different too.

magneto664 06-30-2017 02:46 PM

CyberSEO pls clear your PM tnx. CyberSEO has exceeded their stored private messages quota and cannot accept further messages until they clear some space.

magneto664 07-01-2017 09:33 AM

I get plugin today and is amazing
I would like get some more from it
can I get solution
how to insert all data from JSON chaturbate file and how to insert it to post custom fields
basicly all from how to insert name - sex age etc.
and how to send tags from json file straight to post tag.
and maybe is possible to sort cams by rooms? for example
females send to females category males to males? tnx.

just a punk 07-01-2017 09:38 AM

Please provide the actual JSON URL you want to parse with CyberSEO.

magneto664 07-01-2017 09:46 AM

For example my JSON : https://chaturbate.com/affiliates/ap...=json&wm=jQrKO

Will be very good to send each option straight to post custom field.
and rest is a magic.

Or maybe any step by step instruction how to setup each custom field from json. tnx.

just a punk 07-01-2017 01:41 PM

Quote:

Originally Posted by magneto664 (Post 21864940)

Just add that JSON link to CyberSEO. It will be automatically converted into XML format, so the cam site model info will look like this (you can see it if you click the "XML tags" tab on the feed settings page):

Code:

<num_followers>222003</num_followers>
<iframe_embed><iframe src='https://chaturbate.com/affiliates/in/?tour=Jrvi&amp;campaign=jQrKO&amp;track=embed&amp;room=jackplusjill&amp;bgcolor=white' height=528 width=850 style='border: none;'></iframe></iframe_embed>
<display_name>JackPlusJill</display_name>
<tags_item>petite, bigcock, sex, threesome, cum, horny</tags_item>
<recorded>false</recorded>
<iframe_embed_revshare><iframe src='https://chaturbate.com/affiliates/in/?tour=9oGW&amp;campaign=jQrKO&amp;track=embed&amp;room=jackplusjill&amp;bgcolor=white' height=528 width=850 style='border: none;'></iframe></iframe_embed_revshare>
<chat_room_url>https://chaturbate.com/affiliates/in/?tour=yiMH&campaign=jQrKO&track=default&room=jackplusjill</chat_room_url>
<location>https://twitter.com/_JackplusJill_</location>
<chat_room_url_revshare>https://chaturbate.com/affiliates/in/?tour=LQps&campaign=jQrKO&track=default&room=jackplusjill</chat_room_url_revshare>
<username>jackplusjill</username>
<spoken_languages>[email protected]</spoken_languages>
<image_url_360x270>https://roomimg.stream.highwebmedia.com/ri/jackplusjill.jpg</image_url_360x270>
<current_show>hidden</current_show>
<birthday>1991-06-05</birthday>
<is_hd>1</is_hd>
<seconds_online>7737</seconds_online>
<gender>c</gender>
<age>26</age>
<num_users>3325</num_users>
<image_url>https://roomimg.stream.highwebmedia.com/ri/jackplusjill.jpg</image_url>
<room_subject>Alina first show in over 2 years!, ⭐️ Tip 165 to see us! �� VOTE on TokenPoll for the Cumshot! �� #threesome #horny #petite #bigcock #sex #cum [45 min long].</room_subject>

First of all you need to generate the post title. Let's assume you are going to use the model display_name for it. In this case you should enter the appropriate XML item name into the "Post title" box:

Code:

%xml_tags[display_name]%
Now you have to decide which exactly items you want to import and how you want to store them.

For example, if you want to put the chatroom iframe code into the post body, you can do it by altering the "Post contentt" template as follows:

Code:

<p>%xml_tags[iframe_embed]%</p>
If you want to put the room subject below the iframe, the "Post content" template should look like this:

Code:

<p>%xml_tags[iframe_embed]%</p>
<p>Room subject: %xml_tags[room_subject]%</p>

As you can see, everything is very simple and you may insert any data into post title, post body or excerpt and generate the desired post structure - you decide how to format it.

If you want to store some data as WordPress custom fields, you should do it via the "Custom fields" box. E.g.:

Code:

image_url_360x270->thumb
birthday->birthday
age->age

This means that contents of "image_url_360x270" will be stored in the "thumb" WordPress custom field (can be used for generation of post thumbnails). Also the model birthday and age will be stored in custom fields of the same names.

Please find more information here: Content Syndicator – CyberSEO

magneto664 07-01-2017 02:14 PM

Wow. Is clear for me
I have only problem with tags.
I want add a tags jus to post tag. also age will be nice to add to post tags.
i try add tags also to content but is no working to me maybe reason is array (4-5 tags with ,) ??
tnx

just a punk 07-01-2017 02:27 PM

Quote:

Originally Posted by magneto664 (Post 21865201)
Wow. Is clear for me
I have only problem with tags.
I want add a tags jus to post tag. also age will be nice to add to post tags.
i try add tags also to content but is no working to me maybe reason is array (4-5 tags with ,) ??
tnx

To import the mentioned tags from that JSON feed you have to do the following:

1) Add this line to the "Custom fields" box:

Code:

tags_item->tags
2) Add this line to the "PHP code <?php .. ?>" box:

Code:

$post['tags_input'] = implode(',', $post['custom_fields']['tags']);
I know this method is not intuitive and looks a bit ugly, so I'm going to make an easier way to do it in the upcoming updates of CyberSEO 7.

magneto664 07-01-2017 02:41 PM

Is no better to send tags to this dedicated form? "Post tags"
is ok to paste this code "tags_item->tags" in tag post form?

tnx for your support, plugin is amazing and worth this money!

just a punk 07-01-2017 03:05 PM

Quote:

Originally Posted by magneto664 (Post 21865243)
Is no better to send tags to this dedicated form?

The is exactly that the PHP code above does. The model tags will be converted to standard WordPress post tags.

Quote:

Originally Posted by magneto664 (Post 21865243)
is ok to paste this code "tags_item->tags" in tag post form?

In this case the tags will be stored in the "tags" custom field, while we need to save them as post tags.

just a punk 07-02-2017 03:17 AM

Here is a fix for "PHP code <?php .. ?>" box in my post #37:

Code:

$post['tags_input'] = $post['custom_fields']['tags'];
Because $post['custom_fields']['tags'] is already an array, not a text string.

magneto664 07-02-2017 05:17 AM

This part of code work amazing. One more think
- with part content from xml is go to spinner?
- how to add gender to tag, i try use this in post tag form

Code:

%xml_tags[gender]%,
but is no working, i need send this same way like a tags_item, tnx.

just a punk 07-02-2017 05:36 AM

Quote:

Originally Posted by magneto664 (Post 21865879)
- with part content from xml is go to spinner?

All parts of the post (the post contents, the title and the excerpt) will be spun/synonymized it you select the appropriate option in the feed settings.

Quote:

Originally Posted by magneto664 (Post 21865879)
- how to add gender to tag

1) Add the following line to the "Custom fields" box:

Code:

gender->gender
2) Put this code into the "PHP code <?php .. ?>" box:

Code:

if ($post['custom_fields']['gender'] == 's') {
  $post['tags_input'][] = 'Shemale';
}
if ($post['custom_fields']['gender'] == 'm') {
  $post['tags_input'][] = 'Male';
}
if ($post['custom_fields']['gender'] == 'f') {
  $post['tags_input'][] = 'Female';
}
if ($post['custom_fields']['gender'] == 'c') {
  $post['tags_input'][] = 'Couple';
}

If you want to use the cam site model sex as a WordPress post category, you should use this code:

Code:

if ($post['custom_fields']['gender'] == 's') {
  $post['categories'][] = 'Shemale';
}
if ($post['custom_fields']['gender'] == 'm') {
  $post['categories'][] = 'Male';
}
if ($post['custom_fields']['gender'] == 'f') {
  $post['categories'][] = 'Female';
}
if ($post['custom_fields']['gender'] == 'c') {
  $post['categories'][] = 'Couple';
}

So every gender will go to its own category. Also you can filter out the model by sex. E.g.

Code:

if ($post['custom_fields']['gender'] != 'f') {
  $post = false;
}

So only female profiles will be added to your site. Everything else will be ignored.

magneto664 07-02-2017 06:12 AM

I try to overwrite custom_fields with gender

if ($post['custom_fields']['gender'] == 's') {
$post['custom_fields']['gender_rewrite'] = 'Shemale';
}

Is my way is ok?

also I notice is important to keep logic construction in php section, we need to think what to do first and last :)

just a punk 07-02-2017 06:20 AM

Quote:

Originally Posted by magneto664 (Post 21865909)
I try to overwrite custom_fields with gender

Code:

if ($post['custom_fields']['gender'] == 's') {
    $post['custom_fields']['gender_rewrite'] = 'Shemale';
}

Is my way is ok?

No, it's not. It must be done like this:

Code:

if ($post['custom_fields']['gender'] == 's') {
    $post['custom_fields']['gender'] = 'Shemale';
}


magneto664 07-04-2017 12:35 PM

I don't want do to mistake just to confirm in XML file in chaturbate we we work only on revshare program? tnx

just a punk 07-04-2017 12:51 PM

As far as I can see there are two different iframe embeds in the Chaturbate XML feed: iframe_embed (I assume it's PPS) and iframe_embed_revshare (must be revshare IMHO). So you decide which one you are going to import with CyberSEO (revashare, PPS, or both)).

magneto664 07-04-2017 01:05 PM

And one more think with give me more customs

Code:

%xml_tags[display_name]%
This is a default title from tutorial - how to display title (model name) always starting from capital letter - did I need also add a custom php code? tnx.

just a punk 07-05-2017 04:15 AM

If you want to uppercase the post title's first character, you should use the PHP code:

Code:

$post['post_title'] = ucfirst($post['post_title']);

magneto664 07-05-2017 05:57 AM

Thank you! Guys this plugin is worth any money!

Profits of Doom 07-07-2017 09:31 AM

I already own CyberSEO 7, is there any reason for me to also buy Gallery Magic, or does CyberSEO 7 already do everything that Gallery Magic does?


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

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