SlideShare uma empresa Scribd logo
1 de 4
Welcome to FreeWebHostingArea.com!

Dear user, your account mocikut.noads.biz
was successfully activated on noads.biz server.

Your address is http://mocikut.noads.biz and
you can visit/update your site right now.

Add an index page (examples: index.html or
index.php) and put your files directly on root. No
public_html folder required.

Be sure that your account has minimum
1hit per month. Inactive accounts are
deleted at the end of month.
Account Manager:

You're hosted on noads.biz server. Account Manager is
located at http://noadsbiz.freewebhostingarea.com/.

Username: mocikut.noads.biz
Password: mocidade12345

If you have accounts created on more than one server, see http://
www.freewebhostingarea.com/members/.

Some scripts require server path. Yours is
/home/vhosts/mocikut.noads.biz.

Your Personal FTP Information:

FTP Server/Host:                                                    noads.biz

FTP Login/Username:                                                 mocikut.noads.biz

FTP PassWord:                                                       mocidade12345

To upload your files go to our Web based FTP client
(recommended), located at
http://noadsbiz.freewebhostingarea.com/ftp/.

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.
For a complete list of features see
http://noadsbiz.freewebhostingarea.com/ftp/help.html.

MySQL database Information:

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.

ATTENTION!!! MySQL databases must be activated @
Account Manager >> Hit Create DB button.

MySQL HostName is localhost only. We don't allow
external connections.

phpMyAdmin is located at
http://noadsbiz.freewebhostingarea.com/pma/. Log in
using MySQL username.

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.

Database details (db name, username) will be provided at
Account Manager once you create the database.

Other features at Account Manager

One click Autoinstaller for PhpBB3, SMF, WordPress,
Joomla, Drupal (with Clean URLs preenabled), Moodle.

One click database backup & One click database import

Manage DB button (available after you create a
database) >> then choose Backup DB or
Import DB buttons
Configure PHP

you can turn on/off Register Globals, Magic
Quotes gpc, Allow_url_include variables.

safe_mode is automatically turned off few
hours after account creation.
Reset Account

useful if you want to delete all files/databases
under your account.
Fix Ownership
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.
Free hit tracker (web counter)

Sign up @ http://www.1FreeCounter.com then just
insert the code into your pages.



We have full support for mod_rewrite or
dot files (.htaccess, .htpasswd).
Attention!! A wrong .htaccess file can block your
site and instead you will see a

500 internal server error.

With .htaccess you're able to set custom error
pages.

ErrorDocument 404 /404.html
ErrorDocument 403 /403.html

404.html - not found errors

403.html - forbidden errors

enable indexes using:

Options +Indexes
IndexOptions FancyIndexing

turn on/off php variables:

php_flag display_errors On

php_flag register_globals On

block sites using:

RewriteEngine on
RewriteCond %{HTTP_REFERER}
^http://.*badsite.com [NC,OR]
RewriteCond %{HTTP_REFERER}
^http://.*otherbadsite.com [NC]
RewriteRule .* - [F]

note the OR if you want to add block more than
one domain.

block IPs using:
order allow,deny
deny from 192.168.0.101
deny from 10.0.0.
allow from all

first example 192.168.0.101, you block that
particular ip

second example 10.0.0., you block all ips
starting with 10.0.0.

block an ISP or a particular user coming from an
ISP:

order allow,deny
deny from bad-isp.com
deny from user.other-bad-isp.com
allow from all



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.

You will find a lot of useful information if you
check our FAQ Section.

For latest news follow us at TWITTER.

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.

    Thank you for using our services,
         Free Web Hosting Area.com

Mais conteúdo relacionado

Mais procurados

Chapter 1
Chapter 1Chapter 1
Chapter 1
Uma Sam
 
Introduction to Web Architecture
Introduction to Web ArchitectureIntroduction to Web Architecture
Introduction to Web Architecture
Chamnap Chhorn
 
Wp3 refresh pgh
Wp3 refresh pghWp3 refresh pgh
Wp3 refresh pgh
MrDirby
 
Apache2 BootCamp : Using Apache to Serve Static Content
Apache2 BootCamp : Using Apache to Serve Static ContentApache2 BootCamp : Using Apache to Serve Static Content
Apache2 BootCamp : Using Apache to Serve Static Content
Wildan Maulana
 

Mais procurados (20)

puissance-2roue
puissance-2rouepuissance-2roue
puissance-2roue
 
Chapter 1
Chapter 1Chapter 1
Chapter 1
 
Introduction to Web Architecture
Introduction to Web ArchitectureIntroduction to Web Architecture
Introduction to Web Architecture
 
