Thursday, October 20, 2016

Cara Membuat Web Short Url Sendiri

Cara Membuat Web Short Url Sendiri


Oke Langsung Saja
Demonya | Download
1.Unzip the YOURLS archive
2.Copy user/config-sample.php to user/config.php
3.Open user/config.php with a raw text editor (like Notepad) and fill in the required settings There Are :

MySQL settings

  • YOURLS_DB_USER
    your MySQL username
    Example: LordKaisar
  • YOURLS_DB_PASS
    your MySQL password
    Example: LkBestbLOG
  • YOURLS_DB_NAME: The database name
    Example: yourls
  • YOURLS_DB_HOST
    The database host
    Example: localhost
  • YOURLS_DB_PREFIX
    The name prefix for all the tables YOURLS will need
    Example: yourls_

Site options

  • YOURLS_SITE
    Your (short) domain URL, no trailing slash, lowercase. If you pick the non-www version of your domain, dont use the www version in your browser (and vice-versa)
    Example: http://ozh.in
  • YOURLS_HOURS_OFFSET
    Timezone GMT offset
    Example: -5
  • YOURLS_PRIVATE
    Private means the admin area will be protected with login/pass as defined below. See Private or Public for more.
    Example: true
  • YOURLS_UNIQUE_URLS
    Allow multiple short URLs for a same long URL
    Set to true to allow only one pair of shortURL/longURL (default YOURLS behavior), or to false to allow creation of multiple short URLs pointing to the same long URL (as bit.ly does)
    Example: true
  • YOURLS_COOKIEKEY
    A random secret hash used to encrypt cookies. You dont have to remember it, make it long and complicated. Hint: generate a unique one at http://yourls.org/cookie
    Example: qQ4KhL_pu|s@Zm7n#%:b^{A[vhm
  • yourls_user_passwords
    A list of username(s) and password(s) allowed to access the site if private
    Passwords can either be in plain text, or encrypted: see http://yourls.org/userpassword for more information
    Example: joe => mypassword

URL Shortening settings

  • YOURLS_URL_CONVERT
    URL shortening method: base 36 or 62. See FAQ for more explanations
  • yourls_reserved_URL
    A list of reserved keywords that wont be used as short URLs. Define here negative, unwanted or potentially misleading keywords
    Example: porn, faggot, sex, nigger, fuck, cunt, dick, gay

Optional settings

  • YOURLS_PRIVATE_INFOS
    If YOURLS_PRIVATE is set to true, you can still make stat pages public. To do so, define with:
    define(YOURLS_PRIVATE_INFOS, false);
  • YOURLS_PRIVATE_API
    If YOURLS_PRIVATE is set to true, you can still make your API public. To do so, define with:
    define(YOURLS_PRIVATE_API, false);
  • YOURLS_NOSTATS
    If YOURLS_NOSTATS is set to true, redirects wont be logged and there will be not stats available.


4.Upload the unzipped files to your domain public_html or www folder
5.Create a new database (If You Dont Know Search In Google)
6.Point your browser to http://yoursite.com/admin/

Tapi Bagi Anda Yang Tidak Bisa Membuatnya,Saya Bisa Kok Membuatnya ,Tapi Bayar :p
Ok,Sekian Dari Saya Smeoga Bermanfaat :D

Go to link Download