Billy
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] PHP Parse error: syntax error, unexpected ‘print’ (T_PRINT)i replace it the new welcome-panel.php with other welcome-panel.php from an older version and solve it 😉
Forum: Fixing WordPress
In reply to: WordPress 3.3.1 hackedagain I have hacked my web pages. This time I updated wordpress to the latest version is 3.3.2 and not at all served. The strange thing is that one of the pages was very new, just finish it yesterday and after a short time the whole hacker and hack it. Everything points as if the hacker has to do with any plugin Worpdress or those who use and who otherwise might not learn as fast as this new website. Please if anyone can help me. Thank you!
Forum: Fixing WordPress
In reply to: WordPress 3.3.1 hackedOk, that means that the htaccess file of my public_html is correct right? but the other htaccess file from images folder is it correct?
P.S. I have disabled the contact page of my website and the cformsII plugin because I thought there was enter the hacker .. is this thing possible?
Forum: Fixing WordPress
In reply to: WordPress 3.3.1 hackedHi tvcnet, I have 2 files named .htaccess in my wordpress hosting
One in root folder (in /public_html) with this configuration:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName mydomain.com
AuthUserFile /home/myusername/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/myusername/public_html/_vti_pvt/service.grp
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
And the other .htaccess file in the folder named “images” from “/public_html” with this configuration:
AddType text/plain .pl .cgi .php .py .jsp .asp .shtml .sh
# This prevents people from looking at your htaccess file.
<Files ~ “\.htaccess$”>
order deny,allow
deny from all
</Files># This line turn off directory listings
Options – Indexes
# Makes scripts appear as text. Good for image only directories (antihacker)
Addhandler text/plain .pl .cgi .php .py .jsp .asp .shtml .shIs it OK now? Thanks!!
Forum: Fixing WordPress
In reply to: need to know if there any limit on page sizesomething else? maybe.. hmm.. but what?
Forum: Fixing WordPress
In reply to: need to know if there any limit on page sizeI have the same problem in wordpress 2.8.4 and I can tell you that I m sure that the wordpress page have a limit of caracters becouse if I put less caracters everythings work fine but when I put more caracaters I recive the same blank editor page like “ovedmo”
Any body know where is this limit to change it and to make biggest the limit of caracaters? Thanks!
Forum: Fixing WordPress
In reply to: Please tell me if exist one plugin like my description.this plugin give me an error .. something about disn’t can to create a thumb test or something like this..
I have maked the folders with 777 permitions but the same problem ,,,
Do you know other plugin like this?
Forum: Fixing WordPress
In reply to: I need an custom search fields pluginwith this plugin I can’t add news fields and news critery to the search form, and also disn’t search in the title of posts..
do you know other ?
thank you!
Forum: Fixing WordPress
In reply to: Exist any plugin to add a calendar in the wordpress post?Solved, with the Google help.
Forum: Fixing WordPress
In reply to: how can I write in the same field with the photo?Solved, I put this fields in the style.css of template:
form, img, img a { margin: 0; padding: 0; border: 0; } .small { font-size: 0.9em; color: #999; } .alignleft { float: left; margin-right: 10px; clear: left; } .alignright { float: right; margin-left: 10px; clear: right; }Forum: Plugins
In reply to: [Plugin: Post Thumb Revisited] Update error: Cannot create test thumbnail.I get the same error:
Update error: Cannot create test thumbnail.I have the pth folder maked witk 777 permitions but nothingh ,,,
Forum: Fixing WordPress
In reply to: Please tell me if exist one plugin like my description.no one know?
Forum: Fixing WordPress
In reply to: I need an custom search fields pluginnobody? please ..
Forum: Fixing WordPress
In reply to: Cannot center images in a postok man, sorry
Forum: Fixing WordPress
In reply to: Center images in 2.5, tag not workingI need to center images in 2.6, and no tags are working,
I don’t want codes like <div align=”center”><img src=”” alt=””></div> or anothers like this.
Only what I want is know how can I make functional the center images and text tag from visual editor panel from adiministration of posts.Thanks!