File Upload
File UploadFile Upload
File Upload
 
Ajax
AjaxAjax
Ajax
 
Wp3 refresh pgh
Wp3 refresh pghWp3 refresh pgh
Wp3 refresh pgh
 
Monteiro_WS
Monteiro_WSMonteiro_WS
Monteiro_WS
 
When dynamic becomes static : the next step in web caching techniques
When dynamic becomes static : the next step in web caching techniquesWhen dynamic becomes static : the next step in web caching techniques
When dynamic becomes static : the next step in web caching techniques
 
Javascript cross domain communication
Javascript cross domain communicationJavascript cross domain communication
Javascript cross domain communication
 
Css
CssCss
Css
 
.htaccess
.htaccess.htaccess
.htaccess
 
PHP and MySQL
PHP and MySQLPHP and MySQL
PHP and MySQL
 
4 Basic PHP
4 Basic PHP4 Basic PHP
4 Basic PHP
 
When dynamic becomes static : the next step in web caching techniques
When dynamic becomes static : the next step in web caching techniquesWhen dynamic becomes static : the next step in web caching techniques
When dynamic becomes static : the next step in web caching techniques
 
New: Two Methods of Installing Drupal on Windows XP with XAMPP
New: Two Methods of Installing Drupal on Windows XP with XAMPPNew: Two Methods of Installing Drupal on Windows XP with XAMPP
New: Two Methods of Installing Drupal on Windows XP with XAMPP
 
Web Development Course: PHP lecture 2
Web Development Course: PHP lecture 2Web Development Course: PHP lecture 2
Web Development Course: PHP lecture 2
 
Backup Restore Migration Wordpress hosted on 1and1
Backup Restore Migration Wordpress hosted on 1and1Backup Restore Migration Wordpress hosted on 1and1
Backup Restore Migration Wordpress hosted on 1and1
 
Php with mysql ppt
Php with mysql pptPhp with mysql ppt
Php with mysql ppt
 
Resource Registries: Plone Conference 2014
Resource Registries: Plone Conference 2014Resource Registries: Plone Conference 2014
Resource Registries: Plone Conference 2014
 
Apache2 BootCamp : Using Apache to Serve Static Content
Apache2 BootCamp : Using Apache to Serve Static ContentApache2 BootCamp : Using Apache to Serve Static Content
Apache2 BootCamp : Using Apache to Serve Static Content
 

Semelhante a Site Mocikut

Comparative Development Methodologies
Comparative Development MethodologiesComparative Development Methodologies
Comparative Development Methodologies
elliando dias
 
Windows Hosting Documentation
Windows Hosting DocumentationWindows Hosting Documentation
Windows Hosting Documentation
webhostingguy
 
Htaccess file tutorial and tips
Htaccess file tutorial and tipsHtaccess file tutorial and tips
Htaccess file tutorial and tips
Imam Rosidi
 

Semelhante a Site Mocikut (20)

Web hosting Free Hosting
Web hosting Free HostingWeb hosting Free Hosting
Web hosting Free Hosting
 
Web hosting get start online
Web hosting get start onlineWeb hosting get start online
Web hosting get start online
 
How to Install and Configure Drupal CMS
How to Install and Configure Drupal CMSHow to Install and Configure Drupal CMS
How to Install and Configure Drupal CMS
 
How to Install and Configure Drupal CMS
How to Install and Configure Drupal CMSHow to Install and Configure Drupal CMS
How to Install and Configure Drupal CMS
 
How to use_000webhost
How to use_000webhostHow to use_000webhost
How to use_000webhost
 
sfsa
sfsasfsa
sfsa
 
test pdf
test pdftest pdf
test pdf
 
test
testtest
test
 
testing pdf doc
testing pdf doctesting pdf doc
testing pdf doc
 
Comparative Development Methodologies
Comparative Development MethodologiesComparative Development Methodologies
Comparative Development Methodologies
 
Wamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and ConfigurationWamp & LAMP - Installation and Configuration
Wamp & LAMP - Installation and Configuration
 
Guide 6 - Tapping Into Your Website Configuration File.pdf
Guide 6 - Tapping Into Your Website Configuration File.pdfGuide 6 - Tapping Into Your Website Configuration File.pdf
Guide 6 - Tapping Into Your Website Configuration File.pdf
 
Windows Hosting Documentation
Windows Hosting DocumentationWindows Hosting Documentation
Windows Hosting Documentation
 
COZA HOST HELP
COZA HOST HELPCOZA HOST HELP
COZA HOST HELP
 
WordPress Resources Nov 2014
WordPress Resources Nov 2014WordPress Resources Nov 2014
WordPress Resources Nov 2014
 
Htaccess file tutorial and tips
Htaccess file tutorial and tipsHtaccess file tutorial and tips
Htaccess file tutorial and tips
 
WordCamp 2015
WordCamp 2015WordCamp 2015
WordCamp 2015
 
Publishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharmaPublishing website by dr. vishnu sharma
Publishing website by dr. vishnu sharma
 
Securing Word Press Blog
Securing Word Press BlogSecuring Word Press Blog
Securing Word Press Blog
 
How to Install a PHP Script in cPanel.pdf
How to Install a PHP Script in cPanel.pdfHow to Install a PHP Script in cPanel.pdf
How to Install a PHP Script in cPanel.pdf
 

Último

Azad Nagar Call Girls ,☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuin...
Azad Nagar Call Girls ,☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuin...Azad Nagar Call Girls ,☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuin...
Azad Nagar Call Girls ,☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuin...
delhimunirka15
 
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu DhabiMussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
romeke1848
 
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Sheetaleventcompany
 
Museum of fine arts Lauren Simpson…………..
Museum of fine arts Lauren Simpson…………..Museum of fine arts Lauren Simpson…………..
Museum of fine arts Lauren Simpson…………..
mvxpw22gfc
 
codes and conventions of film magazine and website.pptx
codes and conventions of film magazine and website.pptxcodes and conventions of film magazine and website.pptx
codes and conventions of film magazine and website.pptx
17duffyc
 
Van Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson todayVan Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson today
lucygibson17
 
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknikppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
Agustinus791932
 
一比一原版(UofG学位证书)圭尔夫大学毕业证学历认证快速办理
一比一原版(UofG学位证书)圭尔夫大学毕业证学历认证快速办理一比一原版(UofG学位证书)圭尔夫大学毕业证学历认证快速办理
一比一原版(UofG学位证书)圭尔夫大学毕业证学历认证快速办理
txkonu
 
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
delhimunirka15
 

Último (20)

Completed Event Presentation for Huma 1305
Completed Event Presentation for Huma 1305Completed Event Presentation for Huma 1305
Completed Event Presentation for Huma 1305
 
Top Rated Lucknow Escorts Service, ₹5000 Best Hot Call Girls With Room +91-82...
Top Rated Lucknow Escorts Service, ₹5000 Best Hot Call Girls With Room +91-82...Top Rated Lucknow Escorts Service, ₹5000 Best Hot Call Girls With Room +91-82...
Top Rated Lucknow Escorts Service, ₹5000 Best Hot Call Girls With Room +91-82...
 
sources of Hindu law kdaenflkjwwfererger
sources of Hindu law kdaenflkjwwferergersources of Hindu law kdaenflkjwwfererger
sources of Hindu law kdaenflkjwwfererger
 
Azad Nagar Call Girls ,☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuin...
Azad Nagar Call Girls ,☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuin...Azad Nagar Call Girls ,☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuin...
Azad Nagar Call Girls ,☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuin...
 
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu DhabiMussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
Mussafah Call Girls +971525373611 Call Girls in Mussafah Abu Dhabi
 
Call Girls Sultanpur Just Call 📞 8617370543 Top Class Call Girl Service Avail...
Call Girls Sultanpur Just Call 📞 8617370543 Top Class Call Girl Service Avail...Call Girls Sultanpur Just Call 📞 8617370543 Top Class Call Girl Service Avail...
Call Girls Sultanpur Just Call 📞 8617370543 Top Class Call Girl Service Avail...
 
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
 
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
Call Girl In Chandigarh ☎ 08868886958✅ Just Genuine Call Call Girls Chandigar...
 
Turn Off The Air Con - The Singapore Punk Scene
Turn Off The Air Con - The Singapore Punk SceneTurn Off The Air Con - The Singapore Punk Scene
Turn Off The Air Con - The Singapore Punk Scene
 
Museum of fine arts Lauren Simpson…………..
Museum of fine arts Lauren Simpson…………..Museum of fine arts Lauren Simpson…………..
Museum of fine arts Lauren Simpson…………..
 
Call Girls In Firozabad Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Firozabad Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...Call Girls In Firozabad Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Firozabad Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
 
Theoretical Framework- Explanation with Flow Chart.docx
Theoretical Framework- Explanation with Flow Chart.docxTheoretical Framework- Explanation with Flow Chart.docx
Theoretical Framework- Explanation with Flow Chart.docx
 
Sui Generis Magazine volume one Kristen Murillo.pdf
Sui Generis Magazine volume one Kristen Murillo.pdfSui Generis Magazine volume one Kristen Murillo.pdf
Sui Generis Magazine volume one Kristen Murillo.pdf
 
