Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
04-05-2011, 11:00 AM | #101 | |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
Quote:
__________________
Obey the Cowgod |
|
04-05-2011, 06:51 PM | #102 | |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
Quote:
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
|
04-06-2011, 07:09 AM | #103 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
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.
__________________
Obey the Cowgod |
05-06-2011, 10:03 AM | #104 |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
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 // cseo_store_image ('thumb', $post ['post_title']);
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
05-06-2011, 10:06 AM | #105 | |
. . .
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
|
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 |
|
05-06-2011, 10:26 AM | #106 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
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 cseo_store_image ('thumb', $post ['post_title']);
__________________
Obey the Cowgod |
05-06-2011, 10:27 AM | #107 |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
thanks im still learning all the little nuances of php, first time i did it i got errors
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
05-06-2011, 12:51 PM | #108 | |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
Quote:
Anyways here is the php code Code:
// fake random time from 0:20:00 to 2:00:00 $post ['custom_fields'] ['time'] = date ( 'i:s', rand ( 1200, 72000 ) );
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
|
06-02-2011, 02:02 AM | #109 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
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 ++) { echo date ( 'i:s', rand ( 600, 1200 ) ) . "\n"; } 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.
__________________
Obey the Cowgod |
07-09-2011, 11:31 AM | #110 | |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
Quote:
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
|
07-09-2011, 02:32 PM | #111 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
What's the feed URL?
__________________
Obey the Cowgod |
07-09-2011, 03:09 PM | #112 |
Confirmed User
Industry Role:
Join Date: Oct 2010
Location: Money
Posts: 612
|
Awesome
|
07-09-2011, 08:02 PM | #113 |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
07-10-2011, 03:06 AM | #114 | |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
Quote:
PHP Code:
__________________
Obey the Cowgod |
|
07-10-2011, 06:28 AM | #115 | |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
Quote:
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
|
07-10-2011, 06:58 AM | #116 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
Yes it is. Answered to your another question on the support board.
E.g.: PHP Code:
__________________
Obey the Cowgod |
07-11-2011, 12:37 AM | #117 | |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
Quote:
ok thank you sir, i figuired it may help someone here also more awesome support for your awesome tool
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
|
07-17-2011, 10:29 AM | #118 | |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
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
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
|
07-17-2011, 04:34 PM | #119 |
Damn Right I Kiss Ass!
Industry Role:
Join Date: Dec 2003
Location: Cowtown, USA
Posts: 32,349
|
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. |
07-17-2011, 06:59 PM | #120 | |
. . .
Industry Role:
Join Date: Apr 2007
Location: NY
Posts: 13,724
|
Quote:
|
|
07-19-2011, 02:33 AM | #121 | ||
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
Quote:
Code:
$post ['custom_fields'] ['thumb'] = preg_replace ( '/.*?img src="(.*?)".*?$/s', "\\1", $post ['post_excerpt'] ); $base = str_replace ( basename ( $post ['link'] ), "", $post ['link'] ); $post ['post_content'] .= strip_tags ( $post ['post_excerpt'] ); $post ['post_content'] .= "<table align=\"center\">\n"; $post ['post_content'] .= "<tr>\n"; $post ['post_content'] .= "<td><a href=\"" . $base . "/001.mpg" . "\"><img src=\"" . $base . "/001.jpg" . "\"></a></td><td><a href=\"" . $base . "/002.mpg" . "\"><img src=\"" . $base . "/002.jpg" . "\"></a></td>\n"; $post ['post_content'] .= "</tr><tr>\n"; $post ['post_content'] .= "<td><a href=\"" . $base . "/001.mpg" . "\"><img src=\"" . $base . "/003.jpg" . "\"></a></td><td><a href=\"" . $base . "/004.mpg" . "\"><img src=\"" . $base . "/004.jpg" . "\"></a></td>\n"; $post ['post_content'] .= "</tr>\n"; $post ['post_content'] .= "</table>\n"; $post ['post_content'] .= "<p align=\"center\"><a href=\"" . $post ['link'] . "\"><strong>Click Here For More!</strong></a></p>\n"; Quote:
__________________
Obey the Cowgod |
||
07-19-2011, 03:00 AM | #122 | |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
Quote:
Code:
$cat_file = file ( "CATEGORIS_FILE" ); if ($post ["post_content"] == "") { $post ["post_content"] = $post ["post_excerpt"]; } foreach ( $cat_file as $line ) { list ( $cat, $keywords ) = explode ( ":", $line ); $keywords = explode ( "|", $keywords ); foreach ( $keywords as $keyword ) { if (stripos ( $post ["post_content"], trim ( $keyword ) ) !== false) { $post ['categories'] [] = $cat; break; } } } Code:
Big cocks:big dicks|big dick|huge dick|huge cocks|large Toys:butt plug|butt plugs|dildo|dildos|vibrator|vibrators
__________________
Obey the Cowgod |
|
07-19-2011, 07:20 AM | #123 | |
Confirmed User
Industry Role:
Join Date: Jul 2008
Location: In your back seat with duck tape
Posts: 4,568
|
Quote:
mysite.com/man-in-hat mysite.com/man-in-hat2 mysite.com/man-in-hat3 mysite.com/man-in-hat4 With all the post being the same except the title had a number added to it. I was manually pulling the feed, and i changed the check duplicate content settings to title and guid and also on global i unchecked "Disable Feed Duplication Control" and that seemed to fix it.
__________________
High Performance Vps $10 Linode Manage your Digital Ocean, Linode, or Favorite Cloud Server. Simple, fast, and secure Server Pilot |
|
07-19-2011, 09:53 AM | #124 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
If changing duplicate control to "guid and tittle" helped, then the problem was related to the feed's guids.
__________________
Obey the Cowgod |
07-28-2011, 07:04 AM | #125 |
Confirmed User
Join Date: Nov 2002
Location: Middle of a cornfield
Posts: 1,103
|
Would it be possible to have a "shared" synonym table across an entire blog farm? Update one and update them all? Maybe a flat text file to include?
Lots of great tips and code in this thread. Keep it going. |
07-28-2011, 07:15 AM | #126 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
You can upload the synonym table to your host as a raw text file and use it's server path or URL on all your splogs.
By the way, here is a 20% OFF coupon on CyberSEO Unlimited (both Lite and Suite editions): HOTSUMMER The coupon will be valid till August 7th. Hurry up
__________________
Obey the Cowgod |
07-28-2011, 07:28 AM | #127 | |
Confirmed User
Join Date: Nov 2002
Location: Middle of a cornfield
Posts: 1,103
|
Quote:
|
|
08-01-2011, 03:42 AM | #128 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
Using Google Translate with CyberSEO
Ok, here is the manual on how to use Google Translator with the CyberSEO plugin.
1) Syndicate the feed your are going to pull posts from. 2) In the feed options menu post the following code into the "PHP Code <?php .. ?>" box: Code:
// Set source language, e.g. English $s = 'en'; // Set destination language, e.g. German $d = 'de'; if ($post ['post_content'] == '') { $post ['post_content'] = $post ['post_excerpt']; } $ch = curl_init (); curl_setopt ( $ch, CURLOPT_URL, 'http://ajax.googleapis.com/ajax/services/language/translate?v=1.0&q=' . urlencode ( $post ['post_content'] ) . '&langpair=' . urlencode ( $s . '|' . $d ) ); curl_setopt ( $ch, CURLOPT_REFERER, 'http://www.yoursite.com/translate.php' ); curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, 1 ); $json = json_decode ( curl_exec ( $ch ), true ); $post ['post_content'] = $json ['responseData'] ['translatedText']; Done! The code above has two variables: $s and $d. Use them to set source and destination language for your feed. For example, if you want to translate the Danish feed to Spanish, use the following values: $s = 'da'; $d = 'es'; Now you can use the Google translator with CyberSEO. That's very easy. Isn't it?
__________________
Obey the Cowgod |
08-01-2011, 07:23 AM | #129 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
Using Yahoo! Babel Fish with CyberSEO
1) Simple syndicate the feed you are going to pull posts from.
2) Put the following code into the “PHP Code <?php .. ?>” box: Code:
// Set source language, e.g. English $s = 'en'; // Set destination language, e.g. German $d = 'de'; if ($post ['post_content'] == '') { $post ['post_content'] = $post ['post_excerpt']; } $translated = cseo_file_get_contents ( 'http://babelfish.yahoo.com/translate_txt?ei=UTF-8&intl=1&trtext=' . urlencode ( $post ['post_content'] ) . '&lp=' . urlencode ( $s . '_' . $d ) . '&btnTrTxt=Translate' ); $post ['post_content'] = preg_replace ( '/(^.*?<div id="result"><div style="padding:0.6em;">)(.*?)(<\/div>.*?$)/s', "\\2", $translated ); The code above has two variables: $s and $d. Use them to set source and destination language for your feed. For example, if you want to translate the Dutch feed to French, use the following values: $s = 'nl'; $d = 'fr'; Now you can use the Yahoo! Babel Fish to automatically translate the XML and RSS feeds with the CyberSEO autoblogging plugin.
__________________
Obey the Cowgod |
08-01-2011, 10:15 AM | #130 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
Bump for 20% OFF coupon
__________________
Obey the Cowgod |
08-02-2011, 01:54 AM | #131 |
Confirmed User
Industry Role:
Join Date: Oct 2006
Posts: 362
|
|
09-08-2011, 07:16 AM | #132 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
CyberSEO 5.14 has been released today. Here is a list of changes:
__________________
Obey the Cowgod |
09-08-2011, 08:41 AM | #133 |
Confirmed User
Join Date: May 2003
Posts: 1,201
|
This is a good advice .
|
09-08-2011, 11:20 AM | #134 | |
Too lazy to set a custom title
Join Date: Jan 2003
Location: Los Angeles
Posts: 10,408
|
Quote:
|
|
09-14-2011, 07:50 AM | #135 |
So fuckin' bored
Industry Role:
Join Date: Jun 2003
Posts: 32,377
|
CyberSEO 5.15 has been released today.
Changes: Added possibility to display custom fields as XML tags in the blog?s RSS feed. To enable this function, simple add the following variable to your feed?s URL: custom_tags=custom_field_name1[,custom_field_name1,...] For example, if your WordPress posts have views and thumb custom fields, you can display them as tags in the RSS feed using this URL: yourblog.com/feed/?custom_tags=views,thumb Make sure to update your copy!
__________________
Obey the Cowgod |