|   |   |   | ||||
| 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. | 
| 
 | |||||||
| New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. | 
|  | Thread Tools | 
|  05-12-2016, 12:14 PM | #1 | 
| Confirmed User Industry Role:  Join Date: Jul 2006 
					Posts: 581
				 | 
				
				Cyberseo xml
			 Guys, I'm trying to pull some data from this feed but I cant get it to pull any info.. what am I doing wrong here? feed: custom fields: profilePictureUrl->thumb performerId->name chatRoomUrl->chat_link details->categories php: $post['guid'] = $post['custom_fields']['thumb']; $post['post_title'] = 'Chat with ' . $post['custom_fields']['name']; if (!cseo_post_exists($post)) { $post['post_content'] .= '<h2 style="text-align: center;"><a href="' . $post['custom_fields']['chat_link'] . '">Click to Chat and get the best Discounts!</a></h2>'; $post['post_content'] .= '<p style="text-align: left;"><strong>Name:</strong> ' . $post['custom_fields']['name'] .'</p>'; $post['post_content'] .= '<p style="text-align: left;"><strong>Categories:</strong> ' . $post['custom_fields']['categories'] .'</p>'; } else { $post = false; } Section tag: data,models,model ? 
				__________________ | 
|   |         | 
|  05-13-2016, 09:41 AM | #2 | 
| So fuckin' bored Industry Role:  Join Date: Jun 2003 
					Posts: 32,386
				 | Section tag is "MODEL". Also you should change  profilePictureUrl->thumb details->categories to size320x240->thumb willingness->categories 
				__________________ Obey the Cowgod | 
|   |         | 
|  05-16-2016, 09:48 AM | #4 | 
| So fuckin' bored Industry Role:  Join Date: Jun 2003 
					Posts: 32,386
				 | Need more info on the issue. Any error messages or so? 
				__________________ Obey the Cowgod | 
|   |         | 
|  05-16-2016, 04:04 PM | #6 | 
| So fuckin' bored Industry Role:  Join Date: Jun 2003 
					Posts: 32,386
				 | Because you are doing something wrong. I've just tested the code above, including my own corrections (note my 1st post in this thread) and got the following result on my local-hosted site:  
				__________________ Obey the Cowgod | 
|   |         | 
| 
 | |||||||
| Bookmarks |