![]() |
I sent You login details to email.
|
i was wondering if it's possible with CyberSeo to extract thumb from a video feed, store the thumb locally and add it as custom field to wp
|
Easily :)
Description: http://www.cyberseo.net/wordpress-tube/ Examples: http://www.planet-pussy.com/ http://www.coedsx.com/ |
Quote:
To fixe this problem, try to increase the values of wait_timeout and interactive_timeout options in the "my.ini/mysqld" config. |
Quote:
Great support to script. |
Great support man, impressive!
|
You are welcome!
|
Help with the Plugin
Hi, nice plugin. Im playing around with it and i understand how to add data using the custom fields. What im confused with is the php because im no expert at php. Im using the freewptube theme, and using flowplayer for video playback. I typically use themes just for the design, and mod them to fit my needs. Im trying to use the dogfart xml flv feed for the website WatchingyourMomgoBlack.com:
Code:
<videos> duration hostedflv paysite_title paysite_url star thumb join_now sponsor sponsorlink time Duration- I was able to pull using the feed. However, the duration came out like 151, when i need it to format like 1:51 or 2:30. hostedflv- I see the flv file but its not hosted. Can i somehow use php to combine the <clip_url> and <flv> to make it a hostedflv that will fit into my theme? Or do i need to recode the theme to have 2 custom fields for that one call in flowplayer? paysite_title- I am able to grab this with <paysite> so no issues. paysite_url- I think in your documentation you show how to add this //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/'; Star- I am able to grab this with <title> so no issues. However i wish they actually gave their episodes a title instead of the stars name. thumb- i have same issue with this as i have with the hostedflv field. The images are not linked but if i can combine <screen> and <screen_url> problem solved. So for hostedflv and thumb i need to create a url from it's path and file name. join_now- Call to action link, below video usually straight to a join page similar to paysite url can i use this twice: //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/'; ?? sponsor- i use this to talk about the sponsor using a small description of the program or their main site. Can this be inserted into the php code? sponsorlink- just like with join_now and paysite_url, Im not sure if i can add this code multiple times //$post ['custom_fields'] ['paysite_url'] = 'HTTP://WWW.SITE.COM/'; time- This i would like to be a random number over 20:00. Since most sponsors dont tell the surfers how long the videos are that they are watching, i like to take a guess at it, so they know for sure there is more to the clip. If cyberseo can automate this for me that would be awesome. Bonus: Post Tags- most xml feeds contain none. is there a way to insert tags that rotate on each post so that every single post doesnt have the exact same tags? If i could create a general list of tags for each feed that doesnt have them and have them rotated on a post by post basis that would also be awesome :). So i kind of understand how to use your ultra flexible plugin but im not good with php, if you could help me tie this together it would be greatly appreciated :thumbsup |
Great thread!!
|
Go to your XML feed options page and do the following:
1) Insert this into the "Custom Fields" box: Code:
screen_url::screen_url Code:
// put the site link to paysite into the 'paysite_url' custom field according to Free WordPress Tube doc $post ['categories'] [] = array_rand ( array ("tag1", "tag2", "tag3", "tag4" ) ); 3) Enable "Create tags from category names" option. 4) Click "Update Feed Settings". That's all :) |
Quote:
Here is what i put for tags: Code:
// generate random tags. Don't forget to replace tag1, tag2 etc with the prefered tag names. Also don't forget to enable "Create tags from category names" option on the feed settings page Thanks a million :pimp |
I need to read this all the way in the morning.. been looking for software like this..
|
Quote:
Code:
// generate random tags. Don't forget to replace tag1, tag2 etc with the preferred tag names. Also don't forget to enable "Create tags from category names" option on the feed settings page Quote:
Quote:
Code:
if (strlen ( $post ['post_excerpt'] ) > 100) { Quote:
|
I found a theme i really like however, its made a little differently. There is a separate posting section for video, that has its own set of categorys, tags, etc. Is it possible to get cyberseo to recognize categories from that section exclusively or in addition to the regular categories? Take a look at the theme http://templatic.com/freethemes/video
you have to see what i mean because its hard to describe, thanks |
Do you think using tricks like synonyms and morphing are really worth wasting time with? Any search engine worth it's salt will be using a wordnet equivalent and detect this stuff - it's very basic tech. Kinda pointless. Links pulled.
|
congrats!!!!!
|
Quote:
|
Quote:
What's about news sites? Let's take any piece of text from CNN and search it with Google. And what do we see? There are about 5,860 results and they are all listed. Why Google didn't ban every site besides CNN? Actually I can show many other examples, but this doesn't really matter. Most of people have no creativity and they don't understand that only "synonyms and morphing" won't make them rich. Synonymizer is just a single method which can (not always) be used in combination with many others. The CyberSEO Suite is not just a synonymizer or a content spinner. This is not a problem of script (the script is just a tool) but a problem of narrow-minded person who don't understand that even a car can carry him or it can kill him. Everything depends on his skills and discretion. :2 cents: Links pulled :pimp |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Just learned the Video template. Unfortunately it's impossible to make it working with CyberSEO Suite directly. The mentioned template uses its own format of posts called "videos".
So without changes in the template itself, it won't work with CyberSEO Suite. |
Hello,
New question, for some reason the images are not being saved to my /uploads or cloaked with the fake images folder. In your last tutorial there was this comment: Code:
// uncomment the line below to store thumbnails on your server |
Quote:
those tell the server that everything on that line is a comment and is not executed when he says 'uncomment' he means you delete the "//" at the beginning of that line |
As d-null said. If you want to store the thumbs on your server, simple remove the comments mark "//". So your code must look like this:
Code:
// uncomment the line below to store thumbnails on your server |
Quote:
|
Quote:
Anyways here is the php code Code:
// fake random time from 0:20:00 to 2:00:00 |
I believe you are doing something wrong. For example, this code will generate random time in range 10..20 minutes:
Code:
$post ['custom_fields'] ['time'] = date ( 'i:s', rand ( 600, 1200 ) ); Code:
for($i = 0; $i < 10; $i ++) { 18:43 18:07 10:17 11:04 16:38 11:32 10:55 18:46 17:28 19:25 So everything looks ok to me. |
Quote:
|
What's the feed URL?
|
Awesome :)
|
Quote:
http://rss.pimproll.com/rss.php?id=M...1&j=29&src=rss |
Quote:
PHP Code:
|
Quote:
|
Yes it is. Answered to your another question on the support board.
E.g.: PHP Code:
|
Quote:
ok thank you sir, i figuired it may help someone here also :) more awesome support for your awesome tool :thumbsup |
Quote:
e.g. 1 2 3 4 Also i pulled 5 post manually from this particular feed from pimproll and i got the same post 5 times with none of the text spun. This strange because all xml feeds syndicate fine and text is being spun. Solutions? Thanks in advance. *i pulled a 6th post and got a different post so maybe there is a problem with the feed itself http://rss.pimproll.com/rss.php?id=M...1&j=13&src=rss |
Perhaps you can make it so we can add a synonym table for categories...
Pretend I have a gay cams blog and it is taking in posts via RSS feed. If a post has: Check out Kyle on his free gay cam. This twink loves sticking butt plugs up his tight little ass on web cam! You can tell him to do just about anything and he will do it. Watch him jack his cock and even suck his own huge cock! Then if I could make a syn table like: big cocks|big dicks|big dick|huge dick|huge cocks|large dick ...etc... and this post would end up in the big cocks category because of the match on huge cock. Or... Toys|butt plug|butt plugs|dildo|dildos|vibrator|vibrators And we'd get category of Toys. |
Quote:
|
All times are GMT -7. The time now is 03:12 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc