Information Webhosting

Wednesday, June 17, 2015

how to make api key stripe live

Peace be upon you, and Allah mercy and blessings

Good night friend.
on this occasion I will share how to create a api stripe live or how to register api stripe live.

what is the point api key stripe ???
api stripe to make payments on online business site which is paid using a credit card.and it could be to make the site credit card ckecker validator, whether the credit card can still be used or dead.

ok .. just to the discussion topics.

1. please visit the registration page here https://dashboard.stripe.com/register.
please enter your email and password then click Create Your Stripe Account.
























2. please check your email and click the confirmation link.
Example: https://dashboard.stripe.com/confirm_email?t=8lg2Q5DM6epNX4F6WHkgc7ZmQRby2Tqg
login with your email and password you registered.

3. then please go to page activation here https://dashboard.stripe.com/account/details.

4. please input the following details.

Where are you based?

Select : United State

Your product

Fill : Webhosting

Account details

Your Business Type : Select : Corporation
Legal Name : John, Inc.
EIN (Tax ID) : 572614940
Business Addres : 67 St Alborned
ZIP : 20007
City : Washington
State: DC
Your Website : www.whmcs.com


You, the company representative

Legal Name : John Cena
Date of birth : 06-22-1947
SSN : 138-40-3734

Credit card statement details

Business Name : whmcs.com
Phone : 202-333-5638

Bank details

Routing Number : 026073150
Account Number : 8114122305
Confirm Account Number : 8114122305
Click Activate Account an Done.

Click Dashboard, Sliding to Live







Click Your Account in the upper right





Click Api Key










and that I was the red mark your Api key.
and if your Api key is dead, please roll again.

and I think it's pretty up here.
may be useful, thanks...

Peace be upon you, and Allah mercy and blessings

Tuesday, June 16, 2015

Privacy Policy

Privacy Policy for www.mas-oka.com

If you require any more information or have any questions about our privacy policy, please feel free to contact us by email at okahost@gmail.com.
At www.mas-oka.com, the privacy of our visitors is of extreme importance to us. This privacy policy document outlines the types of personal information is received and collected by www.mas-oka.com and how it is used.
Log Files
Like many other Web sites, www.mas-oka.com makes use of log files. The information inside the log files includes internet protocol ( IP ) addresses, type of browser, Internet Service Provider ( ISP ), date/time stamp, referring/exit pages, and number of clicks to analyze trends, administer the site, track users movement around the site, and gather demographic information. IP addresses, and other such information are not linked to any information that is personally identifiable.
Cookies and Web Beacons
www.mas-oka.com does use cookies to store information about visitors preferences, record user-specific information on which pages the user access or visit, customize Web page content based on visitors browser type or other information that the visitor sends via their browser.
DoubleClick DART Cookie

.:: Google, as a third party vendor, uses cookies to serve ads on www.mas-oka.com.

.:: Google's use of the DART cookie enables it to serve ads to your users based on their visit to www.mas-oka.com and other sites on the Internet.

.:: Users may opt out of the use of the DART cookie by visiting the Google ad and content network privacy policy at the following URL - http://www.google.com/privacy_ads.html
Some of our advertising partners may use cookies and web beacons on our site. Our advertising partners include .......
Google Adsense


These third-party ad servers or ad networks use technology to the advertisements and links that appear on www.mas-oka.com send directly to your browsers. They automatically receive your IP address when this occurs. Other technologies ( such as cookies, JavaScript, or Web Beacons ) may also be used by the third-party ad networks to measure the effectiveness of their advertisements and / or to personalize the advertising content that you see.
www.mas-oka.com has no access to or control over these cookies that are used by third-party advertisers.
You should consult the respective privacy policies of these third-party ad servers for more detailed information on their practices as well as for instructions about how to opt-out of certain practices. www.mas-oka.com's privacy policy does not apply to, and we cannot control the activities of, such other advertisers or web sites.
If you wish to disable cookies, you may do so through your individual browser options. More detailed information about cookie management with specific web browsers can be found at the browsers' respective websites.

how to add domains in cPanel

Peace be upon you, and Allah mercy and blessings

On this occasion I will share how to add domains in cPanel.
Add domains in cPanel, you can create more than one website in one cPanel.




Please note, add domains in cPanel has its limits, and it depends on who owns the server, if in your cPanel you add capacity domain (0) Can not be done this way, and another, good quality and capacity should cPanel cPanel should big like.


  • Disk
  • Bandwidth

because if a small capacity, your website will be down and can die.
So it should be really good at choosing a hosting.
And before the add domain, the domain will be added must already be set dns nameserver or her with or dns hosting nameserver you use.

for those of you who do not have cPanel, you can create your own here Free cPanel Creator 3 Server

Well just to the way add domains in cPanel.

The trick:

1. please login to your cPanel.
2. Scroll down, find the word add domains and open.





3. Please enter your domain name an example yourdomain.com
Please input the password and click add domain.








Done.



Now you can create a new website on the new domain that you add them.
To do I will explain later.
For now I rasah quite so.
Hopefully useful and gratitude.
Greetings blogger.

Keyword: Domain, Add Domains

