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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 08-27-2006, 01:12 AM   #1
Danielle
Confirmed User
 
Danielle's Avatar
 
Join Date: Jun 2002
Location: My Coffin
Posts: 1,227
Wordpress rss feeds not validating?

Has anyone noticed that when using wordpress that your out going rss feeds do not validate if you use incoming rss feeds that use the ? in the affiliate url on the link tag?

How does everyone handle this?

Hugs,
Danielle
Danielle is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-27-2006, 01:40 AM   #2
2HousePlague
CURATOR
 
Join Date: Jul 2004
Location: the attic
Posts: 14,572
Try a replace in the reader code, something like this:

Code:
   $XMLfilename = $_REQUEST["XMLFILE"];
	  $XMLfilename = str_replace("***","?", $XMLfilename);
    } else {
      // It is local and must be in the same directory
      $XMLfilename = basename($_REQUEST["XMLFILE"]);
	  $XMLfilename = str_replace("***","?", $XMLfilename);



2hp
__________________
tada!
2HousePlague is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-27-2006, 01:46 AM   #3
Danielle
Confirmed User
 
Danielle's Avatar
 
Join Date: Jun 2002
Location: My Coffin
Posts: 1,227
Quote:
Originally Posted by 2HousePlague
Try a replace in the reader code, something like this:

Code:
   $XMLfilename = $_REQUEST["XMLFILE"];
	  $XMLfilename = str_replace("***","?", $XMLfilename);
    } else {
      // It is local and must be in the same directory
      $XMLfilename = basename($_REQUEST["XMLFILE"]);
	  $XMLfilename = str_replace("***","?", $XMLfilename);



2hp
What wordpress file would you add that to?

Hugs,
Danielle
Danielle is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-27-2006, 01:54 AM   #4
2HousePlague
CURATOR
 
Join Date: Jul 2004
Location: the attic
Posts: 14,572
That's a mod of the RSS reader to handle the irregular character, assuming that is the only reason you're not validating. Post your error message or the problem feed URL.



2hp
__________________
tada!
2HousePlague is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-27-2006, 02:01 AM   #5
Danielle
Confirmed User
 
Danielle's Avatar
 
Join Date: Jun 2002
Location: My Coffin
Posts: 1,227
Quote:
Originally Posted by 2HousePlague
That's a mod of the RSS reader to handle the irregular character, assuming that is the only reason you're not validating. Post your error message or the problem feed URL.



2hp
http://www.nudeamateurgirls.com/testblog/?feed=rss2

XML parsing error: <unknown>:18:66: not well-formed (invalid token)

And it is pointing to the ? mark in the link tag.

Hugs,
Danielle
Danielle is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-27-2006, 02:09 AM   #6
2HousePlague
CURATOR
 
Join Date: Jul 2004
Location: the attic
Posts: 14,572
That's Autoblogger, yes? Try setting the the "Permalinks point to" this website option here: [your path]ABP/index.php?main=2&sub=2



2hp
__________________
tada!
2HousePlague is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 08-27-2006, 02:44 AM   #7
Danielle
Confirmed User
 
Danielle's Avatar
 
Join Date: Jun 2002
Location: My Coffin
Posts: 1,227
Quote:
Originally Posted by 2HousePlague
That's Autoblogger, yes? Try setting the the "Permalinks point to" this website option here: [your path]ABP/index.php?main=2&sub=2



2hp
Nope. Just the Wordpress deafult rss feeds.

Hugs,
Danielle
Danielle is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.