Guest User

Nulledpk.com TRAFFICZING PRO

a guest
Apr 3rd, 2018
917
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. <html><head>
  2.  
  3. <title>SIGN UP</title>
  4.  
  5. <meta charset="utf-8">
  6. <link rel="shortcut icon" href="https://www.app.trafficzing.com/assets/images/favicon.png">
  7. <meta name="description" content="PixClicks">
  8.  
  9. <meta name="keywords" content="PixClicks">
  10.  
  11. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
  12. <!-- Bootstrap 3.3.4 -->
  13. <link href="https://www.app.trafficzing.com/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
  14. <link href="https://www.app.trafficzing.com/assets/css/font-awesome.css" rel="stylesheet" type="text/css">
  15.  
  16. <style></style></head>
  17.  
  18. <body>
  19.  
  20. <div class="container-fluid">
  21. <div class="row">
  22. <a href="https://www.app.trafficzing.com/"> <img src="https://www.app.trafficzing.com/app/assets/images/logo.png" class="center-block" style="margin-top:50px;max-width:200px;"></a>
  23. <div id="form-container" class="col-xs-12 col-sm-offset-2 col-sm-8 col-md-offset-3 col-md-6 col-lg-offset-4 col-lg-4">
  24. <form action="https://www.app.trafficzing.com/home/sign_up_action" method="POST" class="full">
  25. <div id="form-header" class="full">
  26. <h3>Sign Up</h3>
  27. </div>
  28.  
  29. <div id="form-body" class="full">
  30.  
  31. <!-- <p class='error'>Username or Password is invalid</p> -->
  32.  
  33. <div class="form-group">
  34. <i class="fa fa-user"></i>
  35. <input type="text" name="name" placeholder="Name *" class="form-control" value="">
  36. <span style="color:red"></span>
  37. </div>
  38.  
  39. <div class="form-group">
  40. <i class="fa fa-envelope"></i>
  41. <input type="email" name="email" placeholder="Email *" class="form-control" value="">
  42. <span style="color:red"></span>
  43. </div>
  44.  
  45. <div class="form-group">
  46. <i class="fa fa-lock"></i>
  47. <input type="password" placeholder="Password *" name="password" class="form-control" value="">
  48. <span style="color:red"></span>
  49. </div>
  50.  
  51. <div class="form-group">
  52. <i class="fa fa-lock"></i>
  53. <input type="password" placeholder="Confirm Password *" name="confirm_password" class="form-control" value="">
  54. <span style="color:red"></span>
  55. </div>
  56.  
  57. <!-- <h4 class='text-center'>Captcha: 14+1 = ?</h4> <div class='form-group'>
  58. <i class='fa fa-android'></i>
  59. <input type='password' placeholder='Put The Answer Of Captcha *' name="captcha" class='form-control' value=""/>
  60. <span style="color:red;margin-top:5px;">
  61. </span>
  62. </div> -->
  63.  
  64.  
  65. <div class="form-group">
  66. <input type="submit" value="SIGN UP" class="btn btn-block btn-submit">
  67. </div>
  68. </div>
  69.  
  70. <!-- <div id='form-footer' class='full'>
  71. <br>
  72. </div> -->
  73. </form>
  74. </div>
  75. </div> <!-- end row -->
  76. </div> <!-- end container-fluid -->
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. <style type="text/css">
  86. html {
  87. width: 100%;
  88. height: 100%;
  89. }
  90.  
  91. body {
  92. /*width: 100%;*/
  93. /*height: 100%;*/
  94. /*background: url('https://www.app.trafficzing.com/assets/login/img/bg1.png') 0 0 no-repeat #2A4376;*/
  95. /*background-size: 100% 100%;*/
  96. background: #ddd;
  97. }
  98.  
  99. .full {
  100. width: 100%;
  101. float: left;
  102. margin: 0;
  103. padding: 0;
  104. }
  105.  
  106. a {
  107. color: #fff;
  108. text-decoration: none;
  109. }
  110.  
  111. a:hover {
  112. color: #fff;
  113. text-decoration: none;
  114. }
  115.  
  116. .padding-0 {
  117. padding: 0;
  118. }
  119.  
  120. #form-container {
  121. background: #1c2b4a;
  122. margin-top: 30px;
  123. padding: 0;
  124. color: #fff;
  125. font-size: 14px;
  126. }
  127.  
  128. #form-header {
  129.  
  130. }
  131.  
  132. #form-header h3 {
  133. text-align: center;
  134. padding: 10px 0;
  135. background: #17233b;
  136. margin: 0;
  137. color: #fff;
  138. }
  139.  
  140. #form-body {
  141. padding: 20px 15px;
  142. }
  143.  
  144. .form-group {
  145. margin-bottom: 20px;
  146. position: relative;
  147. }
  148.  
  149. .form-group i {
  150. position: absolute;
  151. top: 14px;
  152. left: 12px;
  153. color: #00cc66;
  154. }
  155.  
  156. .form-control {
  157. background: #fff;
  158. color: #555;
  159. padding: 13px 13px 13px 37px;
  160. height: 45px;
  161. border-width: 0px;
  162. border-radius: 3px;
  163. }
  164.  
  165. .btn.btn-submit {
  166. background: orange;
  167. color: #fff;
  168. border-width: 0px;
  169. border-bottom: 2px solid #fff;
  170. border-radius: 3px;
  171. height: 45px;
  172. font-weight: bold;
  173. font-size: 17px;
  174. }
  175. /*
  176. .forget {
  177. float: right;
  178. } */
  179.  
  180. #form-footer {
  181. background: #FFF;
  182. padding: 10px;
  183. color: #000;
  184. }
  185.  
  186. .para-bottom {
  187. margin: 9px 0 0 0;
  188. padding: 0;
  189. }
  190.  
  191. .btn-signup {
  192. float: right;
  193. background: #009966;
  194. border-width: 0px;
  195. border-bottom: 2px solid #006633;
  196. color: #fff;
  197. font-weight: bold;
  198. }
  199.  
  200. .btn-signup:hover {
  201. background: #008653;
  202. border-bottom: 2px solid #006633;
  203. color: #fff;
  204. }
  205.  
  206. .error {
  207. color: #ee5f15;
  208. }
  209. </style></body></html>
Add Comment
Please, Sign In to add comment