Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

ProDevTips.com:
Trackbacks with Google Blog Search and Zend Feed
Sep 15, 2008 @ 15:21:53

Wanting to automate the trackbacking process for articles linked to on the site, the ProDevTips blog went with a simple method using the Google Blog Search and Zend_Feed to parse the resulting feed from the search.

So Google Blog Search it is then. When you use the search you have the option of subscribing to it through an RSS feed. I did a link:url search and just copied the resultant feed URL. Using this URL it is possible to fetch for instance 10 results and display them through parsing the atom feed.

The example script queries the Google search, requests an output format of atom and spits back out a listing of the other sites/blog posts that link to any given article.

tagged: trackback google blog search zendfeed tutorial

Link:

Michael Kimsal's Blog:
Ecommerce system ideas
Jan 04, 2008 @ 15:32:00

Michael Kimsal (and his bother Mark) were talking about the state of ecommerce applications, specifically about the latest "hot topic" software - Magento.

My brother Mark has been doing a long term project based on Magento doing a lot of custom work on top of it, and has told me many points, both good and bad, about it.

According to Michael and Mark, speed of the application is a big hindrance. They also mention two points that could help make an ecommerce system so much easier to integrate into the "blogosphere" - publishing a blog feed of some of the user feedback about orders/products/etc and accept trackbacks from an external blog post reviewing the products.

tagged: ecommerce system idea trackback blog feed comment review ecommerce system idea trackback blog feed comment review

Link:

Michael Kimsal's Blog:
Ecommerce system ideas
Jan 04, 2008 @ 15:32:00

Michael Kimsal (and his bother Mark) were talking about the state of ecommerce applications, specifically about the latest "hot topic" software - Magento.

My brother Mark has been doing a long term project based on Magento doing a lot of custom work on top of it, and has told me many points, both good and bad, about it.

According to Michael and Mark, speed of the application is a big hindrance. They also mention two points that could help make an ecommerce system so much easier to integrate into the "blogosphere" - publishing a blog feed of some of the user feedback about orders/products/etc and accept trackbacks from an external blog post reviewing the products.

tagged: ecommerce system idea trackback blog feed comment review ecommerce system idea trackback blog feed comment review

Link:

I-nfotech:
10 projects every php developer should use
Nov 12, 2007 @ 17:18:00

According to I-nfotech, there's ten projects that every PHP developer out there just can't live without:

As a php web developer, you should know that php is probably the language that has the biggest code repository. So no matter what module you want to include in your project there should be an open source solution. [...] Anyway, after many years as a web developer, I've compiled a list of php classes that can be easily integrated in any project and I am regularly use.

He has it broken up into the ten different categories including "sending emails", "user manipulation", "fetching RSS feeds" and "grabbing remote content". Some of his choices are things native to PHP (like the mail function) but others are external classes like the Magpie RSS package.

tagged: project list use recommend email user rss geotarget trackback template project list use recommend email user rss geotarget trackback template

Link:

I-nfotech:
10 projects every php developer should use
Nov 12, 2007 @ 17:18:00

According to I-nfotech, there's ten projects that every PHP developer out there just can't live without:

As a php web developer, you should know that php is probably the language that has the biggest code repository. So no matter what module you want to include in your project there should be an open source solution. [...] Anyway, after many years as a web developer, I've compiled a list of php classes that can be easily integrated in any project and I am regularly use.

He has it broken up into the ten different categories including "sending emails", "user manipulation", "fetching RSS feeds" and "grabbing remote content". Some of his choices are things native to PHP (like the mail function) but others are external classes like the Magpie RSS package.

tagged: project list use recommend email user rss geotarget trackback template project list use recommend email user rss geotarget trackback template

Link:

Ryan Malesevich's Blog:
Separate Trackbacks from Comments Revisited
Feb 02, 2007 @ 15:05:00

Ryan Malesevich has posted a new entry that might be of interest you all of you WordPress-ers out there. In it he talks about a plugin you can use to separate out the comments from the trackbacks in the listing for a post.

I was lucky enough to come across a blog post on Binary Moon that included a function that would allow you to break up the trackbacks and the comments in your template. [...] The problem with that is everytime Wordpress upgrades I overwrite functions.php and then comments no longer work.

