Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Mysidia Adoptables > Questions and Supports

Notices

Reply
 
Thread Tools Display Modes
  #1  
Old 03-21-2012, 06:52 AM
PokePets PokePets is offline
Premium Member
 
Join Date: Jun 2010
Posts: 228
Gender: Male
Credits: 19,063
PokePets
Default My site got hacked?

// HoF asked for this thread, so...

So, I get now the whole time connetion errors on my website;

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/u693722181/public_html/inc/functions.php on line 1691

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/u693722181/public_html/inc/functions.php on line 61

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/u693722181/public_html/inc/functions.php on line 65

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/u693722181/public_html/inc/functions.php on line 621

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/u693722181/public_html/inc/functions.php on line 625

Warning: file_get_contents(templates//template.html) [function.file-get-contents]: failed to open stream: No such file or directory in /home/u693722181/public_html/inc/functions.php on line 1760

Etc.

I checked the database and it seem's that there arn't any tables inside... Anything got deleted? But the weird thing is... the size of the database is still 0.7 MB...

I checked the Mys conect file etc. and it's ok.

Help please?
It's also weird that this error appeard after I installed the new Mys version in another subfolder (/Beta) and I used another database for that.
Reply With Quote
  #2  
Old 03-21-2012, 07:19 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,325
Hall of Famer is on a distinguished road
Default

Umm check your config.php and see if any database info is altered. This is a good starting point Id say.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #3  
Old 03-21-2012, 07:28 AM
PokePets PokePets is offline
Premium Member
 
Join Date: Jun 2010
Posts: 228
Gender: Male
Credits: 19,063
PokePets
Default

Quote:
Originally Posted by Hall of Famer View Post
Umm check your config.php and see if any database info is altered. This is a good starting point Id say.
Nothing changed I guess

<?php
//Mysidia Adoptables Site Configuration File

$dbhost = 'mysql.99webs.info'; //DB Hostname
$dbuser = 'u693722181_niels'; //DB User
$dbpass = 'Mypassword'; //DB Password
$dbname = 'u693722181_pokepets'; //Your database name
$domain = 'pokepets.99webs.info'; //Your domain name (No http, www or . )
$scriptpath = ''; //The folder you installed this script in
$prefix = 'adopts_';

?>
Reply With Quote
  #4  
Old 03-21-2012, 07:34 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,325
Hall of Famer is on a distinguished road
Default

I see, thats strange, nothing happened to your config file. Did you happen to enter the same database info for the Mys v1.3.x site? If so, this may explain how the database for Mys v1.2.x's got deleted.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #5  
Old 03-21-2012, 07:35 AM
PokePets PokePets is offline
Premium Member
 
Join Date: Jun 2010
Posts: 228
Gender: Male
Credits: 19,063
PokePets
Default

This is my config fille of the other new Mys version;

<?php
//Mysidia Adoptables Site Configuration File

$dbhost = 'mysql.99webs.info'; //DB Hostname
$dbuser = 'u693722181_niels'; //DB User
$dbpass = 'Mypass'; //DB Password
$dbname = 'u693722181_beta'; //Your database name
$domain = 'pokepets.99webs.info'; //Your domain name (No http, www or . )
$scriptpath = '/Beta'; //The folder you installed this script in
$prefix = 'adopts_';

?>

No I guess ;S?
Reply With Quote
  #6  
Old 03-21-2012, 07:39 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,325
Hall of Famer is on a distinguished road
Default

umm I see... There is not a single line of script in Mys v1.3.0 that drops tables, the only possibility for it to cause conflict with your other databases is that you entered the same DB info so the old DB was deleted while Mys v1.3.0 was being installed. Cant think of anything else that could have led to this...

What was the version of the old script you were using btw? Just curious, dont think anyone would hack your site though. Also have you consulted with Nemesis on what might have happened to his hosting service?
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #7  
Old 03-21-2012, 07:44 AM
PokePets PokePets is offline
Premium Member
 
Join Date: Jun 2010
Posts: 228
Gender: Male
Credits: 19,063
PokePets
Default

Version 1.2.4
I messaged Nemesis, he said nothing about hacking or so...

Is it not possible that the DB is just down or so? It's really weird that it's still 0.7 MB...
Reply With Quote
  #8  
Old 03-21-2012, 07:47 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,325
Hall of Famer is on a distinguished road
Default

@Pokepets:
Yeah thats another possibility. I remember Corsair had the same problem two days ago, believing that her database was deleted/hacked. An hour later however, she found her old database and tables back, they just re-appeared out of nowhere lol. Not sure why your problem has been so persistent though.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #9  
Old 03-21-2012, 01:21 PM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 327,325
Hall of Famer is on a distinguished road
Default

Well it appears that Corsair resolved the issue simply by refreshing the phpmyadmin page:

Quote:
Originally Posted by Corsair
For some reason the display showed not databases but when I refresh they were there. It was weird.
I dont suppose this will fix your problem, since you are actually getting some mysql errors. Looks like we will have to think about other possible causes.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote
  #10  
Old 03-23-2012, 09:54 AM
PokePets PokePets is offline
Premium Member
 
Join Date: Jun 2010
Posts: 228
Gender: Male
Credits: 19,063
PokePets
Default

I did that and it didn't help, thaanks anyway.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
000webhost hacked, millions of passwords are compromised. Hall of Famer Other Chat 3 11-14-2015 03:16 AM


All times are GMT -5. The time now is 05:09 AM.

Currently Active Users: 454 (0 members and 454 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636