Browse Source

No more "I've been hacked help me ASAP!!1!" support topics...
...or at least cut off the most annoying ones

Signed-off-by: Suki <[email protected]>

Suki 11 years ago
parent
commit
6d009fe0e6
100 changed files with 105 additions and 105 deletions
  1. 5 5
      SSI.php
  2. 1 1
      Sources/Admin.php
  3. 1 1
      Sources/Avatar.php
  4. 1 1
      Sources/BoardIndex.php
  5. 1 1
      Sources/Calendar.php
  6. 1 1
      Sources/Class-BrowserDetect.php
  7. 1 1
      Sources/Class-CurlFetchWeb.php
  8. 1 1
      Sources/Class-Graphics.php
  9. 1 1
      Sources/Class-Package.php
  10. 1 1
      Sources/DbExtra-mysql.php
  11. 1 1
      Sources/DbExtra-postgresql.php
  12. 1 1
      Sources/DbExtra-sqlite.php
  13. 1 1
      Sources/DbPackages-mysql.php
  14. 1 1
      Sources/DbPackages-postgresql.php
  15. 1 1
      Sources/DbPackages-sqlite.php
  16. 1 1
      Sources/DbSearch-mysql.php
  17. 1 1
      Sources/DbSearch-postgresql.php
  18. 1 1
      Sources/DbSearch-sqlite.php
  19. 1 1
      Sources/Display.php
  20. 1 1
      Sources/Drafts.php
  21. 1 1
      Sources/DumpDatabase.php
  22. 2 2
      Sources/Errors.php
  23. 1 1
      Sources/Groups.php
  24. 1 1
      Sources/Help.php
  25. 1 1
      Sources/Karma.php
  26. 1 1
      Sources/Load.php
  27. 1 1
      Sources/LogInOut.php
  28. 1 1
      Sources/Logging.php
  29. 1 1
      Sources/ManageAttachments.php
  30. 1 1
      Sources/ManageBans.php
  31. 1 1
      Sources/ManageBoards.php
  32. 1 1
      Sources/ManageCalendar.php
  33. 1 1
      Sources/ManageErrors.php
  34. 1 1
      Sources/ManageLanguages.php
  35. 1 1
      Sources/ManageMail.php
  36. 1 1
      Sources/ManageMaintenance.php
  37. 1 1
      Sources/ManageMembergroups.php
  38. 1 1
      Sources/ManageMembers.php
  39. 1 1
      Sources/ManageNews.php
  40. 1 1
      Sources/ManagePaid.php
  41. 1 1
      Sources/ManagePermissions.php
  42. 1 1
      Sources/ManagePosts.php
  43. 1 1
      Sources/ManageRegistration.php
  44. 1 1
      Sources/ManageScheduledTasks.php
  45. 1 1
      Sources/ManageSearch.php
  46. 1 1
      Sources/ManageSearchEngines.php
  47. 1 1
      Sources/ManageServer.php
  48. 1 1
      Sources/ManageSettings.php
  49. 1 1
      Sources/ManageSmileys.php
  50. 1 1
      Sources/Memberlist.php
  51. 1 1
      Sources/MessageIndex.php
  52. 1 1
      Sources/ModerationCenter.php
  53. 1 1
      Sources/Modlog.php
  54. 1 1
      Sources/MoveTopic.php
  55. 1 1
      Sources/News.php
  56. 1 1
      Sources/Notify.php
  57. 1 1
      Sources/PackageGet.php
  58. 1 1
      Sources/Packages.php
  59. 1 1
      Sources/PersonalMessage.php
  60. 1 1
      Sources/Poll.php
  61. 1 1
      Sources/Post.php
  62. 1 1
      Sources/PostModeration.php
  63. 1 1
      Sources/Printpage.php
  64. 1 1
      Sources/Profile-Actions.php
  65. 1 1
      Sources/Profile-Modify.php
  66. 1 1
      Sources/Profile-View.php
  67. 1 1
      Sources/Profile.php
  68. 1 1
      Sources/QueryString.php
  69. 1 1
      Sources/Recent.php
  70. 1 1
      Sources/Register.php
  71. 1 1
      Sources/Reminder.php
  72. 1 1
      Sources/RemoveTopic.php
  73. 1 1
      Sources/RepairBoards.php
  74. 1 1
      Sources/Reports.php
  75. 1 1
      Sources/ScheduledTasks.php
  76. 1 1
      Sources/Search.php
  77. 1 1
      Sources/SearchAPI-Custom.php
  78. 1 1
      Sources/SearchAPI-Fulltext.php
  79. 1 1
      Sources/SearchAPI-Standard.php
  80. 1 1
      Sources/Security.php
  81. 1 1
      Sources/SendTopic.php
  82. 1 1
      Sources/Session.php
  83. 1 1
      Sources/SplitTopics.php
  84. 1 1
      Sources/Stats.php
  85. 1 1
      Sources/Subs-Admin.php
  86. 1 1
      Sources/Subs-Attachments.php
  87. 1 1
      Sources/Subs-Auth.php
  88. 1 1
      Sources/Subs-BoardIndex.php
  89. 1 1
      Sources/Subs-Boards.php
  90. 1 1
      Sources/Subs-Calendar.php
  91. 1 1
      Sources/Subs-Categories.php
  92. 1 1
      Sources/Subs-Charset.php
  93. 1 1
      Sources/Subs-Compat.php
  94. 1 1
      Sources/Subs-Db-mysql.php
  95. 1 1
      Sources/Subs-Db-postgresql.php
  96. 1 1
      Sources/Subs-Db-sqlite.php
  97. 1 1
      Sources/Subs-Editor.php
  98. 1 1
      Sources/Subs-Graphics.php
  99. 1 1
      Sources/Subs-List.php
  100. 1 1
      Sources/Subs-Membergroups.php

