Ashell

Pakhackerz owned by Ashell

Dec 5th, 2011
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.62 KB | None | 0 0
  1. huuh Pakhackerz.com owned by Indishell
  2. Ashell India was there
  3.  
  4. Lol i have a gift for them
  5. ;)
  6. ;)
  7. <?php
  8. /*======================================================================*\
  9. || #################################################################### ||
  10. || # vBulletin 4.0.3
  11. || # ---------------------------------------------------------------- # ||
  12. || # All PHP code in this file is &#169;2000-2010 vBulletin Solutions Inc. # ||
  13. || # This file may not be redistributed in whole or significant part. # ||
  14. || # ---------------- VBULLETIN IS NOT FREE SOFTWARE ---------------- # ||
  15. || # http://www.vbulletin.com | http://www.vbulletin.com/license.html # ||
  16. || #################################################################### ||
  17. \*======================================================================*/
  18.  
  19. /*-------------------------------------------------------*\
  20. | ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
  21. +---------------------------------------------------------+
  22. | If you get any errors while attempting to connect to |
  23. | MySQL, you will need to email your webhost because we |
  24. | cannot tell you the correct values for the variables |
  25. | in this file. |
  26. \*-------------------------------------------------------*/
  27.  
  28. // ****** DATABASE TYPE ******
  29. // This is the type of the database server on which your vBulletin database will be located.
  30. // Valid options are mysql and mysqli, for slave support add _slave. Try to use mysqli if you are using PHP 5 and MySQL 4.1+
  31. // for slave options just append _slave to your preferred database type.
  32. $config['Database']['dbtype'] = 'mysql';
  33.  
  34. // ****** DATABASE NAME ******
  35. // This is the name of the database where your vBulletin will be located.
  36. // This must be created by your webhost.
  37. $config['Database']['dbname'] = 'mobi_mobi';
  38.  
  39. // ****** TABLE PREFIX ******
  40. // Prefix that your vBulletin tables have in the database.
  41. $config['Database']['tableprefix'] = '';
  42.  
  43. // ****** TECHNICAL EMAIL ADDRESS ******
  44. // If any database errors occur, they will be emailed to the address specified here.
  45. // Leave this blank to not send any emails when there is a database error.
  46. $config['Database']['technicalemail'] = '';
  47.  
  48. // ****** FORCE EMPTY SQL MODE ******
  49. // New versions of MySQL (4.1+) have introduced some behaviors that are
  50. // incompatible with vBulletin. Setting this value to "true" disables those
  51. // behaviors. You only need to modify this value if vBulletin recommends it.
  52. $config['Database']['force_sql_mode'] = false;
  53.  
  54.  
  55.  
  56. // ****** MASTER DATABASE SERVER NAME AND PORT ******
  57. // This is the hostname or IP address and port of the database server.
  58. // If you are unsure of what to put here, leave the default values.
  59. $config['MasterServer']['servername'] = 'localhost';
  60. $config['MasterServer']['port'] = 3306;
  61.  
  62. // ****** MASTER DATABASE USERNAME & PASSWORD ******
  63. // This is the username and password you use to access MySQL.
  64. // These must be obtained through your webhost.
  65. $config['MasterServer']['username'] = 'mobi_mobi';
  66. $config['MasterServer']['password'] = 'love786!!!';
  67.  
  68. // ****** MASTER DATABASE PERSISTENT CONNECTIONS ******
  69. // This option allows you to turn persistent connections to MySQL on or off.
  70. // The difference in performance is negligible for all but the largest boards.
  71. // If you are unsure what this should be, leave it off. (0 = off; 1 = on)
  72. $config['MasterServer']['usepconnect'] = 0;
  73.  
  74.  
  75.  
  76. // ****** SLAVE DATABASE CONFIGURATION ******
  77. // If you have multiple database backends, this is the information for your slave
  78. // server. If you are not 100% sure you need to fill in this information,
  79. // do not change any of the values here.
  80. $config['SlaveServer']['servername'] = '';
  81. $config['SlaveServer']['port'] = 3306;
  82. $config['SlaveServer']['username'] = '';
  83. $config['SlaveServer']['password'] = '';
  84. $config['SlaveServer']['usepconnect'] = 0;
  85.  
  86.  
  87.  
  88. // ****** PATH TO ADMIN & MODERATOR CONTROL PANELS ******
  89. // This setting allows you to change the name of the folders that the admin and
  90. // moderator control panels reside in. You may wish to do this for security purposes.
  91. // Please note that if you change the name of the directory here, you will still need
  92. // to manually change the name of the directory on the server.
  93. $config['Misc']['admincpdir'] = 'admincp';
  94. $config['Misc']['modcpdir'] = 'modcp';
  95.  
  96. // Prefix that all vBulletin cookies will have
  97. // Keep this short and only use numbers and letters, i.e. 1-9 and a-Z
  98. $config['Misc']['cookieprefix'] = 'bb';
  99.  
  100. // ******** FULL PATH TO FORUMS DIRECTORY ******
  101. // On a few systems it may be necessary to input the full path to your forums directory
  102. // for vBulletin to function normally. You can ignore this setting unless vBulletin
  103. // tells you to fill this in. Do not include a trailing slash!
  104. // Example Unix:
  105. // $config['Misc']['forumpath'] = '/home/users/public_html/forums';
  106. // Example Win32:
  107. // $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
  108. $config['Misc']['forumpath'] = '';
  109.  
  110. // ****** COOKIE SECURITY HASH ******
  111. // This option allows you to encode cookie.
  112. // You may use any latin and/or any other alphanumeric symbols.
  113. // Leave this blank to use the default value.
  114. // Note: if you change this all users will be logout.
  115. $config['Misc']['cookie_security_hash'] = '';
  116.  
  117.  
  118. // ****** USERS WITH ADMIN LOG VIEWING PERMISSIONS ******
  119. // The users specified here will be allowed to view the admin log in the control panel.
  120. // Users must be specified by *ID number* here. To obtain a user's ID number,
  121. // view their profile via the control panel. If this is a new installation, leave
  122. // the first user created will have a user ID of 1. Seperate each userid with a comma.
  123. $config['SpecialUsers']['canviewadminlog'] = '1';
  124.  
  125. // ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
  126. // The users specified here will be allowed to remove ("prune") entries from the admin
  127. // log. See the above entry for more information on the format.
  128. $config['SpecialUsers']['canpruneadminlog'] = '1';
  129.  
  130. // ****** USERS WITH QUERY RUNNING PERMISSIONS ******
  131. // The users specified here will be allowed to run queries from the control panel.
  132. // See the above entries for more information on the format.
  133. // Please note that the ability to run queries is quite powerful. You may wish
  134. // to remove all user IDs from this list for security reasons.
  135. $config['SpecialUsers']['canrunqueries'] = '';
  136.  
  137. // ****** UNDELETABLE / UNALTERABLE USERS ******
  138. // The users specified here will not be deletable or alterable from the control panel by any users.
  139. // To specify more than one user, separate userids with commas.
  140. $config['SpecialUsers']['undeletableusers'] = '';
  141.  
  142. // ****** SUPER ADMINISTRATORS ******
  143. // The users specified below will have permission to access the administrator permissions
  144. // page, which controls the permissions of other administrators
  145. $config['SpecialUsers']['superadministrators'] = '1';
  146.  
  147. // ****** DATASTORE CACHE CONFIGURATION *****
  148. // Here you can configure different methods for caching datastore items.
  149. // vB_Datastore_Filecache - to use includes/datastore/datastore_cache.php
  150. // vB_Datastore_APC - to use APC
  151. // vB_Datastore_XCache - to use XCache
  152. // vB_Datastore_Memcached - to use a Memcache server, more configuration below
  153. // $config['Datastore']['class'] = 'vB_Datastore_Filecache';
  154.  
  155. // ******** DATASTORE PREFIX ******
  156. // If you are using a PHP Caching system (APC, XCache, eAccelerator) with more
  157. // than one set of forums installed on your host, you *may* need to use a prefix
  158. // so that they do not try to use the same variable within the cache.
  159. // This works in a similar manner to the database table prefix.
  160. // $config['Datastore']['prefix'] = '';
  161.  
  162. // It is also necessary to specify the hostname or IP address and the port the server is listening on
  163. /*
  164. $config['Datastore']['class'] = 'vB_Datastore_Memcached';
  165. $i = 0;
  166. // First Server
  167. $i++;
  168. $config['Misc']['memcacheserver'][$i] = '127.0.0.1';
  169. $config['Misc']['memcacheport'][$i] = 11211;
  170. $config['Misc']['memcachepersistent'][$i] = true;
  171. $config['Misc']['memcacheweight'][$i] = 1;
  172. $config['Misc']['memcachetimeout'][$i] = 1;
  173. $config['Misc']['memcacheretry_interval'][$i] = 15;
  174. */
  175.  
  176. // ****** The following options are only needed in special cases ******
  177.  
  178. // ****** MySQLI OPTIONS *****
  179. // When using MySQL 4.1+, MySQLi should be used to connect to the database.
  180. // If you need to set the default connection charset because your database
  181. // is using a charset other than latin1, you can set the charset here.
  182. // If you don't set the charset to be the same as your database, you
  183. // may receive collation errors. Ignore this setting unless you
  184. // are sure you need to use it.
  185. // $config['Mysqli']['charset'] = 'utf8';
  186.  
  187. // Optionally, PHP can be instructed to set connection parameters by reading from the
  188. // file named in 'ini_file'. Please use a full path to the file.
  189. // Example:
  190. // $config['Mysqli']['ini_file'] = 'c:\program files\MySQL\MySQL Server 4.1\my.ini';
  191. $config['Mysqli']['ini_file'] = '';
  192.  
  193. // Image Processing Options
  194. // Images that exceed either dimension below will not be resized by vBulletin. If you need to resize larger images, alter these settings.
  195. $config['Misc']['maxwidth'] = 2592;
  196. $config['Misc']['maxheight'] = 1944;
  197.  
  198. /*======================================================================*\
  199. || ####################################################################
  200. || # CVS: $RCSfile$ - $Revision: 32878 $
  201. || ####################################################################
  202. \*======================================================================*/
  203.  
Add Comment
Please, Sign In to add comment