Advertisement
plas71k

[david files decoded] check.language.php

Jan 22nd, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.89 KB | None | 0 0
  1. <?php
  2. $lang = array( "ERROR_UNKNOWN_IP" => "    <style type=\"text/css\">      #error {        font-family:Verdana,Helvetica,sans-serif;        font-size:0.83em;        font-weight: bold;        width: 500px;        height: 20px;        color: #000;        border-width: 1px;        padding-left: 10px;        line-height: 20px;        border-style: solid;        background-color: #ffebe8;        border-color: #c00;      }    </style>    <div id=\"error\">Unknown IP Address</div>    ", "ERROR_CURRENTLY_ADDING" => "    <style type=\"text/css\">      #error {        font-family:Verdana,Helvetica,sans-serif;        font-size:0.83em;        font-weight: bold;        width: 600px;        height: 20px;        color: #000;        border-width: 1px;        padding-left: 10px;        line-height: 20px;        border-style: solid;        background-color: #ffebe8;        border-color: #c00;      }    </style>    <div id=\"error\">Please contact the script provider if you do not have a licence for this script.</div>  ", "ERROR_UNKOWN_DOMAIN" => "    <style type=\"text/css\">      #error {        font-family:Verdana,Helvetica,sans-serif;        font-size:0.83em;        font-weight: bold;        width: 500px;        height: 20px;        color: #000;        border-width: 1px;        padding-left: 10px;        line-height: 20px;        border-style: solid;        background-color: #ffebe8;        border-color: #c00;      }    </style>    <div id=\"error\">Unknown Domain Name.</div>  ", "ERROR_EXPIRED" => "    <style type=\"text/css\">      #error {        font-family:Verdana,Helvetica,sans-serif;        font-size:0.83em;        font-weight: bold;        width: 500px;        height: 20px;        color: #000;        border-width: 1px;        padding-left: 10px;        line-height: 20px;        border-style: solid;        background-");
  3. //================================ PAYMENT ========================================//
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement