vangrog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My page scroll to bottom – HELPThis can maybe help you:
http://codex.wordpress.org/FAQ_My_site_was_hackedCheers
Forum: Fixing WordPress
In reply to: Urgent help required website hackedYou need to try to figure out how you’ve been hacked, and fix any vulnerability which can have caused it.
Dont forget to change FTP password, as well as your database and WP passwords too (try mixing numbers, letter, caps case, special characters — just the database wont accept special characters, but it does accept the rest). Get sure no other user was added as admin by the hacker. Protect your blog with .htaccess (for example, restricting your wp-adim to only your IP or password protecting login.php file).
And take a look at this:
http://codex.wordpress.org/FAQ_My_site_was_hackedCheers
Forum: Fixing WordPress
In reply to: Space between paragraphs disappearednp, cool you got it.. ;o]
cheers
Forum: Fixing WordPress
In reply to: the use of “www.”If your DNS is set for using both URLs, you don’t need to type www. And you dont need to type “http://” as well (this part browsers add by themselves). Typing just “mydomain.com” should work.
Anyways I recommend you to choose only one option as default, either with www or without it. This way you guarantee no penalties applied by search engines due to duplicate content. You can use your .htaccess to set which one should be used as default (the other one would redirect to the one you did choose).
Cheers
Try editing your database to reset your password. Check this out:
http://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin
Cheers
Forum: Fixing WordPress
In reply to: Need help with my site html…π
Forum: Fixing WordPress
In reply to: WP Google Analytics not detected by GoogleGoogle Analytics code should be placed right before your
</body>tag. That’s on your footer file, not the header.Forum: Fixing WordPress
In reply to: My page scroll to bottom – HELPIt seems your blog has got a malicous toolkit iframe injection. Restore a back-up if you’ve got any.
Forum: Fixing WordPress
In reply to: Space between paragraphs disappearedEven if you haven’t edited CSS, you can edit now, and add a bottom margin padding for body, paragraph and anything else you want. Such as
#content p { margin-bottom: 12px;Cheers
Forum: Fixing WordPress
In reply to: Urgent help required website hackedDon’t you have any prior backup? Use it if you’ve got it. Otherwise, I’d just install a new blog. New year, new blog, sounds good.
Cheers and good luck
Forum: Fixing WordPress
In reply to: Urgent help required website hackedGoogle says:
What is the current listing status for debianadmin.com?
Site is listed as suspicious – visiting this web site may harm your computer.
Part of this site was listed for suspicious activity 1 time(s) over the past 90 days.
What happened when Google visited this site?
Of the 63 pages we tested on the site over the past 90 days, 12 page(s) resulted in malicious software being downloaded and installed without user consent. The last time Google visited this site was on 2010-01-22, and the last time suspicious content was found on this site was on 2010-01-22.
Malicious software includes 87 scripting exploit(s), 21 trojan(s).
Malicious software is hosted on 7 domain(s), including thjkibltuno.com/, mghonppmuno.com/, fhjpovqfuno.com/.
1 domain(s) appear to be functioning as intermediaries for distributing malware to visitors of this site, including search.twitter.com/.
This site was hosted on 1 network(s) including AS12129 (123NET).
Has this site acted as an intermediary resulting in further distribution of malware?
Over the past 90 days, debianadmin.com appeared to function as an intermediary for the infection of 2 site(s) including pixel2life.com/, unix-tutorials.com/.
Has this site hosted malware?
Yes, this site has hosted malicious software over the past 90 days. It infected 6 domain(s), including liberatum.ru/, dreamluverz.com/, pixel2life.com/.
How did this happen?
In some cases, third parties can add malicious code to legitimate sites, which would cause us to show the warning message.
Well, I’d say: contact the theme developer. Or try another theme. It still sounds strange to me a theme trying to stream data through fopen(). I wonder what it’s trying to stream… It can be a breach in security.
Cheers
Forum: Fixing WordPress
In reply to: No robots.txt file:-p
Forum: Plugins
In reply to: [Plugin: Events Calendar] Do not update! 12-12-09Try using the patched pack linked above on this thread.
Forum: Fixing WordPress
In reply to: No robots.txt fileVirtual file, as the name suggests, is virtual. It doesnt really exist, but WP will create it when it’s called.
A real robots.txt will only be on your host if you do create it yourself, manually, and then upload it. In this case, this file will prevail over the virtual one.
Cheers