To get around it, he used WordPress' own plugin system to make the separation via this simple plugin [zip]. It's a simple install, but a bit of functionality that can really help out if you get a lot of both trackbacks and comments.

tagged: wordpress trackback comment separate plugin wordpress trackback comment separate plugin

Link:

Ryan Malesevich's Blog:
Separate Trackbacks from Comments Revisited
Feb 02, 2007 @ 15:05:00

Ryan Malesevich has posted a new entry that might be of interest you all of you WordPress-ers out there. In it he talks about a plugin you can use to separate out the comments from the trackbacks in the listing for a post.

I was lucky enough to come across a blog post on Binary Moon that included a function that would allow you to break up the trackbacks and the comments in your template. [...] The problem with that is everytime Wordpress upgrades I overwrite functions.php and then comments no longer work.

To get around it, he used WordPress' own plugin system to make the separation via this simple plugin [zip]. It's a simple install, but a bit of functionality that can really help out if you get a lot of both trackbacks and comments.

tagged: wordpress trackback comment separate plugin wordpress trackback comment separate plugin

Link:

Hardened-PHP Project:
WordPress Vulnerability Advisories (XSS & Trackbacks)
Jan 05, 2007 @ 19:26:15

The Hardened-PHP Project has posted two new advisories today, both dealing with WordPress issues - one is a trackback problem with decoding the charset and the other an XSS vulnerability.

The first advisory notes that:

While testing WordPress it was discovered that WordPress supports trackbacks in different charsets when PHP's mbstring extension is installed. This feature can be abused to bypass WordPress's SQL parameter escaping which leads to an SQL injection vulnerability that can result in a compromise of the admin account and end in a server compromise.

The second advisory talks about a problem with the WordPress admin interface that leaves it open to cross-site scripting issues.

The WordPress group has already released an updated version to resolve both of these issues. It is highly recommended that you update your installation immediately to prevent the exploits of either of these vulnerabilities.

tagged: vulnerability advisory wordpress crosssitescripting xss trackback charset vulnerability advisory wordpress crosssitescripting xss trackback charset

Link:

Hardened-PHP Project:
WordPress Vulnerability Advisories (XSS & Trackbacks)
Jan 05, 2007 @ 19:26:15

The Hardened-PHP Project has posted two new advisories today, both dealing with WordPress issues - one is a trackback problem with decoding the charset and the other an XSS vulnerability.

The first advisory notes that:

While testing WordPress it was discovered that WordPress supports trackbacks in different charsets when PHP's mbstring extension is installed. This feature can be abused to bypass WordPress's SQL parameter escaping which leads to an SQL injection vulnerability that can result in a compromise of the admin account and end in a server compromise.

The second advisory talks about a problem with the WordPress admin interface that leaves it open to cross-site scripting issues.

The WordPress group has already released an updated version to resolve both of these issues. It is highly recommended that you update your installation immediately to prevent the exploits of either of these vulnerabilities.

tagged: vulnerability advisory wordpress crosssitescripting xss trackback charset vulnerability advisory wordpress crosssitescripting xss trackback charset

Link:

Tobias Schlitt's Blog:
Thoughts on trackback spam
Feb 07, 2006 @ 12:53:10

Related to his work on the Services_Trackback PEAR Package he worked on, Tobias Schlitt looks today in this new blog post at some of his more recent thoughts on trackback spam.

It's been a long while since I worked on my PEAR package Services_Trackback, mainly because I was much too busy with work and university. Nevertheless I made up my mind about how to solve the problem of the so-called trackback spam.

Taking for granted, that the idea should work, there are 2 main questions to answer: "How can a sender of a trackback be identified?" and "If and how must the trackback standard be changed to support the identification?" For question #1 there is a simple answer (IMHO): PGP/GPG (further on referred to as GPG, for simplicity).

He suggests that since there is already a "trust relationship" inherent in the system, a PGP/GPG setup might be the most flexible, easy-to-use, constantly adapting method for preventing one of the banes of bloggers' existences...

tagged: trackback spam thoughts pgp gpg trust relationship trackback spam thoughts pgp gpg trust relationship

Link:


Trending Topics: