Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Bigggggg Problem Plzz Helppp 
 
im using the las version of ice i got hack and the hacker delete de confing file on the root ,,, i try to

i upload the new confing and i wanna update_to_ip.php but update_to_ip.php dont work  

http://utilidades-gratis.net/install/install.php  <-- this works

http://utilidades-gratis.net/update_to_ip.php <-- this one dont works and i dont what to do i dont wanna lose all the user or file what i can do ?
and i try this one http://utilidades-gratis.net/update_to_ip.php and show me this error
and update_to_ip.php is in the root

Warning: include(./extension.inc) [function.include]: failed to open stream: No such file or directory in /home/utilidad/public_html/install/update_to_ip.php on line 23

Warning: include() [function.include]: Failed opening './extension.inc' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/utilidad/public_html/install/update_to_ip.php on line 23

Warning: include(./common.) [function.include]: failed to open stream: No such file or directory in /home/utilidad/public_html/install/update_to_ip.php on line 24

Warning: include() [function.include]: Failed opening './common.' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/utilidad/public_html/install/update_to_ip.php on line 24

Fatal error: Call to undefined function session_pagestart() in /home/utilidad/public_html/install/update_to_ip.php on line 27
 



 
Master09Send private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
Reupload the file update_to_ip.php Its probable are there corrupted
 




____________
? JHOSMAN - Webmaster
 
JHOSMANSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
what do u mean by corrupted ?
 



 
Master09Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
when i try to star http://utilidades-gratis.net/update_to_ip.php Redirect me to http://utilidades-gratis.net/install/install.php
 like to star a new install ????? or thats the update ????? plz hell me star the update
 



 
Master09Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
I think the best thing for you to do is back-up and download your current SQL database, if it still exists, then upload and perform a fresh install. After that, import you're backed-up SQL database into the fresh install database. For this to work, you must use the same version of IcyPhoenix, this is because of changes in table structure between versions.

At this point though, the first thing I would recommend you do (actually download your SQL FIRST!) look into how your site got hacked, because IcyPhoenix itself has no known vulnerabilities that would lead to important files being modified / erased. Usually when this kind of hack occurs, it is because the hacker gained account privileges through hacking the server itself - and it is especially easy to do on most shared servers - so if I were you, I'd suggest scanning your raw access logs to see if there are any clues, and consider using an alternative hosting service if your host doesn't investigate into the issue and patch any security holes on their servers.
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
and how i do SQL database back up when i can enter to my forum - ACP and do the back up  
 



 
Master09Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
You do not have to use icyphoenix to back-up database. Surely you have access to SQL and phpmyadmin from your host? How else do you create a database in order to install icy?
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
yes i can enter SQL and phpmyadmin,, in my cpanel... but i lose my register user ?
 



 
Master09Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
ok i make the back up and load the file i has to delete the data base and make a new one iight ??? and then load the SQL ???
 



 
Master09Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
Do you have any clue on how the site has been hacked?
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
Master09 wrote: [View Post]
ok i make the back up and load the file i has to delete the data base and make a new one iight ??? and then load the SQL ???


You didn't necessarily have to delete the old SQL table - if your host allows you to have multiple databases, there is no harm in keeping the old database - in fact you should keep it in case your SQL dump had errors. Sorry for not mentioning this, but I thought it was common sense.

When you install new Icy Phoenix (which should be the same one as the site you are replacing) - then go into phpmyadmin and import the SQL backup.

As MG and I have asked - try to get to the bottom of the hack, because it may happen again, especially if your host does nothing to help.
 



 
moreteavicarSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
MAKE A WHOLE BACKUP OF DB, FILES, AND SERVER LOGS (NOT REFERRES ONES), AND SAVE THEM BEFORE DOING NOTHING. MG WILL NEED THEM IN ORDER TO KNOW IF YOUR SITE HAS BEEN HACKED, HOW AND IN ORDER TO RELEASE A PATCH

Config.php srcipt source:

Code: [Download] [Hide]
  1. $dbms='mysql4';  
  2. $dbhost = 'adress_where_db_is_hosted';  
  3. $dbname = 'name_of_the_db';  
  4. $dbuser = 'db_user_allowed_to_write&read_data';  
  5. $dbpass = 'pass_of_the_db_user';  
  6. $table_prefix = 'ip_';  
  7.  
  8. //  
  9. //Change all values before to suit your needs  
  10. //Do NOT change anything below!!!  
  11. //  
  12.  
  13. define('PHPBB_INSTALLED', true);  


Copy this script and step the instructions at php comments.
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Bigggggg Problem Plzz Helppp 
 
i see his web working well ..may be he have resolve the problem
 



 
keanySend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron