shutterscript
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Huge black band on my website, only with SafariIt was due to a lightbox plugin.
Forum: Fixing WordPress
In reply to: Sortable Photo / “Downloads” Gallerybump
Forum: Themes and Templates
In reply to: NOT A Normal Photo Blog Questionanyone?
Forum: Themes and Templates
In reply to: Blog.php Template Messed up K2 CSSAfter examining the default K2 page.php template and messing around a bit I have found what appears to work. It’s as simple as adding this one line to blog.php:
<?php get_header(); ?>
The CSS works fine and the page still displays properly if I do this. I’m not sure why, but I’m not complaining. Can a moderator update the WordPress help files to include that line in the blog.php template? Or do you think this is only a K2 specific problem?
Forum: Themes and Templates
In reply to: Blog.php Template Messed up K2 CSSIs there really no fix for this?
Forum: Themes and Templates
In reply to: Blog.php Template Messed up K2 CSSWhen I select a default template for the “Blog” page, the CSS works fine, but the blog posts of course don’t show. I have to somehow add what’s missing to this blog.php code in order to make the template work:
<?php
/*
Template Name: Blog
*/// Which page of the blog are we on?
$paged = get_query_var(‘paged’);
query_posts(‘cat=-0&paged=’.$paged);// make posts print only the first part with a link to rest of the post.
global $more;
$more = 0;//load index to show blog
load_template(TEMPLATEPATH . ‘/index.php’);
?>Forum: Themes and Templates
In reply to: Blog.php Template Messed up K2 CSSI am not having trouble with the front page… I am having trouble with the blog page.
Forum: Themes and Templates
In reply to: Blog.php Template Messed up K2 CSSanyone?
Forum: Fixing WordPress
In reply to: Weird comment found… SPAM or Site Break-In?I will take another look at the tutorial to see if I can extract anything more out of it. I am also reading up on the Bad Behavior plugin to see how it works. In any case, this thread is now resolved. Thank you very much for the help everyone.
Forum: Fixing WordPress
In reply to: Weird comment found… SPAM or Site Break-In?haha, wow, well that explains a lot. I linked to my about page from my first post and the time of the pingback corresponds to the same time that I added the link. Thanks! Is there any documentation that explains the process of trackback / pingback generation? Am I correct in stating that all someone has to do is link to my site in order for me to receive notification of a trackback / pingback?
Forum: Fixing WordPress
In reply to: Weird comment found… SPAM or Site Break-In?Is there anything that explains this a little better. I have read about trackbacks in the wordpress documentation, but it doesn’t go into how it works technically. i.e. generating comments and approving them and such. The test comment is different form the “trackback” I am talking about. I was trying to replicate this mysterious “trackback” with no success. This is what my comment admin page looks like:
1.
admin | [email protected] | IP: 76.19.128.29
test
Mar 18, 2:57 AM — [ Edit | Delete | Unapprove | Approve | Spam | View Post ]
2.Welcome to Shutterscript! at Shutterscript | shutterscript.com/?p=3 | IP: 70.86.181.34
[…] About […]
Mar 17, 12:42 PM — [ Edit | Delete | Unapprove | Approve | Spam | View Post ]
3.Mr WordPress | www.remarpro.com | IP:
Hi, this is a comment.
To delete a comment, just log in and view the post’s comments. There you will have the option to edit or delete them.Mar 16, 4:27 PM — [ Edit | Delete | Unapprove | Approve | Spam | View Post ]
A whois for the unknow IP address reveals this:
OrgName: ThePlanet.com Internet Services, Inc.
OrgID: TPCM
Address: 1333 North Stemmons Freeway
Address: Suite 110
City: Dallas
StateProv: TX
PostalCode: 75207
Country: USReferralServer: rwhois://rwhois.theplanet.com:4321
NetRange: 70.84.0.0 – 70.87.255.255
CIDR: 70.84.0.0/14
NetName: NETBLK-THEPLANET-BLK-13
NetHandle: NET-70-84-0-0-1
Parent: NET-70-0-0-0-0
NetType: Direct Allocation
NameServer: NS1.THEPLANET.COM
NameServer: NS2.THEPLANET.COM
Comment:
RegDate: 2004-07-29
Updated: 2006-02-17RTechHandle: PP46-ARIN
RTechName: Pathos, Peter
RTechPhone: +1-214-782-7800
RTechEmail:OrgAbuseHandle: ABUSE271-ARIN
OrgAbuseName: Abuse
OrgAbusePhone: +1-214-782-7802
OrgAbuseEmail:OrgNOCHandle: TECHN33-ARIN
OrgNOCName: Technical Support
OrgNOCPhone: +1-214-782-7800
OrgNOCEmail:OrgTechHandle: TECHN33-ARIN
OrgTechName: Technical Support
OrgTechPhone: +1-214-782-7800
OrgTechEmail:As it turns out, you are correct. This IP address is in fact the IP address of my site (I wasn’t convinced since the whois info has nothing to do with hostgator, my actual hosting providor, until it traced back to this IP address… very strange).
All I really want to know is how the that link got there, why it got there, and how to replicate it. Thanks again for the help.
Forum: Fixing WordPress
In reply to: Weird comment found… SPAM or Site Break-In?But the thing is that the IP address listed in the comment is not mine, and the trackback does not show up anywhere on my site except the comments management admin screen. So if it was in fact me who sent the trackback (unlikely since I have now idea how) the IP address should be mine.