Peace be upon you, and Allah mercy and blessings

Monday, June 15, 2015

Free cPanel Creator 3 Server

Peace be upon you, and Allah mercy and blessings


good afternoon late afternoon blogger friends.
on this occasion I will share the website Free cPanel Creator .

What is it cPanel ???

cPanel is an extension of the Control Panel.
And uses cPanel is to create a website and control your website from the cPanel.

surely you already know about the cPanel.
then instantly see how to create cPanel on the site Free cPanel Creator 3 Server I share this.

1. please go to page http://gilang.mobi
2. fill in the required data such as domain, password, email, and select the server hosting that you want, then click create cpanel and wait until loading is complete.




after finished loading, you will see your login data as in the following image.



and now please login with ip which appear on pages on your data
For example: 127.0.0.1
and add port 2083, so this way 127.0.0.1:2083
and enter the username and password you enter in column earlier registration.
quite so much from me, hopefully useful.
Thanks.

Keyword: Free cPanel, cPanel Creator, Free Webhosting

Peace be upon you, and Allah mercy and blessings

Compress method to speed up loading of the website with PHP

The main advantages of using PHP is that you can compress your PHP files, so it can make the time to display the website to be faster because the capacity of the downloaded file into smaller ones. There are several ways to do this, the way that until now I use is the compression method ob_gzhandler.

How to use it is to insert the following code at the top of each page:

PHP Code:
<?php ob_start("ob_gzhandler");?>

In the actual case, the code is not just as simple as that. But enough with the code above course you can see the results of your website loading speed difference from before is added the above code.

Additionally, you can also compress CSS and other files on your website, so it can work faster as well. Because CSS is very different from PHP, you need to add some code php header, the following is an example:

PHP Code:
<?php
ob_start ("ob_gzhandler");
header("Content-type: text/css");
header("Cache-Control: must-revalidate");
$offset = 60 * 60 ;
$ExpStr = "Expires: " . gmdate("D, d M Y H:i:s",time() + $offset) . " GMT";
header($ExpStr);
?>

Keep in mind, each insert CSS file in the PHP code should be renamed the .php extension. Then import the file into your pages with code:

Code:
<link rel="<lokasi>/<nama file .php>" type="text/stylesheet" />

Hopefully useful and thank you for visiting this blog.

Recent way List Payoneer 2015

Peace be upon you, and Allah mercy and blessings

On this occasion I will share how to register Payoneer / how to make a Credit Card Master Card Guide.
Please refer to the how.

what it payoneer ???
Payoneer is a Credit Card Master Card (Credit Card).

do i have to pay ???
No, Payoneer provide a Credit Card free of charge .
no charges at all , either in the delivery process and the activation process .


whether i'm can withdraw at a local bank ???

could, credit card payoneer can be made online shopping or buying and selling online, and also can be taken in the existing ATM machines Indonesian Master Card logo.
For how to pull money in a local bank will post at a later time.
now I would love to know how to register payoneer correctly.

1. First please visit the following link payoneer.com


2. Click the sign-up and data content of data is needed to remember !!!
do not enter your address in the origin, should the original address.
click next when it's finished.


3. then the contents of the address as in the following picture when it clicks next









4. then fill in the password and security questions as the following figure, when I click next.










5. further in the following step simply select National ID and select the state and its contents ID NIK your ID and check all the checklists below and click order.



And completed









please open your next email.
and try to login.
it is already finished, accepted the stay waiting on or in decline.
if at accepted the, you have to wait for 1 to 2 months, if a credit card had not come, please take the post office.
I just had a monthly 1/5 already come, and just this morning in the same inter postman.


























perhaps quite so much from me, ..
may be useful, thank you.

Peace be upon you, and Allah mercy and blessings

Thursday, June 4, 2015

Using Free Hosting Services


Free web hosting is the most basic web hosting service that you can obtain and there are many free hosting companies that are available on the internet. Free hosting services are usually financed by advertisements on web sites that are hosted.

Free web hosting services are extremely limited. If you get a free hosting service you will have ads on the top and the bottom of your web-site and depending on what your web-site is all about, it may not fit at all but for people starting out on the internet it may be the best option if you don’t have a lot of traffic or just a small site.

The type of web domain that you receive when you get a free web hosting is a subdomain with the name that you pick (yourname.webhost.com) or a name in a directory (yourname.webhost.com). For example, if the name of your free host is freestanding.com,
Then your web domain would be yourbusiness.freestanding.com.

As stated before, if you are a novice, this is the type of account that you would probably want to get but there are some shortcomings to free web hosting if you are looking for more options on the account.

First, many free hosting accounts do not support database management or what you would call in simple terms, putting data structures on the free web host side of their server. Databases are usually used for online data retrieval routines. Many of these free web hosting sites do not support a common package called mySQL which allows you to program queries into your web sites.

They also don’t support multiple e-mail accounts. Most free web hosting service only gives you one email account and it’s usually a web based internet account. The host does not include modules for Flash Programming, PHP and Dynamic Hypertext Markup Language (DHMTL).

In summary, free web hosting is for novices who want an easy hosting option without many bells and whistles.

Popular Posts