codes and conventions of film magazine and website.pptx
codes and conventions of film magazine and website.pptxcodes and conventions of film magazine and website.pptx
codes and conventions of film magazine and website.pptx
 
HUMA Final Presentation About Chicano Culture
HUMA Final Presentation About Chicano CultureHUMA Final Presentation About Chicano Culture
HUMA Final Presentation About Chicano Culture
 
Van Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson todayVan Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson today
 
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknikppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
ppt seni budaya kelas xi, menganalisis konsep,unsur,prinsip dan teknik
 
How to order fake Worcester State University diploma?
How to order fake Worcester State University diploma?How to order fake Worcester State University diploma?
How to order fake Worcester State University diploma?
 
一比一原版(UofG学位证书)圭尔夫大学毕业证学历认证快速办理
一比一原版(UofG学位证书)圭尔夫大学毕业证学历认证快速办理一比一原版(UofG学位证书)圭尔夫大学毕业证学历认证快速办理
一比一原版(UofG学位证书)圭尔夫大学毕业证学历认证快速办理
 
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
FULL ENJOY —📞9711106444 ✦/ Vℐℙ Call Girls in Ghaziabad | Delhi🫶
 

Site Mocikut

  • 1. Welcome to FreeWebHostingArea.com! Dear user, your account mocikut.noads.biz was successfully activated on noads.biz server. Your address is http://mocikut.noads.biz and you can visit/update your site right now. Add an index page (examples: index.html or index.php) and put your files directly on root. No public_html folder required. Be sure that your account has minimum 1hit per month. Inactive accounts are deleted at the end of month. Account Manager: You're hosted on noads.biz server. Account Manager is located at http://noadsbiz.freewebhostingarea.com/. Username: mocikut.noads.biz Password: mocidade12345 If you have accounts created on more than one server, see http:// www.freewebhostingarea.com/members/. Some scripts require server path. Yours is /home/vhosts/mocikut.noads.biz. Your Personal FTP Information: FTP Server/Host: noads.biz FTP Login/Username: mocikut.noads.biz FTP PassWord: mocidade12345 To upload your files go to our Web based FTP client (recommended), located at http://noadsbiz.freewebhostingarea.com/ftp/. 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.
  • 2. For a complete list of features see http://noadsbiz.freewebhostingarea.com/ftp/help.html. MySQL database Information: 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. ATTENTION!!! MySQL databases must be activated @ Account Manager >> Hit Create DB button. MySQL HostName is localhost only. We don't allow external connections. phpMyAdmin is located at http://noadsbiz.freewebhostingarea.com/pma/. Log in using MySQL username. 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. Database details (db name, username) will be provided at Account Manager once you create the database. Other features at Account Manager One click Autoinstaller for PhpBB3, SMF, WordPress, Joomla, Drupal (with Clean URLs preenabled), Moodle. One click database backup & One click database import Manage DB button (available after you create a database) >> then choose Backup DB or Import DB buttons Configure PHP you can turn on/off Register Globals, Magic Quotes gpc, Allow_url_include variables. safe_mode is automatically turned off few hours after account creation. Reset Account useful if you want to delete all files/databases under your account. Fix Ownership
  • 3. 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. Free hit tracker (web counter) Sign up @ http://www.1FreeCounter.com then just insert the code into your pages. We have full support for mod_rewrite or dot files (.htaccess, .htpasswd). Attention!! A wrong .htaccess file can block your site and instead you will see a 500 internal server error. With .htaccess you're able to set custom error pages. ErrorDocument 404 /404.html ErrorDocument 403 /403.html 404.html - not found errors 403.html - forbidden errors enable indexes using: Options +Indexes IndexOptions FancyIndexing turn on/off php variables: php_flag display_errors On php_flag register_globals On block sites using: RewriteEngine on RewriteCond %{HTTP_REFERER} ^http://.*badsite.com [NC,OR] RewriteCond %{HTTP_REFERER} ^http://.*otherbadsite.com [NC] RewriteRule .* - [F] note the OR if you want to add block more than one domain. block IPs using:
  • 4. order allow,deny deny from 192.168.0.101 deny from 10.0.0. allow from all first example 192.168.0.101, you block that particular ip second example 10.0.0., you block all ips starting with 10.0.0. block an ISP or a particular user coming from an ISP: order allow,deny deny from bad-isp.com deny from user.other-bad-isp.com allow from all 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. You will find a lot of useful information if you check our FAQ Section. For latest news follow us at TWITTER. 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. Thank you for using our services, Free Web Hosting Area.com