autumnqiu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 404 not working in IEI have the same problem but adding the header codes specified by Lenk worked for me. (:
Thanks guys.
Forum: Fixing WordPress
In reply to: WordPress 404 messing up my root domain’s 404Whoo, it’s resolved! Awesome possums!
Thank you esmi! (:
Forum: Everything else WordPress
In reply to: Not an issue, but just need some advice. (:Thanks vkaryl. (:
Just wondering, are there any major security issues regarding that release that I should take note of?
Forum: Fixing WordPress
In reply to: Characters appearing before comment body.I’ve settled the issue. It was due to a plugin. (:
Thanks if you’ve read this anyway.
Forum: Fixing WordPress
In reply to: How to remove the same text from all comments?Uh, anyone can help? Thanks. Because I am not exactly sure what I should enter into PHPMyAdmin.
Forum: Fixing WordPress
In reply to: How to remove the same text from all comments?Hi Beel! Thanks!
So if I want to completely remove the following three lines of text in the wp_comments database:
— OSA:
Final filter result: 0
—What should I enter into PHPMyAdmin? 😛
My apologies, I am a database/PHP idiot at the moment.
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”Actually, I was looking at an alternative way on how to disable register_globals via a .htaccess file.
http://www.taskspro.com/documentation/register_globals.html
How is this different from the method implemented by WordPress?
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”Mmm… sounds good! I’ll look into that. Thanks Macmanx! 😛
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”I don’t even know who wrote the logger, because it was from a friend who claimed it was written by someone else.
Ah well. Thanks for the help rendered. At least the problem is partly solved now, as in, the logger is now logging all accesses to the WP mainpage whereas it isn’t logging the other static pages, unlike not even logging at all before we started.
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”Just to check, $_SERVER[‘DOCUMENT_ROOT’] should work on ALL pages including non WP static pages, right? 😮
Because now all my WP main page is logging fine in the script while my static pages aren’t. 🙁
Where have I gone wrong?
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”Hi carthik! I have tried replacing it with the following code before:
<?include_once(“http://example.com/useronline/addonline.php”);?>
but it didn’t work.
I will now try replacing all the “$DOCUMENT_ROOTS” with “$_SERVER[‘DOCUMENT_ROOT’]” and hope for the best. 😛
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”Eh… I apologise, but I have absolutely zero (or almost) knowledge of PHP and so I couldn’t really understand the articles there.
According to the article, the “Document Root” is defined as:
The document root directory under which the current script is executing, as defined in the server’s configuration file.If the configuration file is coming from the server, why did the $DOCUMENT_ROOT suddenly change to the WP themes directory? :X
If the above question I posed sounds stupid, don’t forget that this is coming from a PHP idiot like me. 😛
Anyone willing to coach me one on one through MSN? :X I will be extremely grateful to you.
Forum: Fixing WordPress
In reply to: Problem with 1.5.2 with regard to PHP’s “register_globals”The script is not mine, unfortunately. 🙁 It was downloaded from elsewhere, and is pretty essential in helping me keep track of my site.
Well, I was looking through the entire script (it is made up of a bunch of files, and it calls one another using the $DOCUMENT_ROOT variable) and due to my negligible PHP knowledge, I couldn’t really do anything. *blushes*
Unless someone is able to help me find an alternative way to code this? 😛
<?include_once($DOCUMENT_ROOT.”/useronline/addonline.php”);?>
There are several more $DOCUMENT_ROOT-s in all the other script files as well which I need to replace in order for it to work well with the latest WordPress release. 🙁
Forum: Everything else WordPress
In reply to: cookies and robots.Thanks so much, macmanx! 🙂
Forum: Fixing WordPress
In reply to: rss stopped working after upgrade to 1.5.1It works now, thanks!