Guest User

ninad

a guest
May 18th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.35 KB | None | 0 0
  1.  
  2.  
  3. Welcome to FreeWebHostingArea.com!
  4. Dear user, your account pleaseletmeknow.xp3.biz was successfully activated on maximus.freewha.com server.
  5. Your address is http://pleaseletmeknow.xp3.biz and you can visit/update your site right now.
  6. Add an index page (examples: index.html or index.php) and put your files directly on root. No public_html folder required.
  7. Be sure that your account has minimum 1hit per month. Inactive accounts are deleted at the end of month.
  8.  
  9. Account Manager:
  10. You're hosted on maximus.freewha.com server. Account Manager is located at http://pleaseletmeknow.xp3.biz/cpanel.
  11. Username: pleaseletmeknow.xp3.biz
  12. Password: highasfuck
  13. If you have accounts created on more than one server, see http://www.freewebhostingarea.com/members/.
  14.  
  15. Some scripts require server path. Yours is /home/vhosts/pleaseletmeknow.xp3.biz.
  16. Your Personal FTP Information:
  17. FTP Server/Host:
  18.  
  19. pleaseletmeknow.xp3.biz
  20.  
  21. FTP Login/Username:
  22.  
  23. pleaseletmeknow.xp3.biz
  24.  
  25. FTP PassWord:
  26.  
  27. highasfuck
  28.  
  29. To upload your files go to our Web based FTP client (recommended), located at http://pleaseletmeknow.xp3.biz/ftp/.
  30.  
  31. Once logged in, you will be able to create a new dir, new file, to upload a zip archive and have it unzipped automatically, to edit your files, to select files and download them as .zip, to copy, move, delete, rename, chmod (change permissions), search anything under your account, ability to see and edit dot files like .htaccess. With a normal ftp program you will not be able to do this.
  32. For a complete list of features see http://pleaseletmeknow.xp3.biz/ftp/help.html.
  33. MySQL database Information:
  34. You will get a limited number of free databases per account. But you can create other accounts and get as many free databases as you want.
  35. ATTENTION!!! MySQL databases must be activated @ Account Manager >> Hit Create DB button.
  36. MySQL HostName is localhost only. We don't allow external connections.
  37. phpMyAdmin is located at http://pleaseletmeknow.xp3.biz/pma/. Log in using MySQL username.
  38. PhpMyAdmin (PMA) is a tool that will help you to administer your database. You don't have privileges to create a database with PMA because, as said before, databases must be created @ Account Manager using Create DB button.
  39. Database details (db name, username) will be provided at Account Manager once you create the database.
  40.  
  41. Other features at Account Manager
  42. One click Autoinstaller for PhpBB3, SMF, WordPress, Joomla, Drupal (with Clean URLs preenabled), Moodle.
  43. One click database backup & One click database import
  44. Manage DB button (available after you create a database) >> then choose Backup DB or Import DB buttons
  45. Configure PHP
  46. you can turn on/off Register Globals, Magic Quotes gpc, Allow_url_include variables.
  47. safe_mode is automatically turned off few hours after account creation.
  48. Reset Account
  49. useful if you want to delete all files/databases under your account.
  50. Fix Ownership
  51. some files are created with apache permissions (e.g. unpack an archive, php scripts) and you're not able to edit/delete them. This feature will fix permissions and you will be able to manipulate all files under your account.
  52.  
  53. Free hit tracker (web counter)
  54. Sign up @ http://www.1FreeCounter.com then just insert the code into your pages.
  55. We have full support for mod_rewrite or dot files (.htaccess, .htpasswd).
  56. Attention!! A wrong .htaccess file can block your site and instead you will see a
  57. 500 internal server error.
  58.  
  59. With .htaccess you're able to set custom error pages.
  60. ErrorDocument 404 /404.html
  61. ErrorDocument 403 /403.html
  62. 404.html - not found errors
  63. 403.html - forbidden errors
  64.  
  65. enable indexes using:
  66. Options +Indexes
  67. IndexOptions FancyIndexing
  68.  
  69. turn on/off php variables:
  70. php_flag display_errors On
  71. php_flag register_globals On
  72.  
  73. block sites using:
  74. RewriteEngine on
  75. RewriteCond %{HTTP_REFERER} ^http://.*badsite\.com [NC,OR]
  76. RewriteCond %{HTTP_REFERER} ^http://.*otherbadsite\.com [NC]
  77. RewriteRule .* - [F]
  78. note the OR if you want to add block more than one domain.
  79.  
  80. block IPs using:
  81. order allow,deny
  82. deny from 192.168.0.101
  83. deny from 10.0.0.
  84. allow from all
  85. first example 192.168.0.101, you block that particular ip
  86. second example 10.0.0., you block all ips starting with 10.0.0.
  87.  
  88. block an ISP or a particular user coming from an ISP:
  89. order allow,deny
  90. deny from bad-isp.com
  91. deny from user.other-bad-isp.com
  92. allow from all
  93. Attention!! Use a very hard to guess password to prevent your account being hacked. Also, install only new and optimized scripts. Take care with full permissions 777!!! For security reasons, set permissions for script configuration file to 644.
  94.  
  95. You will find a lot of useful information if you check our FAQ Section.
  96.  
  97. For latest news follow us at TWITTER.
  98.  
  99. Our service is ad free for small sites. To support us so we can offer a quality service, upgrade your account at http://www.freewebhostingarea.com/removeads.html.
  100.  
  101. Thank you for using our services,
  102. Free Web Hosting Area.com
  103.  
  104.  
  105.  
  106.  
  107.  
  108. Main MySQL Database and Database username have been successfully created!!
  109. To administer your database(s) using phpMyAdmin tool, to create more databases, to delete a database, to import sql code, to backup one of your databases or to change MySQL password, choose Manage DB from Main Menu.
  110. MySQL Main Database name: 1137706
  111. MySQL Database username: 1137706
  112. MySQL Database password: equal with account password
  113. MySQL Database host: localhost
  114. Main Menu
Add Comment
Please, Sign In to add comment