I have been asked to support an old version of drupal 4.7.4 which has been infected with JS:Redirector-G
I have downloaded the site and run TextCrawler which identified 17 infected files
I’ve removed the code and write protected the files in case it was a SQL injection attack. If it is an FTP based attack that won’t prevent it happening again but at least I can identify the files and rectify it quickly now. Once this has been fixed I'll upgrade but I need to find the problem first.
The problem is that the code is still showing up in the browser right after the tag and I need to find where this is in the code or database
These are some of the corrected files, I have checked that they are still uninfected:
\misc\autocomplete.js
\misc\collapse.js
\misc\drupal.js
\misc\progress.js
\misc\textarea.js
\misc\update.js
\misc\upload.js
\modules\epublish\epublish.js
\modules\event\event.js
\modules\img_assist\img_assist.js
\modules\img_assist\img_assist_textarea.js
\modules\img_assist\img_assist_tinymce.js
\files\videos\edit_dates\flashobject.js
\modules\img_assist\drupalimage\editor_plugin.js
\modules\img_assist\drupalimage\editor_plugin_src.js
Index.php
\Sites\default\settings.php
We all know that node module provides the facility to search for specific nodes under advanced search. One of the node types say nodeX on my site has a field "category" (radio groups) with options say catA, catB, catC etc. This field is mandatory.
Now what i want is to add the facility so that users can search for a specific category under this nodeX. I've added the required checkboxes in advanced search form using form_alter() function.
Now the problem is that when i search for one or more simple node types the search works properly. Same happens when i search for one or more specific categories under nodeX. But when i do a combined search e.g. one or mode simple node types and one or more categories under nodeX. Then search just ignores the simple nodes and returns the results only from the categoies under nodeX. I've tried everything that i know but in vain. The following is the query that is generated by node module.
i set on my site in 3 languages(en,nl,fr) and created my own menu item but hovering menu item show only in english.
I translated word on menu item by "administer->manage strings". How can i translate hovering on menu item on other languages Dutch and French?????
Thanks!!!!!!!!!!!!