Archive

Posts Tagged ‘php’

WordPress Url Variable

July 26th, 2011 admin No comments

WordPress Hack and Malware warning from google?

I have had my wordpress blog hacked. Initially the hacker had included links within the code. These added links/spam subsequently disappeared.

Now google is reporting the site as “Suspicious” and distributing Malware. Webmaster Tools gives me a few of the infected pages and the offending script which I would like to remove.

HOWEVER

The urls it give me don’t make sense…

/wp-content/themes/twentyten/img.php?u=almond-baskets

I can see the img.php file, but what’s the ?Variable about ? When I do a content search for the script within the public_html folder (on my local machine ; Mac OS 10.6 btw) I get no results?

Can anyone point me in the right direction of where to go next. Thanks!
@ Pall Mall

Nice one.

[affmage source="clickbank" 3="10"]KEYWORDS[/affmage]

Any more useful info to add to that?
If it helps, the injected code is Javascript

Autoresponder Qmail

July 14th, 2011 admin No comments


WordPress Links.php

June 20th, 2011 admin No comments

Getting Started with the Google Data PHP Client Library


Professional WordPress Plugin Development


Professional WordPress Plugin Development


$21.95


As one of the most popular open source content management systems available today, WordPress boasts a framework that allows you to easily customize and extend it through plugins. This comprehensive book shows you how plugins work, reviews the tools and APIs available in WordPress, and demonstrates how to extend the functionality of WordPress with plugins.The trio of established authors provides a …

Building Online Communities With Drupal, phpBB, and WordPress


Building Online Communities With Drupal, phpBB, and WordPress


$5.90


Whether you want to build a community with a content management system, a bulletin board, or a blog, Building Online Communities with Drupal, phpBB, and WordPress is the authoritative guide using Open Source software. Drupal (http://www.drupal.org/) is a full content management system that allows you to create any type of web site you desire, from an eCommerce to a community-based site. With php…


WordPress Get_posts

June 13th, 2011 admin No comments

How to I implement my WordPress posts into my current web design?

Right, I’ve made a website design. It’s all up and running, but I’ve had to use the default WordPress them though as I don’t know how to use my site them and get posts into it.

What I would like is to simply put the posts and if easy, the comments bit, just the posts and comments, into my current site design, turning it into it’s own theme. I’m not looking to create a fancy sidebar, header or footer, in fact I’d like to keep the header and footer I have on my site design. All I’m looking for it to put the posts into the div where it has a title, a post, and a bit to write comments.

How can I do this? Please don’t spam me links of ‘How to create your own WP theme’, as that is not answering my question; I’d like to turn implement my posts into my current website design, but only the posts and comments.

Thanks

-Max

Hello,

You can query your wp database for the posts you want, as your question does not state what posts you want to access I can’t give you the MySQL query. but I believe that’s the best way… something like (abstract):

SELECT x_last_posts FORM wp_posts_table

or

SELECT post_number_n FORM wp_posts_table

Same goes for comments…

That may seem a little difficult, you can explore you wordpress database using phpMyAdmin if your host have it installed


WordPress Plugin Development (Beginner's Guide)


WordPress Plugin Development (Beginner’s Guide)


$14.42


Build powerful, interactive plug-ins for your blog and to share online Everything you need to create and distribute your own plug-ins following WordPress coding standards Walk through the development of six complete, feature-rich, real-world plug-ins that are being used by thousands of WP users Written by Vladimir Prelovac, WordPress expert and developer of WordPress plug-ins such as Smart Y…

WordPress For Dummies (For Dummies (Computers))


WordPress For Dummies (For Dummies (Computers))


$4.14


Are you a wannabe blogger? A seasoned pro migrating your blog to WordPress? Looking to do more cool stuff with your existing WordPress blog? Then this fun guide is for you! WordPress for Dummies is a veritable smorgasbord of WordPress information, ideas, tools, resources, and instruction on everything you need to create and maintain your dream blog.Unlike other blog hosts, WordPress gives you the …


WordPress List Categories In Columns

April 15th, 2011 admin No comments

Basics of WordPress to make it easy to understand