Anyone can tell me what's going to my website? my website page content shows blank. But today morning i watched my webpage- Vaccinations

This type of events happened regularly nowadays to my website. Please can anybody help me?

Recommended Answers

All 7 Replies

Anyone can tell me what's going to my website? my website page content shows blank. But today morning i watched my webpage- Vaccinations

This type of events happened regularly nowadays to my website. Please can anybody help me?

Some body hack my website.

The page is not blank, check the source, there is a script tag:

<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>

is this yours? Check the access and error logs of your server and see if somebody is cracking into your website.

Besides, sometime ago we suggested you to change the database password: http://www.daniweb.com/web-development/php/threads/401905

Because you published user, password, hostname in this forum. Did you made the changes? Through a MySQL query is possible to access to the server file system and gain access to the machine.

The page is not blank, check the source, there is a script tag:

<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>

is this yours? Check the access and error logs of your server and see if somebody is cracking into your website.

Besides, sometime ago we suggested you to change the database password: http://www.daniweb.com/web-development/php/threads/401905

Because you published user, password, hostname in this forum. Did you made the changes? Through a MySQL query is possible to access to the server file system and gain access to the machine.

I did not change password. How to check the access and error logs of my server?

Check with the documentation of your hosting plan, you may need to read, at least, Apache and MySQL logs so you can understand what happened, if you have access to the root you can find these files into /var/log. And change passwords as soon as you can.

Bye.

do i have to change every password like hosting, database and ftp password? i mean do i have to change all passwords or only database password?

what do you mean by documentation of hosting plan? In my cpanel these options are available:

View Account Details
Getting Started Information
Frequently Asked Questions
Change Account Password
Manage Email Accounts
WebMail
Email
Forwarders
Modify
MX Record
More Email Services
1-Click Website Restore
1-Click Database Restore
Website
Templates
Website Stats
Stats Tracking Code
View FTP Details
File Manager
Another File Manager
Disk Space Usage
Backups
Website
Builder
New Website
Builder!
Fantastico Autoinstaller
MySQL
phpMyAdmin
View PHP Configuration
Password Protect Directories
Cron Jobs
Redirects

IP Deny
Manager

HotLink

Cleanup / Reload Account
Fix File
Ownership
Fix File
Permissions
Activity Log
Cancel / Delete Account

Among these options which one is documentation of hosting plan?
Protection

It's good practice to change them once in a while, so the decision is up to you, but the MySQL was published, so I suggest to change at least that.

Usually defacements are possible if the scripts don't sanitize $_GET, $_POST, $_REQUEST and $_COOKIE data. Read this guide, will help to enhance security in your website: http://phpsec.org/projects/guide/

I don't have a CPanel to test, but you may want to check into MySQL and Activity Log.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.