+ 5 - 5
SSI.php

@@ -89,15 +89,15 @@ if (empty($modSettings['rand_seed']) || mt_rand(1, 250) == 69)
 
 // Check on any hacking attempts.
 if (isset($_REQUEST['GLOBALS']) || isset($_COOKIE['GLOBALS']))
-	die('Hacking attempt...');
+	die('No direct access...');
 elseif (isset($_REQUEST['ssi_theme']) && (int) $_REQUEST['ssi_theme'] == (int) $ssi_theme)
-	die('Hacking attempt...');
+	die('No direct access...');
 elseif (isset($_COOKIE['ssi_theme']) && (int) $_COOKIE['ssi_theme'] == (int) $ssi_theme)
-	die('Hacking attempt...');
+	die('No direct access...');
 elseif (isset($_REQUEST['ssi_layers'], $ssi_layers) && (@get_magic_quotes_gpc() ? stripslashes($_REQUEST['ssi_layers']) : $_REQUEST['ssi_layers']) == $ssi_layers)
-	die('Hacking attempt...');
+	die('No direct access...');
 if (isset($_REQUEST['context']))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 // Make sure wireless is always off.
 define('WIRELESS', false);

+ 1 - 1
Sources/Admin.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The main admin handling function.

+ 1 - 1
Sources/Avatar.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 function showAvatar()
 {

+ 1 - 1
Sources/BoardIndex.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This function shows the board index.

+ 1 - 1
Sources/Calendar.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Show the calendar.

+ 1 - 1
Sources/Class-BrowserDetect.php

@@ -12,7 +12,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  *  This class is an experiment for the job of correctly detecting browsers and settings needed for them.

+ 1 - 1
Sources/Class-CurlFetchWeb.php

@@ -11,7 +11,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Simple cURL class to fetch a web page

+ 1 - 1
Sources/Class-Graphics.php

@@ -20,7 +20,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 class gif_lzw_compression
 {

+ 1 - 1
Sources/Class-Package.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Class representing an xml array.  Reads in xml, allows you to access it simply.  Version 1.1.

+ 1 - 1
Sources/DbExtra-mysql.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Add the functions implemented in this file to the $smcFunc array.

+ 1 - 1
Sources/DbExtra-postgresql.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Add the functions implemented in this file to the $smcFunc array.

+ 1 - 1
Sources/DbExtra-sqlite.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Add the functions implemented in this file to the $smcFunc array.

+ 1 - 1
Sources/DbPackages-mysql.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Add the file functions to the $smcFunc array.

+ 1 - 1
Sources/DbPackages-postgresql.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Add the file functions to the $smcFunc array.

+ 1 - 1
Sources/DbPackages-sqlite.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Add the file functions to the $smcFunc array.

+ 1 - 1
Sources/DbSearch-mysql.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  *  Add the file functions to the $smcFunc array.

+ 1 - 1
Sources/DbSearch-postgresql.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  *  Add the file functions to the $smcFunc array.

+ 1 - 1
Sources/DbSearch-sqlite.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  *  Add the file functions to the $smcFunc array.

+ 1 - 1
Sources/Display.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The central part of the board - topic display.

+ 1 - 1
Sources/Drafts.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 loadLanguage('Drafts');
 

+ 1 - 1
Sources/DumpDatabase.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Dumps the database.

+ 2 - 2
Sources/Errors.php

@@ -16,7 +16,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Log an error, if the error logging is enabled.
@@ -253,7 +253,7 @@ function error_handler($error_level, $error_string, $file, $line)
 
 	// We should NEVER get to this point.  Any fatal error MUST quit, or very bad things can happen.
 	if ($error_level % 255 == E_ERROR)
-		die('Hacking attempt...');
+		die('No direct access...');
 }
 
 /**

+ 1 - 1
Sources/Groups.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Entry point function, permission checks, admin bars, etc.

+ 1 - 1
Sources/Help.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Redirect to the user help ;).

+ 1 - 1
Sources/Karma.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Modify a user's karma.

+ 1 - 1
Sources/Load.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Load the $modSettings array.

+ 1 - 1
Sources/LogInOut.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Ask them for their login information. (shows a page for the user to type

+ 1 - 1
Sources/Logging.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Put this user in the online log.

+ 1 - 1
Sources/ManageAttachments.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The main 'Attachments and Avatars' management function.

+ 1 - 1
Sources/ManageBans.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Ban center. The main entrance point for all ban center functions.

+ 1 - 1
Sources/ManageBoards.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The main dispatcher; doesn't do anything, just delegates.

+ 1 - 1
Sources/ManageCalendar.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The main controlling function doesn't have much to do... yet.

+ 1 - 1
Sources/ManageErrors.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * View the forum's error log.

+ 1 - 1
Sources/ManageLanguages.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This is the main function for the languages area.

+ 1 - 1
Sources/ManageMail.php

@@ -16,7 +16,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Main dispatcher. This function checks permissions and passes control through to the relevant section.

+ 1 - 1
Sources/ManageMaintenance.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Main dispatcher, the maintenance access point.

+ 1 - 1
Sources/ManageMembergroups.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 
 /**

+ 1 - 1
Sources/ManageMembers.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The main entrance point for the Manage Members screen.

+ 1 - 1
Sources/ManageNews.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The news dispatcher; doesn't do anything, just delegates.

+ 1 - 1
Sources/ManagePaid.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The main entrance point for the 'Paid Subscription' screen, calling

+ 1 - 1
Sources/ManagePermissions.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Dispaches to the right function based on the given subaction.

+ 1 - 1
Sources/ManagePosts.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The main entrance point for the 'Posts and topics' screen.

+ 1 - 1
Sources/ManageRegistration.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Entrance point for the registration center, it checks permisions and forwards

+ 1 - 1
Sources/ManageScheduledTasks.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Scheduled tasks management dispatcher. This function checks permissions and delegates

+ 1 - 1
Sources/ManageSearch.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Main entry point for the admin search settings screen.

+ 1 - 1
Sources/ManageSearchEngines.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Entry point for this section.

+ 1 - 1
Sources/ManageServer.php

@@ -57,7 +57,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This is the main dispatcher. Sets up all the available sub-actions, all the tabs and selects

+ 1 - 1
Sources/ManageSettings.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This just avoids some repetition.

+ 1 - 1
Sources/ManageSmileys.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This is the dispatcher of smileys administration.

+ 1 - 1
Sources/Memberlist.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Shows a listing of registered members.

+ 1 - 1
Sources/MessageIndex.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Show the list of topics in this board, along with any child boards.

+ 1 - 1
Sources/ModerationCenter.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Entry point for the moderation center.

+ 1 - 1
Sources/Modlog.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Prepares the information from the moderation log for viewing.

+ 1 - 1
Sources/MoveTopic.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This function allows to move a topic, making sure to ask the moderator

+ 1 - 1
Sources/News.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Outputs xml data representing recent information or a profile.

+ 1 - 1
Sources/Notify.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Turn off/on notification for a particular topic.

+ 1 - 1
Sources/PackageGet.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Browse the list of package servers, add servers...

+ 1 - 1
Sources/Packages.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This is the notoriously defunct package manager..... :/.

+ 1 - 1
Sources/PersonalMessage.php

@@ -16,7 +16,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This helps organize things...

+ 1 - 1
Sources/Poll.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Allow the user to vote.

+ 1 - 1
Sources/Post.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Handles showing the post screen, loading the post to be modified, and loading any post quoted.

+ 1 - 1
Sources/PostModeration.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This is a handling function for all things post moderation.

+ 1 - 1
Sources/Printpage.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Format a topic to be printer friendly.

+ 1 - 1
Sources/Profile-Actions.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Activate an account.

+ 1 - 1
Sources/Profile-Modify.php

@@ -16,7 +16,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This defines every profile field known to man.

+ 1 - 1
Sources/Profile-View.php

@@ -12,7 +12,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * View a summary.

+ 1 - 1
Sources/Profile.php

@@ -16,7 +16,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Allow the change or view of profiles...

+ 1 - 1
Sources/QueryString.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Clean the request variables - add html entities to GET and slashes if magic_quotes_gpc is Off.

+ 1 - 1
Sources/Recent.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Get the latest post made on the system

+ 1 - 1
Sources/Register.php

@@ -16,7 +16,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Begin the registration process.

+ 1 - 1
Sources/Reminder.php

@@ -13,7 +13,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This is the controlling delegator

+ 1 - 1
Sources/RemoveTopic.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /*	The contents of this file handle the deletion of topics, posts, and related
 	paraphernalia.  It has the following functions:

+ 1 - 1
Sources/RepairBoards.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Finds or repairs errors in the database to fix possible problems.

+ 1 - 1
Sources/Reports.php

@@ -22,7 +22,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Handling function for generating reports.

+ 1 - 1
Sources/ScheduledTasks.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * This function works out what to do!

+ 1 - 1
Sources/Search.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 // This defines two version types for checking the API's are compatible with this version of SMF.
 $GLOBALS['search_versions'] = array(

+ 1 - 1
Sources/SearchAPI-Custom.php

@@ -12,7 +12,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Custom Search API class .. used when custom SMF index is used

+ 1 - 1
Sources/SearchAPI-Fulltext.php

@@ -12,7 +12,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Fulltext API, used when an SQL fulltext index is used

+ 1 - 1
Sources/SearchAPI-Standard.php

@@ -12,7 +12,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Standard non full index, non custom index search

+ 1 - 1
Sources/Security.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Check if the user is who he/she says he is

+ 1 - 1
Sources/SendTopic.php

@@ -13,7 +13,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * The main handling function for sending specialist (Or otherwise) emails to a user.

+ 1 - 1
Sources/Session.php

@@ -18,7 +18,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Attempt to start the session, unless it already has been.

+ 1 - 1
Sources/SplitTopics.php

@@ -16,7 +16,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * splits a topic into two topics.

+ 1 - 1
Sources/Stats.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Display some useful/interesting board statistics.

+ 1 - 1
Sources/Subs-Admin.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Get a list of versions that are currently installed on the server.

+ 1 - 1
Sources/Subs-Attachments.php

@@ -16,7 +16,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Check if the current directory is still valid or not.

+ 1 - 1
Sources/Subs-Auth.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Sets the SMF-style login cookie and session based on the id_member and password passed.

+ 1 - 1
Sources/Subs-BoardIndex.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Fetches a list of boards and (optional) categories including

+ 1 - 1
Sources/Subs-Boards.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Mark a board or multiple boards read.

+ 1 - 1
Sources/Subs-Calendar.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Get all birthdays within the given time range.

+ 1 - 1
Sources/Subs-Categories.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Edit the position and properties of a category.

+ 1 - 1
Sources/Subs-Charset.php

@@ -12,7 +12,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Converts the given UTF-8 string into lowercase.

+ 1 - 1
Sources/Subs-Compat.php

@@ -17,7 +17,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Available since: (PHP 5)

+ 1 - 1
Sources/Subs-Db-mysql.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  *  Maps the implementations in this file (smf_db_function_name)

+ 1 - 1
Sources/Subs-Db-postgresql.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Maps the implementations in this file (smf_db_function_name)

+ 1 - 1
Sources/Subs-Db-sqlite.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  *  Maps the implementations in this file (smf_db_function_name)

+ 1 - 1
Sources/Subs-Editor.php

@@ -15,7 +15,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * !!!Compatibility!!!

+ 1 - 1
Sources/Subs-Graphics.php

@@ -19,7 +19,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * downloads a file from a url and stores it locally for avatar use by id_member.

+ 1 - 1
Sources/Subs-List.php

@@ -13,7 +13,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Create a new list

+ 1 - 1
Sources/Subs-Membergroups.php

@@ -14,7 +14,7 @@
  */
 
 if (!defined('SMF'))
-	die('Hacking attempt...');
+	die('No direct access...');
 
 /**
  * Delete one of more membergroups.

Some files were not shown because too many files changed in this diff