Advertisement
Guest User

Untitled

a guest
Jan 16th, 2013
40,597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 410.10 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for Zend Encoder/SafeGuard & PhpExpress)
  6. *
  7. * @ Version : 1.1.5.0
  8. * @ Author : DeZender
  9. * @ Release on : 09.06.2012
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. function dbddxdo4sw($J69VjjwmjR, $RbLDO9L798 = 0, $sSLb86Vi9B = 0) {
  15. $ERXBXosodB = array( '7794' => ' Users will receive this e-mail after withdraw request.<br><br> Personalization:<br> #username# - username.<br> #name# - first and last user name.<br> #amount#- withdraw amount.<br> #ip# - IP address of user that requested withdraw.<br> #site_url# - your site url (check settings screen to set this variable)<br> #site_name# - your site name (check settings screen to set this variable)<br> ', '3571' => ' Enter all the user instructions, your account number in this payment system and all the needed information here. You\'ll see all new user transactions in the "Pending deposits" section.<br> You can also choose the fields a user has to fill after he has transferred the funds to your account. You can ask the user to give you the batch ID or his account number in the corresponding payment system. This information will help you to easily find the transfer or define whether it was really sent. ', '8071' => 'select percent from hm2_referal_pax where from_value <= ', '1731' => 'commissions', '9617' => ') ) and ((t.q_days = 0) or ( (d.deposit_date + interval t.q_days + t.delay-1*(t.delay > 0) hour >= d.last_pay_date and t.period = ', '3334' => '/#deposit_amount#/', '139' => 'eb_metal', '7630' => 'insert into hm2_settings set value = ', '6492' => ' <tr> <td>&nbsp;</td> <td><input type=submit value="Change settings" class=sbmt></td> </tr></table> </form> <script language="JavaScript"> <!--
  16. /* jrw note: this md5 code GPL\'d by paul johnston at his web site: http://cw.oaktree.co.uk/site/legal.html */
  17. /* ** pjMd5.js ** ** A JavaScript implementation of the RSA Data Security, Inc. MD5 ** Message-Digest Algorithm. ** ** Copyright (C) Paul Johnston 1999. */ var sAscii=" !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`"; sAscii=sAscii+"abcdefghijklmnopqrstuvwxyz{|}~"; var sHex="0123456789ABCDEF"; function hex(i) { h=""; for(j=0; j<=3; j++) { h+=sHex.charAt((i>>(j*8+4))&0x0F)+sHex.charAt((i>>(j*8))&0x0F); } return h; } function add(x,y) { return ((x&0x7FFFFFFF)+(y&0x7FFFFFFF) )^(x&0x80000000)^(y&0x80000000); } function R1(A,B,C,D,X,S,T) { q=add( add(A,(B&C)|((~B)&D)), add(X,T) ); return add( (q<<S)|( (q>>(32-S))&(Math.pow(2,S)-1) ), B ); } function R2(A,B,C,D,X,S,T) { q=add( add(A,(B&D)|(C&(~D))), add(X,T) ); return add( (q<<S)|( (q>>(32-S))&(Math.pow(2,S)-1) ), B ); } function R3(A,B,C,D,X,S,T) { q=add( add(A,B^C^D), add(X,T) ); return add( (q<<S)|( (q>>(32-S))&(Math.pow(2,S)-1) ), B ); } function R4(A,B,C,D,X,S,T) { q=add( add(A,C^(B|(~D))), add(X,T) ); return add( (q<<S)|( (q>>(32-S))&(Math.pow(2,S)-1) ), B ); } function calcMD5(sInp, mode) { if (mode == \'upper\') { sInp = sInp.toUpperCase(sInp); } /* Calculate length in words, including padding */ wLen=(((sInp.length+8)>>6)+1)<<4; var X = new Array(wLen); /* Convert string to array of words */ j=4; for (i=0; (i*4)<sInp.length; i++) { X[i]=0; for (j=0; j<4 && (i*4+j)<sInp.length; j++) { X[i]+=(sAscii.indexOf(sInp.charAt((i*4)+j))+32)<<(j*8); } } /* Append the 1 and 0s to make a multiple of 4 bytes */ if (j==4) { X[i++]=0x80; } else { X[i-1]+=0x80<<(j*8); } /* Appends 0s to make a 14+k16 words */ while ( i<wLen ) { X[i]=0; i++; } /* Append length */ X[wLen-2]=sInp.length<<3; /* Initialize a,b,c,d */ a=0x67452301; b=0xefcdab89; c=0x98badcfe; d=0x10325476; /* Process each 16 word block in turn */ for (i=0; i<wLen; i+=16) { aO=a; bO=b; cO=c; dO=d; a=R1(a,b,c,d,X[i+ 0],7 ,0xd76aa478); d=R1(d,a,b,c,X[i+ 1],12,0xe8c7b756); c=R1(c,d,a,b,X[i+ 2],17,0x242070db); b=R1(b,c,d,a,X[i+ 3],22,0xc1bdceee); a=R1(a,b,c,d,X[i+ 4],7 ,0xf57c0faf); d=R1(d,a,b,c,X[i+ 5],12,0x4787c62a); c=R1(c,d,a,b,X[i+ 6],17,0xa8304613); b=R1(b,c,d,a,X[i+ 7],22,0xfd469501); a=R1(a,b,c,d,X[i+ 8],7 ,0x698098d8); d=R1(d,a,b,c,X[i+ 9],12,0x8b44f7af); c=R1(c,d,a,b,X[i+10],17,0xffff5bb1); b=R1(b,c,d,a,X[i+11],22,0x895cd7be); a=R1(a,b,c,d,X[i+12],7 ,0x6b901122); d=R1(d,a,b,c,X[i+13],12,0xfd987193); c=R1(c,d,a,b,X[i+14],17,0xa679438e); b=R1(b,c,d,a,X[i+15],22,0x49b40821); a=R2(a,b,c,d,X[i+ 1],5 ,0xf61e2562); d=R2(d,a,b,c,X[i+ 6],9 ,0xc040b340); c=R2(c,d,a,b,X[i+11],14,0x265e5a51); b=R2(b,c,d,a,X[i+ 0],20,0xe9b6c7aa); a=R2(a,b,c,d,X[i+ 5],5 ,0xd62f105d); d=R2(d,a,b,c,X[i+10],9 , 0x2441453); c=R2(c,d,a,b,X[i+15],14,0xd8a1e681); b=R2(b,c,d,a,X[i+ 4],20,0xe7d3fbc8); a=R2(a,b,c,d,X[i+ 9],5 ,0x21e1cde6); d=R2(d,a,b,c,X[i+14],9 ,0xc33707d6); c=R2(c,d,a,b,X[i+ 3],14,0xf4d50d87); b=R2(b,c,d,a,X[i+ 8],20,0x455a14ed); a=R2(a,b,c,d,X[i+13],5 ,0xa9e3e905); d=R2(d,a,b,c,X[i+ 2],9 ,0xfcefa3f8); c=R2(c,d,a,b,X[i+ 7],14,0x676f02d9); b=R2(b,c,d,a,X[i+12],20,0x8d2a4c8a); a=R3(a,b,c,d,X[i+ 5],4 ,0xfffa3942); d=R3(d,a,b,c,X[i+ 8],11,0x8771f681); c=R3(c,d,a,b,X[i+11],16,0x6d9d6122); b=R3(b,c,d,a,X[i+14],23,0xfde5380c); a=R3(a,b,c,d,X[i+ 1],4 ,0xa4beea44); d=R3(d,a,b,c,X[i+ 4],11,0x4bdecfa9); c=R3(c,d,a,b,X[i+ 7],16,0xf6bb4b60); b=R3(b,c,d,a,X[i+10],23,0xbebfbc70); a=R3(a,b,c,d,X[i+13],4 ,0x289b7ec6); d=R3(d,a,b,c,X[i+ 0],11,0xeaa127fa); c=R3(c,d,a,b,X[i+ 3],16,0xd4ef3085); b=R3(b,c,d,a,X[i+ 6],23, 0x4881d05); a=R3(a,b,c,d,X[i+ 9],4 ,0xd9d4d039); d=R3(d,a,b,c,X[i+12],11,0xe6db99e5); c=R3(c,d,a,b,X[i+15],16,0x1fa27cf8); b=R3(b,c,d,a,X[i+ 2],23,0xc4ac5665); a=R4(a,b,c,d,X[i+ 0],6 ,0xf4292244); d=R4(d,a,b,c,X[i+ 7],10,0x432aff97); c=R4(c,d,a,b,X[i+14],15,0xab9423a7); b=R4(b,c,d,a,X[i+ 5],21,0xfc93a039); a=R4(a,b,c,d,X[i+12],6 ,0x655b59c3); d=R4(d,a,b,c,X[i+ 3],10,0x8f0ccc92); c=R4(c,d,a,b,X[i+10],15,0xffeff47d); b=R4(b,c,d,a,X[i+ 1],21,0x85845dd1); a=R4(a,b,c,d,X[i+ 8],6 ,0x6fa87e4f); d=R4(d,a,b,c,X[i+15],10,0xfe2ce6e0); c=R4(c,d,a,b,X[i+ 6],15,0xa3014314); b=R4(b,c,d,a,X[i+13],21,0x4e0811a1); a=R4(a,b,c,d,X[i+ 4],6 ,0xf7537e82); d=R4(d,a,b,c,X[i+11],10,0xbd3af235); c=R4(c,d,a,b,X[i+ 2],15,0x2ad7d2bb); b=R4(b,c,d,a,X[i+ 9],21,0xeb86d391); a=add(a,aO); b=add(b,bO); c=add(c,cO); d=add(d,dO); } return hex(a)+hex(b)+hex(c)+hex(d); } //-->
  18. </script>', '84' => ' <form method=post> <input type=hidden name=a value=daily_referral_settings> <input type=hidden name=action value=\'change\'> <b>Daily Referral Settings:</b><br><br> <input type=checkbox name=enable_daily_referal_commission value=1 ' );
  19.  
  20. if (( 0 < $RbLDO9L798 || 0 < $sSLb86Vi9B )) {
  21. return substr( $ERXBXosodB[$J69VjjwmjR], $RbLDO9L798, $sSLb86Vi9B );
  22. }
  23.  
  24. return $ERXBXosodB[$J69VjjwmjR];
  25. }
  26.  
  27. function lx484b9eov($dxwb61i7Ij, $bD4jReIdwe = 0, $j0Eo8IVRe3 = 0) {
  28. $B1sSDxE7Ib = array( '84' => '</td> </tr> </tr--> <!--tr>
  29. <td colspan=2>&nbsp;<br><b>AlterGold account settings:</b> <a href="javascript:open_payment_settings(\'AlterGold\', 3)">open settings</a></td> </tr><tr id="AlterGold_tr_1" style="display:none"> <td>Your AlterGold account number:</td> <td><input type=text name=\'def_payee_account_altergold\' value=\'', '6492' => '"> <input type=hidden name="item_id" value="Withdrawal to ', '3571' => '?a=pay_withdraw&say=yes"> <INPUT type=hidden name=CANCEL_RETURN value="', '3334' => 'select u.id, sum(d.actual_amount) as sum1 from hm2_users as u, hm2_deposits as d where u.id = d.user_id and d.status = ', '8071' => 'test_intgold_settings', '1731' => 'Webmoney', '9617' => 'select name, delay from hm2_types where id = ', '139' => 'q_add_funds', '7630' => '" class=sbmt onClick="func1();"> &nbsp; <input type=button value="Remove selected" class=sbmt onClick="func2();"> &nbsp; <input type=button value="Set selected as processed" class=sbmt onClick="func3();"><br><br> <input type=button value="Export selected to CSV" class=sbmt onClick="func4();"> </center><br> ', '7794' => ']" value="Plan ', '9' => ' and yearweek(now()) = yearweek(date) and ec=' );
  30.  
  31. if (( 0 < $bD4jReIdwe || 0 < $j0Eo8IVRe3 )) {
  32. return substr( $B1sSDxE7Ib[$dxwb61i7Ij], $bD4jReIdwe, $j0Eo8IVRe3 );
  33. }
  34.  
  35. return $B1sSDxE7Ib[$dxwb61i7Ij];
  36. }
  37.  
  38. function b5rb7jl58r($IRliO5eodm, $V1jx8xDJE4 = 0, $sxLxeREs87 = 0) {
  39. $LVi0OX7Iem = array( '1410' => '</a><br> Members: <a href="javascript:alert(\'How many users have ever made a deposit.\')" class=hlp>Made a deposit ', '9068' => '>Yes</select></td> </tr> <tr> <td>Font minimal size:</td> <td><input type=text name=advanced_graph_validation_min_font_size value="', '9' => 'stormpay_processing.php', '84' => '\'> <input type=text name=q value=\'', '6492' => 'someerror', '3571' => ' <a href=/stocks/admin.php class=toplink>STOCKS</a> &middot; ', '139' => 'select hm2_users.* from hm2_users, hm2_deposits where hm2_users.id > 1 and hm2_deposits.user_id = hm2_users.id group by hm2_users.id', '8071' => 'WinLoseNotification', '1731' => 'memo=', '9617' => 'city', '3334' => 'plan_description', '7630' => 'show_info_box_vip_accounts', '7794' => '?a=pay_withdraw&say=no"> <input type=hidden name=user1 value="', '8543' => '\' class=inpts size=30></td> </tr><tr id="EGold_tr_4" style="display:none"> <td>Withdraw memo string:</td> <td><input type=text name=\'egold_withdraw_string\' value=\'', '7114' => ') as fdate, max(date) + interval 0 hour as mdate, ip from hm2_user_access_log where user_id = ' );
  40.  
  41. if (( 0 < $V1jx8xDJE4 || 0 < $sxLxeREs87 )) {
  42. return substr( $LVi0OX7Iem[$IRliO5eodm], $V1jx8xDJE4, $sxLxeREs87 );
  43. }
  44.  
  45. return $LVi0OX7Iem[$IRliO5eodm];
  46. }
  47.  
  48. function l3jl79bedj($j5OBlSI048, $D1e9jLXbjR = 0, $XjbD0wd1dw = 0) {
  49. $mVI1OR7i7w = array( '9' => ' <br> <br> <input type=checkbox name=no_ref_on_respend value=1 ', '7794' => '>week</option> <option value="month" ', '6492' => ' and month(now() - interval 1 month) = month(h.date) and year(now() - interval 1 month) = year(h.date) group by h.ec', '7630' => 'Location: ?a=addbonuse&say=done&id=', '3334' => ' <tr> <td colspan=2><b>Total:</b></td> <td align=right><b>', '8071' => 'paypal', '1731' => 'insert into hm2_history set user_id = ', '9617' => ' order by id desc', '139' => '<atip.batch.v1><balancerequest.list>', '3571' => 'show_top10_stats', '84' => ' </select> &nbsp; <select name=day_from class=inpts> ', '8543' => ' </td> </tr--> <tr> <td colspan=2>&nbsp;<br><b>PayPal account settings:</b> <a href="javascript:open_payment_settings(\'PayPal\', 2)">open settings</a></td> </tr><tr id="PayPal_tr_1" style="display:none"> <td>Your PayPal account e-mail:</td> <td><input type=text name=\'def_payee_account_paypal\' value=\'', '9068' => '</td> </tr> <tr> <td colspan=2>&nbsp;<br><b>LiqPay settings:</b> <a href="javascript:open_payment_settings(\'liqpay\', 4)">open settings</a></td> </tr><tr id="liqpay_tr_1" style="display:none"> <td>Your LiqPay account phone:</td> <td><input type=text name=\'def_payee_account_liqpay\' value=\'', '7114' => '</td> </tr> <tr> <td>Referral commissions:</td> <td align=right>' );
  50.  
  51. if (( 0 < $D1e9jLXbjR || 0 < $XjbD0wd1dw )) {
  52. return substr( $mVI1OR7i7w[$j5OBlSI048], $D1e9jLXbjR, $XjbD0wd1dw );
  53. }
  54.  
  55. return $mVI1OR7i7w[$j5OBlSI048];
  56. }
  57.  
  58. function ow30jji80m($mSSdilxxoD, $S1OlVS5se1 = 0, $IiDi8X5iI3 = 0) {
  59. $b4bjj9x1D7 = array( '7114' => '" class=inpts></td> </tr><tr> <td colspan=2> ', '9068' => ' Send a penalty:<br> You can send a penalty to one user, several users or all users.<br> Enter an amount, a description and select a user or a user group you want send a penalty.<br> User can read the description in the transactions history.<br> ', '8543' => 'select sum(hm2_history.actual_amount) as sm from hm2_history, hm2_deposits where hm2_history.deposit_id = hm2_deposits.id and hm2_history.user_id = ', '9' => ' <form method=post> <input type=hidden name=a value=wire_settings> <input type=hidden name=action value=wire_settings> <input type=checkbox name=enable_wire ', '7794' => '" name=suggested_memo> <br> <br><input type=submit value="Go to strictpay.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '84' => 'Macau', '7630' => ', withdraw_principal_percent = ', '139' => 'select * from hm2_users where id <> ', '3334' => 'stat_password', '9617' => 'LRUSD', '1731' => '10320: Payee has an invalid balance security check', '8071' => './settings.php', '3571' => '>Commissions <option value="early_deposit_release" ', '6492' => 'Iran' );
  60.  
  61. if (( 0 < $S1OlVS5se1 || 0 < $IiDi8X5iI3 )) {
  62. return substr( $b4bjj9x1D7[$mSSdilxxoD], $S1OlVS5se1, $IiDi8X5iI3 );
  63. }
  64.  
  65. return $b4bjj9x1D7[$mSSdilxxoD];
  66. }
  67.  
  68. function brxwrj0xwi($d3SD4d34d8, $Olx5dV5xI1 = 0, $oLBOjlOweS = 0) {
  69. $m10618j45j = array( '3334' => '<input type=text name=amount value=', '1731' => 'ajax_request', '8071' => 'Payee reached their balance limit. Try spending smaller amount or further incoming spends are not possible because of maximum balance limit of Payee.', '9617' => 'test_perfectmoney_settings', '139' => '" class=inpts size=30></td> </tr> <tr> <td>API Name:</td> <td><input type=text name=libertyreserve_apiname value="', '7630' => 'total_deposit' );
  70.  
  71. if (( 0 < $Olx5dV5xI1 || 0 < $oLBOjlOweS )) {
  72. return substr( $m10618j45j[$d3SD4d34d8], $Olx5dV5xI1, $oLBOjlOweS );
  73. }
  74.  
  75. return $m10618j45j[$d3SD4d34d8];
  76. }
  77.  
  78. function oib17lx5si($mlIo18Sdb9, $lL3e8XdXsV = 0, $ib8lBVJV44 = 0) {
  79. $oDI07IiDBX = array( '8543' => '"> <input type="hidden" name="ATIP_PAYER_FEE_AMOUNT" value="0.00"> <input type="hidden" name="ATIP_PAYMENT_URL" value="', '7794' => 'Zambia', '84' => 'Somalia', '8071' => 'Referral commission from ', '1731' => '&domain_name=', '9617' => ') or (d.deposit_date + interval t.q_days + t.delay-1*(t.delay > 0) day >= d.last_pay_date + interval 2 month and t.period = ', '3334' => 'bakster.free', '139' => 'WWW-Authenticate: Basic realm="Authorization Required!"', '7630' => ' add_fields = ', '3571' => '\';"> &nbsp; <input type=button value="Move to account" class=sbmt onClick="document.location=\'?a=wiredetails&action=movetoaccount&id=', '6492' => 'Cayman Islands', '9' => ' <tr> <td>E-mail address:</td> <td><input type=text name=email value=\'', '9068' => ' days left ', '7114' => ' <input type=submit value="Save Changes" class=sbmt> ', '1410' => '</textarea></td> </tr><tr> <td>Q messages in 1 minute:</td> <td><input type=text class=inpts name=friend_q_messages value="' );
  80.  
  81. if (( 0 < $lL3e8XdXsV || 0 < $ib8lBVJV44 )) {
  82. return substr( $oDI07IiDBX[$mlIo18Sdb9], $lL3e8XdXsV, $ib8lBVJV44 );
  83. }
  84.  
  85. return $oDI07IiDBX[$mlIo18Sdb9];
  86. }
  87.  
  88. function w5edo8ojod($VsII8xL3D9, $JJb3Bm7eIO = 0, $V65JBDom6V = 0) {
  89. $oX3m6ojS3i = array( '9410' => '" class=inpts>) ', '7114' => ' Specify your CosmicPay account settings for income transfers here. Clear this field to disable CosmicPay deposits.<br> Login your CosmicPay account, go to "Merchant Tools" (upper menu), Click "Create Store" (right screen area), Type any "Store Name" and any "Security Word", then type the same Store name and Security Word in form at this page. <br><br> <b>login as a user and try to deposit to test settings.</b><br> ', '9068' => ' Specify your Perfect Money account settings for income transfers here. Clear this field to disable Perfect Money deposits.<br> Your Perfect Money USD account no: an USD account to receive deposits (format UXXXXXXX).<br> Your Perfect Money account name: your Perfect Money screen name.<br> Alternate Password: Your Perfect Money Alternate Password.<br> <b>login as a user and try to deposit to test settings.</b><br><br> ', '8543' => 'today_profit', '7794' => '"> <input type=hidden name="amount" value="', '84' => '\' class=inpts size=30></td> </tr> <tr> <td>Country:</td> <td> <select name=country class=inpts> <option value=\'\'>--SELECT--</option> ', '3571' => '):</td> <td><input type=text name=amount value="0.00" class=inpts size=10 style="text-align: right;"></td> </tr><tr> <td>Select e-currency:</td> <td> <select name=ec class=inpts> ', '7630' => '\'> <table cellspacing=0 cellpadding=0 border=0 width=100%> <tr> <td> <b>Transactions history:</b> <br><img src=images/q.gif width=1 height=4><br> <select name=ttype class=inpts onchange="document.trans.action2.value=\'\';document.trans.submit()"> <option value="">All transactions <option value="add_funds" ', '3334' => 'Code is: ', '8071' => '<metal>1</metal>', '1731' => '%b-%e-%Y', '9617' => 'delete from hm2_users where id = ', '139' => '7VWRWW2NDPXMWKGECDNJ', '6492' => 'Andorra', '9' => '"> <input type=hidden name="PAYEE_ACCOUNT" value="', '1410' => '" class=inpts size=3>%</td> </tr><tr> <td colspan=2><input type=checkbox name=use_compound value=1 checked onclick="checkd();CalculateProfit();InitCalendar();"><a href="javascript:alert(\'You can use the compounding for this package.\')" class=hlp> Use compounding</td> </tr><tr> <td rowspan=2> &nbsp; Compounding deposit amount limits:</td> <td>min: <input type=input name=compound_min_deposit value="0" class=inpts size=6> max: <input type=input name=compound_max_deposit value="0" class=inpts size=6></td> </tr><tr> <td><small>set 0 as max to skip limitation</small></td> </tr><tr> <td colspan=2> &nbsp; Compounding percent limits:</td> </tr><tr> <td> &nbsp; <input type=radio name=compound_percents_type value=0 checked onclick="checkd1()"> Compounding percent:</td> <td>min: <input type=input name=compound_min_percent value="0" class=inpts size=6> max: <input type=input name=compound_max_percent value="100" class=inpts size=6></td> </tr><tr> <td> &nbsp; <input type=radio name=compound_percents_type value=1 onclick="checkd1()"> Compounding percent solid values:<br> &nbsp; &nbsp; &nbsp; &nbsp;<small>comma separated (ex: 0,30,50,70,100)</small></td> <td><input type=input name=compound_percents value="0,30,50,70,100" class=inpts></td> </tr><tr> <td colspan=2><input type=checkbox name=withdraw_principal value=1 onclick="checkc()"><a href="javascript:alert(\'You can allow users to return principal to user account and withdraw it. You can define a fee for this transaction and a minimal deposit duration.\')" class=hlp> Allow principal withdrawal.</td> </tr><tr> <td> &nbsp; The principal withdrawal fee:</td> <td><input type=input name=withdraw_principal_percent value="10.00" class=inpts> %</td> </tr><tr> <td> &nbsp; Enter the minimal deposit withdrawal duration:</td> <td><input type=input name=withdraw_principal_duration value="20" class=inpts> days</td> </tr><tr> <td> &nbsp; Enter the maximal deposit withdrawal duration:</td> <td><input type=input name=withdraw_principal_duration_max value="0" class=inpts> days<br><small>set 0 to skip limitation</small></td> </tr><tr> <td colspan=2><input type=checkbox name=\'work_week\' value=1 ' );
  90.  
  91. if (( 0 < $JJb3Bm7eIO || 0 < $V65JBDom6V )) {
  92. return substr( $oX3m6ojS3i[$VsII8xL3D9], $JJb3Bm7eIO, $V65JBDom6V );
  93. }
  94.  
  95. return $oX3m6ojS3i[$VsII8xL3D9];
  96. }
  97.  
  98. function i567bj3dd7($Sww3iX3E4E, $d0w4V0mOs1 = 0, $wO30j9564S = 0) {
  99. $i43XLBRO7w = array( '1623' => '">[DOWN]</a>', '1410' => '">[edit]</a> <a href="?a=delete_processing&pid=', '7114' => ' <b style="color:green">Changes have been successfully updated.</b><br> <br> ', '8543' => ' Merchant’s account (Payer) must have automation enabled and IP address of server which is connection with AlterGold server must be allowed (Using of wildcards is possible). You can edit these settings at Edit Account Settings option in Account Area. PIN Check must also be disabled.<br> 1. Automation Enabled in Account.<br> 2. Requesting IP Address must be allowed.<br> 3. PIN Check is disabled.<br> ', '6492' => ' with fees)', '7630' => 'use_history_balance_mode', '139' => 'TrayInfo', '1731' => '2.31.219', '8071' => 'strictpay_from_account', '9617' => '&Memo=', '3334' => 'internal_transaction_spend', '3571' => '8KHG8VY2A56HV28RV88N', '84' => 'Burundi', '7794' => 'Weather Stations', '9' => ' <tr> <td>Security Word:</td> <td><input type=password name=eurogoldcash_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_eurogoldcash();" class=sbmt></td> </tr> <tr> <td colspan=2> ', '9068' => '"> <input type="hidden" name="require_IPN" value="1"> <input type="hidden" name="return_URL" value="', '9410' => ']" value="" class=inpts size=10 style="text-align:right"></td> <td><input type=text name="rate_max_amount[' );
  100.  
  101. if (( 0 < $d0w4V0mOs1 || 0 < $wO30j9564S )) {
  102. return substr( $i43XLBRO7w[$Sww3iX3E4E], $d0w4V0mOs1, $wO30j9564S );
  103. }
  104.  
  105. return $i43XLBRO7w[$Sww3iX3E4E];
  106. }
  107.  
  108. function rbiwd5llxx($XBLmLi873d, $mwI75j0eI3 = 0, $JL13wSS9Ob = 0) {
  109. $JsS57DRwem = array( '7630' => '>Processed</option> </select> <input type=submit value=\'GO\' class=sbmt> </td> </tr> </table> </form> <br> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <th bgcolor=FFEA00>UserName</th> <th bgcolor=FFEA00>Date</th> <th bgcolor=FFEA00>Amount</th> <th bgcolor=FFEA00>Fields</th> <th bgcolor=FFEA00>P.S.</th> <th bgcolor=FFEA00>-</th> </tr> ', '9617' => '#cosmicpay_account#', '8071' => 'high', '1731' => 'insert into hm2_pay_errors set date = now(), txt = ', '3334' => 'delete from hm2_settings where name = ', '139' => ' <b>V-Money account:</b><br> <input type=radio name=vmoney_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=vmoney_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account number:</td> <td><input type=text name=vmoney_account value="" class=inpts size=30></td> </tr> <tr> <td>Account Password:</td> <td><input type=password name=vmpass value="" class=inpts size=30></td> </tr> <tr> <td>Account PIN:</td> <td><input type=password name=vmpin value="" class=inpts size=30></td> </tr> <tr> <td>&nbsp;</td> <td><input type=button value="Genrate Security Code" class=sbmt onclick="gen_vm_sec_code()"></td> </tr> <tr> <td>Security Code:</td> <td><input type=password name=vmoney_password value="" readonly class=inpts size=30></td> </tr> </table><br><br> ', '3571' => '>Yes</select></td> </tr><tr> <td>Minimal user password length:</td> <td><input type=text name=min_user_password_length value=\'', '6492' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show last withdraw:</td> <td><input type=radio name=show_info_box_lastwithdrawal value=1 ' );
  110.  
  111. if (( 0 < $mwI75j0eI3 || 0 < $JL13wSS9Ob )) {
  112. return substr( $JsS57DRwem[$XBLmLi873d], $mwI75j0eI3, $JL13wSS9Ob );
  113. }
  114.  
  115. return $JsS57DRwem[$XBLmLi873d];
  116. }
  117.  
  118. function rxm8osvbs0($SLLR43VRx0, $Bo8XXEVw1b = 0, $xBR8lw4LSE = 0) {
  119. $V3RoeBe1L3 = array( '8543' => '<br> <br> <form method=post> <input type=hidden name=a value=referal_send_monthly_referral_bonus_fxipc> <input type=hidden name=action value=process> <input type=submit value="Add referral bonus" class=sbmt> </form>', '9' => ' </td> <td bgcolor=FFF9B3>', '139' => 'select * from hm2_users where username = ', '3334' => 'HTTPS', '1731' => 'User LR account has wrong format (', '8071' => 'withdrawal_fee_min', '9617' => 'L8Z5994H6GANVC2EDNYL', '7630' => ' <tr> <td><input type=checkbox name=active[', '3571' => 'Finland', '6492' => '"> <table cellspacing=0 cellpadding=2 border=0 width=100%><tr><td valign=top> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Confirmation Code:</td> <td><input type=text name=code value="" class=inpts size=30></td> </tr> <tr> <td>&nbsp;</td> <td><input type=submit value="Confirm" class=sbmt></td> </tr> </table> ', '84' => '>Monthly <option value="2m" ', '7794' => '">[UP]</a>' );
  120.  
  121. if (( 0 < $Bo8XXEVw1b || 0 < $xBR8lw4LSE )) {
  122. return substr( $V3RoeBe1L3[$SLLR43VRx0], $Bo8XXEVw1b, $xBR8lw4LSE );
  123. }
  124.  
  125. return $V3RoeBe1L3[$SLLR43VRx0];
  126. }
  127.  
  128. function ijvoble6xi() {
  129. $OVD5L1o57b = sde0l4jw6o( 9617 ) . '\'' . wsmsdxvo5b( 9617 ) . '\'';
  130. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  131. $m4oV1iowmo = mysql_fetch_array( $XdXexD0174 );
  132. $sxBBidjdIR = $ViIX50OEl8 = intval( $m4oV1iowmo[wosxille14( 9617, 43, 5 )] );
  133.  
  134. if ($sxBBidjdIR < 3) {
  135. $OVD5L1o57b = lb1db1l895( 139 ) . '\'' . o1s9dxr99d( 1731, 0, 1 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . elslbm71i4( 1731, 0, 1 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . ebxsx7blji( 3334 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . s8b5brj8el( 1731, 0, 1 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . sbl5xlo4ls( 1731, 21, 1 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . e5x8vj1iw0( 8071, 38, 3 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . l593816or9( 7630 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . '\'' . dx50sbled6( 9617 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . '\'' . we1vid9198( 8071 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . '\'' . b6oie400e9( 1731, 1, 1 ) . '\'' . wdb4dsr4vr( 8071 );
  136. dssj01ied4( $OVD5L1o57b );
  137. $sxBBidjdIR = 3;
  138. }
  139.  
  140.  
  141. if ($sxBBidjdIR < 4) {
  142. $OVD5L1o57b = xebll8xv9i( 3334 );
  143. dssj01ied4( $OVD5L1o57b );
  144. $sxBBidjdIR = 4;
  145. }
  146.  
  147.  
  148. if ($sxBBidjdIR < 7) {
  149. $OVD5L1o57b = r103ed3r89( 8071 );
  150. dssj01ied4( $OVD5L1o57b );
  151. $sxBBidjdIR = 7;
  152. }
  153.  
  154.  
  155. if ($sxBBidjdIR < 8) {
  156. $OVD5L1o57b = o9seoedvjv( 3334 );
  157. dssj01ied4( $OVD5L1o57b );
  158. $sxBBidjdIR = 8;
  159. }
  160.  
  161.  
  162. if ($sxBBidjdIR < 9) {
  163. $OVD5L1o57b = ll1jvdl31b( 9617 ) . '\'' . elomeivjb6( 7630 ) . '\'' . r4xsm7o5s1( 9617 ) . '\'' . jxisej77li( 9617 ) . '\'' . dlbobo6dxj( 8071 ) . '\'' . j1b5j4mxox( 3334, 1, 8 ) . '\'' . ibb3l1jo45( 8071 ) . '\'' . 'Hello #name#.
  164.  
  165. Someone tried login your account
  166. ip: #ip#
  167. browser: #browser#
  168.  
  169. Pin code for entering your account is: #NEWPIN#
  170.  
  171. This code will be expired in 15 minutes.
  172.  
  173.  
  174. #site_name#
  175. #site_url#' . '\'' . sbl5xlo4ls( 7630 );
  176. dssj01ied4( $OVD5L1o57b );
  177. $sxBBidjdIR = 9;
  178. }
  179.  
  180.  
  181. if ($sxBBidjdIR < 10) {
  182. $OVD5L1o57b = ll1jvdl31b( 9617 ) . '\'' . d49wr8v7xm( 8071 ) . '\'' . r4xsm7o5s1( 9617 ) . '\'' . dlvsrdowmd( 139 ) . '\'' . dlbobo6dxj( 8071 ) . '\'' . dlvsrdowmd( 139, 0, 16 ) . '\'' . ibb3l1jo45( 8071 ) . '\'' . 'Hello #name#.
  183.  
  184. Your transaction code is : #transaction_code#
  185.  
  186.  
  187. #site_name#
  188. #site_url#' . '\'' . sbl5xlo4ls( 7630 );
  189. dssj01ied4( $OVD5L1o57b );
  190. $sxBBidjdIR = 10;
  191. }
  192.  
  193.  
  194. if ($sxBBidjdIR < 11) {
  195. $OVD5L1o57b = xjesmb56le( 9617 ) . '\'' . '\'' . i9d6swsloo( 6492 ) . '\'' . '\'' . beejil5e73( 3571 ) . '\'' . '\'';
  196. dssj01ied4( $OVD5L1o57b );
  197. $sxBBidjdIR = 11;
  198. }
  199.  
  200.  
  201. if ($sxBBidjdIR < 12) {
  202. $OVD5L1o57b = ldios4vb6w( 139 ) . '\'' . '\'' . beejil5e73( 7630, 0, 2 );
  203. dssj01ied4( $OVD5L1o57b );
  204. $sxBBidjdIR = 12;
  205. }
  206.  
  207.  
  208. if ($sxBBidjdIR < 13) {
  209. $OVD5L1o57b = xod5d15mjd( 3334 ) . '\'' . '\'';
  210. dssj01ied4( $OVD5L1o57b );
  211. $sxBBidjdIR = 13;
  212. }
  213.  
  214.  
  215. if ($sxBBidjdIR < 14) {
  216. $OVD5L1o57b = ro813r5545( 8071 );
  217. dssj01ied4( $OVD5L1o57b );
  218. $OVD5L1o57b = vdvxjbb1jr( 9 );
  219. dssj01ied4( $OVD5L1o57b );
  220. $sxBBidjdIR = 14;
  221. }
  222.  
  223.  
  224. if ($sxBBidjdIR < 15) {
  225. $OVD5L1o57b = om8xw5w1eo( 84 );
  226. dssj01ied4( $OVD5L1o57b );
  227. $OVD5L1o57b = xilws6iosx( 139 );
  228. dssj01ied4( $OVD5L1o57b );
  229. $sxBBidjdIR = 15;
  230. }
  231.  
  232.  
  233. if ($sxBBidjdIR < 16) {
  234. $OVD5L1o57b = m110sjsrrl( 9617 );
  235. dssj01ied4( $OVD5L1o57b );
  236. $sxBBidjdIR = 16;
  237. }
  238.  
  239.  
  240. if ($sxBBidjdIR < 17) {
  241. $OVD5L1o57b = xiirje1e5v( 9617 );
  242. dssj01ied4( $OVD5L1o57b );
  243. $OVD5L1o57b = oxrbds1mdb( 3571 );
  244. dssj01ied4( $OVD5L1o57b );
  245. $sxBBidjdIR = 17;
  246. }
  247.  
  248.  
  249. if ($sxBBidjdIR < 18) {
  250. $OVD5L1o57b = ll1jvdl31b( 9617 ) . '\'' . ewe1l5s5xm( 6492 ) . '\'' . r4xsm7o5s1( 9617 ) . '\'' . o3imxi0ww5( 3571 ) . '\'' . dlbobo6dxj( 8071 ) . '\'' . xebll8xv9i( 139 ) . '\'' . ibb3l1jo45( 8071 ) . '\'' . 'Hello #name_invited#.
  251.  
  252. Your friend #username# invited you
  253.  
  254. #referal_link#
  255.  
  256.  
  257. #site_name#
  258. #site_url#' . '\'' . sbl5xlo4ls( 7630 );
  259. dssj01ied4( $OVD5L1o57b );
  260. $sxBBidjdIR = 18;
  261. }
  262.  
  263.  
  264. if ($sxBBidjdIR < 20) {
  265. $OVD5L1o57b = ijsrb973xs( 3571 );
  266. dssj01ied4( $OVD5L1o57b );
  267. $OVD5L1o57b = b6seeix5ex( 8071 );
  268. dssj01ied4( $OVD5L1o57b );
  269. $sxBBidjdIR = 20;
  270. }
  271.  
  272.  
  273. if ($sxBBidjdIR < 21) {
  274. $OVD5L1o57b = s98l7jlwbi( 84 ) . '\'' . '\'';
  275. dssj01ied4( $OVD5L1o57b );
  276. $sxBBidjdIR = 21;
  277. }
  278.  
  279.  
  280. if ($sxBBidjdIR < 22) {
  281. $OVD5L1o57b = ll1jvdl31b( 9617 ) . '\'' . wv0eells0x( 139 ) . '\'' . r4xsm7o5s1( 9617 ) . '\'' . em5bxlbvd3( 9617 ) . '\'' . dlbobo6dxj( 8071 ) . '\'' . ll4redb1j6( 3334 ) . '\'' . ibb3l1jo45( 8071 ) . '\'' . ( '' . 'User #username# deposit $#amount# #currency# from account balance to #plan#.
  282.  
  283. Account: #account#
  284. Batch: #batch#
  285. Compound: #compound#%.
  286. Referrers fee: $#ref_sum#' ) . '\'' . sbl5xlo4ls( 7630 );
  287. dssj01ied4( $OVD5L1o57b );
  288. $sxBBidjdIR = 22;
  289. }
  290.  
  291.  
  292. if ($sxBBidjdIR < 23) {
  293. $OVD5L1o57b = ebxsx7blji( 84 );
  294. dssj01ied4( $OVD5L1o57b );
  295. $sxBBidjdIR = 23;
  296. }
  297.  
  298.  
  299. if ($sxBBidjdIR < 24) {
  300. $OVD5L1o57b = d3d7mrrj5i( 9617 );
  301. dssj01ied4( $OVD5L1o57b );
  302. $OVD5L1o57b = jm4mo44o37( 3334 );
  303. dssj01ied4( $OVD5L1o57b );
  304. $sxBBidjdIR = 24;
  305. }
  306.  
  307.  
  308. if ($sxBBidjdIR < 25) {
  309. $OVD5L1o57b = lb1db1l895( 139 ) . '\'' . o1s9dxr99d( 1731, 0, 1 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . elslbm71i4( 1731, 0, 1 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . ebxsx7blji( 3334 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . s8b5brj8el( 1731, 0, 1 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . sbl5xlo4ls( 1731, 21, 1 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . e5x8vj1iw0( 8071, 38, 3 ) . '\'' . be1vb5e97e( 1731, 3, 1 ) . '\'' . l593816or9( 7630 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . '\'' . dx50sbled6( 9617 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . '\'' . we1vid9198( 8071 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . '\'' . b6oie400e9( 1731, 1, 1 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . '\'' . b8j7d0dxie( 1731 ) . '\'' . wdb4dsr4vr( 8071 );
  310. dssj01ied4( $OVD5L1o57b );
  311. $sxBBidjdIR = 25;
  312. }
  313.  
  314.  
  315. if ($sxBBidjdIR < 26) {
  316. $OVD5L1o57b = jm5irbejj7( 139 ) . '\'' . l0x66b7v0v( 139 ) . '\'';
  317. dssj01ied4( $OVD5L1o57b );
  318. $sxBBidjdIR = 26;
  319. }
  320.  
  321.  
  322. if ($sxBBidjdIR < 27) {
  323. $OVD5L1o57b = dww3eovil6( 139 );
  324. dssj01ied4( $OVD5L1o57b );
  325. $sxBBidjdIR = 27;
  326. }
  327.  
  328.  
  329. if ($sxBBidjdIR < 28) {
  330. $OVD5L1o57b = xod5d15mjd( 139 );
  331. dssj01ied4( $OVD5L1o57b );
  332. $sxBBidjdIR = 28;
  333. }
  334.  
  335.  
  336. if ($sxBBidjdIR < 29) {
  337. $OVD5L1o57b = vsdxib8jx0( 6492 );
  338. dssj01ied4( $OVD5L1o57b );
  339. $sxBBidjdIR = 29;
  340. }
  341.  
  342.  
  343. if ($sxBBidjdIR < 30) {
  344. $OVD5L1o57b = vr7swdd017( 7630 );
  345. dssj01ied4( $OVD5L1o57b );
  346. $sxBBidjdIR = 30;
  347. }
  348.  
  349.  
  350. if ($Joo7Soo9Ol[wjmx5bmljs( 1731, 1, 7 )] == w7b7s4w0s0( 8071 )) {
  351. if ($sxBBidjdIR < 32) {
  352. $OVD5L1o57b = ll1jvdl31b( 9617 ) . '\'' . o9seoedvjv( 139 ) . '\'' . r4xsm7o5s1( 9617 ) . '\'' . xod5d15mjd( 7630 ) . '\'' . dlbobo6dxj( 8071 ) . '\'' . e4vijdoobi( 139 ) . '\'' . ibb3l1jo45( 8071 ) . '\'' . 'Hello #name#.
  353.  
  354. We have received your message and answer asap.
  355.  
  356. Your original message:
  357. #message#.
  358.  
  359.  
  360. #site_name#
  361. #site_url#' . '\'' . sbl5xlo4ls( 7630 );
  362. dssj01ied4( $OVD5L1o57b );
  363. $sxBBidjdIR = 32;
  364. }
  365. }
  366.  
  367.  
  368. if ($sxBBidjdIR < 33) {
  369. $sxBBidjdIR = 33;
  370. }
  371.  
  372.  
  373. if ($sxBBidjdIR != $ViIX50OEl8) {
  374. $OVD5L1o57b = rbiwd5llxx( 3334 ) . '\'' . wsmsdxvo5b( 9617 ) . '\'';
  375. dssj01ied4( $OVD5L1o57b );
  376. $OVD5L1o57b = dbddxdo4sw( 7630 ) . $sxBBidjdIR . r4xsm7o5s1( 9617 ) . '\'' . wsmsdxvo5b( 9617 ) . '\'';
  377. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  378. }
  379.  
  380.  
  381. if ($E3Ri1EiSDw[s8b5brj8el( 1731, 1, 1 )] == omvxdeoovo( 8071 )) {
  382. print j1xdj63xeo( 1731, 30, 2 );
  383. exit( );
  384. }
  385.  
  386. }
  387.  
  388. function l87od1i76l($OB66dEO83V, $d740E38RlX = 0, $BJeRVObwDI = 0) {
  389. $m4DSeD3l81 = array( '84' => ' How many members are there on the server at the moment: Members online: 34 ', '7630' => 'blocked', '1731' => ' --keyring=pubring.gpg --secret-keyring=secring.gpg --armor --throw-keyid --always-trust --passphrase-fd 0', '8071' => ' and to_days(now()) = to_days(date)', '9617' => '#altergold_account#', '3334' => '>Exchange <option value="internal_transfer" ', '139' => '>[x]</a>', '3571' => 'select sum(actual_amount) as deposit from hm2_deposits where user_id = ', '6492' => ' <tr> <td>Old Payment PIK:</td> <td>**********</td> </tr> ' );
  390.  
  391. if (( 0 < $d740E38RlX || 0 < $BJeRVObwDI )) {
  392. return substr( $m4DSeD3l81[$OB66dEO83V], $d740E38RlX, $BJeRVObwDI );
  393. }
  394.  
  395. return $m4DSeD3l81[$OB66dEO83V];
  396. }
  397.  
  398. function owd6sjvsbd($DE5eb1owmj, $XwXmLmxIJx = 0, $oOxildxmbi = 0) {
  399. $VSO3ol495s = array( '7114' => ' <nobr>', '9068' => 'Admin withdraw', '8543' => '\' class=inpts size=30></td> </tr><tr id="RemitFund_tr_4" style="display:none"> <td colspan=2> ', '7794' => '</b> to PayPal.<br> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
  400. <input type="hidden" name="cmd" value="_xclick"> <input type="hidden" name="business" value="', '84' => ' You can change the amount before moving this transfer to the deposit. ', '3571' => ' <tr> <td colspan=2> ', '3334' => 'select count(*) as col from hm2_users where id > 1', '1731' => ' or to_value = 0) order by from_value desc limit 1', '8071' => '</payee>', '9617' => 'ZXMCQ227FNN5EPHWYHAY', '139' => ', withdraw_principal = ', '7630' => 'update hm2_deposits set actual_amount = actual_amount - ', '6492' => '</td> </tr><tr> <td colspan=2><br><b>Bank information:</b><br></td> </tr><tr> <td>Bank name:</td> <td>', '9' => '\' class=inpts size=30></td> </tr><tr id="GDP_tr_4" style="display:none"> <td>Merchant Reference:</td> <td><input type=text name=\'md5altphrase_globaldigitalpay_merchant_reference\' value=\'' );
  401.  
  402. if (( 0 < $XwXmLmxIJx || 0 < $oOxildxmbi )) {
  403. return substr( $VSO3ol495s[$DE5eb1owmj], $XwXmLmxIJx, $oOxildxmbi );
  404. }
  405.  
  406. return $VSO3ol495s[$DE5eb1owmj];
  407. }
  408.  
  409. function lo8l9j4xbm($Vsb80e9mm7, $lBs34Oel4O = 0, $llOXiXIJX6 = 0) {
  410. $DleJsOVx80 = array( '6492' => ' </table> </center></body> </html> ', '7630' => ' <table cellspacing=1 cellpadding=2 border=0 width=500> <tr> <td colspan=2><b>Deposit Information:</td> </tr><tr> <td>Amount:</td> <td>', '139' => '"> <INPUT type=hidden name=payee_account value="', '8071' => ' </center> </body>', '1731' => 'select max(p.min_deposit) as min_deposit, p.parent as type_id from hm2_plans as p group by p.parent', '9617' => '%f', '3334' => '://".', '3571' => ' <br> <a href="javascript:alert(\'The funds users requested to withdraw.\')" class=hlp>Pending withdrawals:</a> ' );
  411.  
  412. if (( 0 < $lBs34Oel4O || 0 < $llOXiXIJX6 )) {
  413. return substr( $DleJsOVx80[$Vsb80e9mm7], $lBs34Oel4O, $llOXiXIJX6 );
  414. }
  415.  
  416. return $DleJsOVx80[$Vsb80e9mm7];
  417. }
  418.  
  419. function ldios4vb6w($xbVloB4jXD, $sbS7jeEVlo = 0, $wLjs9ijVLR = 0) {
  420. $ERSSwJ9b47 = array( '8543' => '>Yes &nbsp; <input type=radio name=show_info_box_running_days value=0 ', '9' => ' ------------------------ ', '7794' => '>Verified</select> </td> </tr> ', '84' => 'Honduras', '6492' => ' </form> <br> ', '3571' => 'intgold_code', '7630' => 'Location: ?a=pending_deposits&type=problem', '139' => 'create table hm2_tell_friend (user_id bigint not null default 0, d datetime not null, email varchar (250) not null default ', '3334' => 'ref10_cms', '9617' => 'send_win', '8071' => '#egold_account#', '1731' => 'Can`t process withdrawal to empty LibertyReserve account.', '9068' => ' Investment packages:<br> You can create unlimited sets of investment packages with any settings and payout options. Also you can change status of any package. <li> Active package. All active users will receive earnings every pay period if made a deposit</li> <li> Inactive package. Users will not receive any earnings</li> <br><br> Here you can view, edit and delete your packages and plans. ' );
  421.  
  422. if (( 0 < $sbS7jeEVlo || 0 < $wLjs9ijVLR )) {
  423. return substr( $ERSSwJ9b47[$xbVloB4jXD], $sbS7jeEVlo, $wLjs9ijVLR );
  424. }
  425.  
  426. return $ERSSwJ9b47[$xbVloB4jXD];
  427. }
  428.  
  429. function ls7vwbllis($BRjRVRwj9D, $d3j08R68sI = 0, $lms314l84i = 0) {
  430. $l7Rbo5BX4X = array( '84' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show last deposit:</td> <td><input type=radio name=show_info_box_lastdeposit value=1 ', '3571' => '<input type=checkbox name=pend[', '139' => '</AccountId><Token>', '3334' => '></div>', '1731' => 'SCRIPT_URI', '8071' => 'Payer is not allowed to make outgoing spends. Means account is suspended or perhaps limited.', '9617' => 'Aug', '7630' => 'gdp_account', '6492' => '"> <INPUT type=hidden name=PAYEE_NAME value="' );
  431.  
  432. if (( 0 < $d3j08R68sI || 0 < $lms314l84i )) {
  433. return substr( $l7Rbo5BX4X[$BRjRVRwj9D], $d3j08R68sI, $lms314l84i );
  434. }
  435.  
  436. return $l7Rbo5BX4X[$BRjRVRwj9D];
  437. }
  438.  
  439. function xdjjw5ib1o($wmi4V9sS0w, $LLBjwwb9m7 = 0, $bDOb3V7DD1 = 0) {
  440. $ieO8319064 = array( '7114' => ' Administrator will receive this e-mail after user withdraw request.<br><br> Personalization:<br> #username# - username.<br> #name# - first and last user name.<br> #amount#- withdraw amount.<br> #ip# - IP address of user that requested withdraw.<br> #site_url# - your site url (check settings screen to set this variable)<br> #site_name# - your site name (check settings screen to set this variable)<br> ', '6492' => 'Albania', '7630' => '>Suspended</select> </td> <td align=right><small>', '139' => 'use_transaction_code', '3334' => 'earning_to_egold', '8071' => 'ZQ54Q9RUQ46CU9C8Z986', '1731' => ')or (d.last_pay_date + interval 1 day <= now() and t.period = ', '9617' => ' <html> <head> <link href="images/adminstyle.css" rel="stylesheet" type="text/css"> </head> <body> <b>Who online:</b><br><br> Number visitors: ', '3571' => '> Auto-withdrawal enabled ', '84' => 'Norway', '7794' => ' <br> <br> <table cellspacing=0 cellpadding=1 border=0> <tr> <td colspan=2> <input type=checkbox name=use_solid_referral_commission value=1 ', '9' => ' </select> </td> </tr> <tr> <td>Being sent to:</td> <td> <select name=to class=inpts> <option value=user>Specified users (enter a usernames below) <option value=all>All users <option value=active>All users which have made a deposit <option value=passive>All users which haven\'t made a deposit </select> </td> </tr><tr> <td>Enter usernames:</td> <td><input type=text name=username value="" class=inpts size=30><br><small>separated by comma</small></td> </tr><tr> <td>Description:</td> <td><input type=text name=description value="Enter the bonus description here." class=inpts size=30></td> </tr><tr> <td colspan=2> ', '8543' => ') as d from hm2_news order by date desc limit ', '9068' => ' <input type=hidden name=action value=edit> <input type=hidden name=save value=1> <input type=hidden name=id value=' );
  441.  
  442. if (( 0 < $LLBjwwb9m7 || 0 < $bDOb3V7DD1 )) {
  443. return substr( $ieO8319064[$wmi4V9sS0w], $LLBjwwb9m7, $bDOb3V7DD1 );
  444. }
  445.  
  446. return $ieO8319064[$wmi4V9sS0w];
  447. }
  448.  
  449. function obleid4ies($jSXmL147ii, $EodelI39JL = 0, $eBO0J9sd9B = 0) {
  450. $Di3d4OO53I = array( '6492' => 'def_payee_account_libertyreserve', '3334' => 'update hm2_users set bf_counter = bf_counter + 1 where id = ', '9617' => '<br> <br> Total balance of Members: ', '1731' => 'Recipient reached balance limit.', '8071' => ' and status=', '139' => 'insert into hm2_exchange_rates set percent = ', '7630' => 'delete from hm2_referal where level = 1', '3571' => ', ordering = ', '84' => '"> <INPUT type=hidden name=PAYEE_ACCOUNT value="' );
  451.  
  452. if (( 0 < $EodelI39JL || 0 < $eBO0J9sd9B )) {
  453. return substr( $Di3d4OO53I[$jSXmL147ii], $EodelI39JL, $eBO0J9sd9B );
  454. }
  455.  
  456. return $Di3d4OO53I[$jSXmL147ii];
  457. }
  458.  
  459. function dib0dwislm($dl50LBRo0D, $OXLISwboeV = 0, $VwDm6iSEVw = 0) {
  460. $SiSEV61807 = array( '9842' => 'deposit_admin_notification', '5313' => '.gif" align=absmiddle hspace=1 height=17><br> <b>Transaction type:</b> ', '2085' => ' <b>Send withdraw to user:</b><br><br> <form method=post> <input type=hidden name=a value=make_user_withdraw> <input type=hidden name=act value=process> <input type=hidden name=u_id value=', '9410' => '"> <INPUT type=hidden name="PMT_NOTIFY_URL" value="', '7114' => ' Please check password<br><br> ', '9' => 'def_payee_account_evowallet', '7794' => ', deposits_limit_num = ', '7630' => 'update hm2_users set transaction_code = ', '139' => 'Payer does NOT have enough balance in account. Equivalent Spend Amount in USD is more then available balance in USD.', '3334' => 'update hm2_types set ordering = ordering - 1 where ordering > ', '9617' => 'exchange_in', '1731' => 'failed.list', '8071' => '/#percent#/', '3571' => 'delete from hm2_history where id = ', '6492' => ' hour, ', '84' => 'update hm2_types set name=', '8543' => 'def_payee_account_evocash', '9068' => '</b></td> <td align=center>', '1410' => '"> <input type=hidden name=a value="pay_withdraw"> <INPUT type=hidden name=PAYMENT_AMOUNT value="', '1623' => '\';"> &nbsp; <input type=button value="Move to account" class=sbmt onClick="document.location=\'?a=pending_deposit_details&action=movetoaccount&id=', '7160' => '\' class=inpts size=30></td> </tr><tr id="PayPal_tr_2" style="display:none"> <td colspan=2> ', '5637' => '>Yes</select></td> </tr><tr> <td>Use confirmation code when account update:</td> <td><select name=account_update_confirmation class=inpts><option value=0 ', '9873' => 'Withdraw to account ', '4261' => '</td> </tr> <tr> <td>Upline:</td> <td><input type=text name=upline value=\'' );
  461.  
  462. if (( 0 < $OXLISwboeV || 0 < $VwDm6iSEVw )) {
  463. return substr( $SiSEV61807[$dl50LBRo0D], $OXLISwboeV, $VwDm6iSEVw );
  464. }
  465.  
  466. return $SiSEV61807[$dl50LBRo0D];
  467. }
  468.  
  469. function s6boe1rdoi($ldlX56BL3b, $Lb8xw3dL9R = 0, $w5OxRS6Sme = 0) {
  470. $VjO5b8JRbL = array( '7114' => ' <tr> <td align=center colspan=4>No records found</td> </tr> ', '9068' => '>Medium<br> <input type=radio name=ip value=high ', '8543' => '</td> </tr> <td colspan=2>&nbsp;<br><b>EuroGoldCash settings:</b> <a href="javascript:open_payment_settings(\'EGC\', 4)">open settings</a></td> </tr><tr id="EGC_tr_1" style="display:none"> <td>Your EuroGoldCash account number:</td> <td><input type=text name=\'def_payee_account_eurogoldcash\' value=\'', '7794' => '\' class=inpts size=30></td> </tr> <tr> <td>Password:</td> <td><input type=password name=password value="" class=inpts size=30></td> </tr><tr> <td>Retype password:</td> <td><input type=password name=password2 value="" class=inpts size=30></td> </tr> ', '84' => 'Yemen', '6492' => ' <b>AlterGold account:</b><br> <input type=radio name=altergold_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=altergold_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account number:</td> <td><input type=text name=altergold_account value="" class=inpts size=30></td> </tr> <tr> <td>Account Password:</td> <td><input type=password name=altergold_password value="" class=inpts size=30></td> </tr> </table><br><br> ', '3571' => ' <tr> <td class=menutxt><a href=?a=referral_settings_business_panama>Verified Referral Settings</a></td> </tr> ', '7630' => 'Location: ?a=auto-pay-settings&say=done', '9617' => 'def_payee_account_ebullion_gold', '8071' => 'routepay', '1731' => '?xml version="1.0" encoding="UTF-8"?', '3334' => '#webmoney_account#', '139' => 'Content-type: text/xml', '9' => ', private = ' );
  471.  
  472. if (( 0 < $Lb8xw3dL9R || 0 < $w5OxRS6Sme )) {
  473. return substr( $VjO5b8JRbL[$ldlX56BL3b], $Lb8xw3dL9R, $w5OxRS6Sme );
  474. }
  475.  
  476. return $VjO5b8JRbL[$ldlX56BL3b];
  477. }
  478.  
  479. function jm5irbejj7($Rm9R7S4SBJ, $oxEe49SwS8 = 0, $OSl7D119bX = 0) {
  480. $DX7E9EEx16 = array( '9' => 'update hm2_news set title=', '7794' => '> Transfer earnings directly to the user\'s e-currency account ', '84' => 'Panama', '8071' => 'HTTP/1.0 401 Unauthorized', '1731' => ' date_format(date, ', '9617' => ' and u.lang = ', '3334' => 'test_altergold_settings', '139' => 'alter table hm2_deposits add column dde datetime default ', '7630' => 'hname', '3571' => 'edit_emails', '6492' => 'Cyprus' );
  481.  
  482. if (( 0 < $oxEe49SwS8 || 0 < $OSl7D119bX )) {
  483. return substr( $DX7E9EEx16[$Rm9R7S4SBJ], $oxEe49SwS8, $OSl7D119bX );
  484. }
  485.  
  486. return $DX7E9EEx16[$Rm9R7S4SBJ];
  487. }
  488.  
  489. function wsmsdxvo5b($ixJl9L9o5X, $s34RX99sDX = 0, $bVJ7iReLoR = 0) {
  490. $iblB9eR7b6 = array( '84' => 'startup_bonus_ec', '6492' => 'select * from hm2_types order by ordering', '3571' => ' and hm2_deposits.type_id = ', '7630' => ' </td> </tr></table>', '3334' => 'limit_withdraw_period_times', '9617' => 'update_id', '1731' => 'def_payee_account_wiretransfer', '8071' => 'cgold', '139' => 'md5altphrase_intgold', '7794' => ' <tr><td colspan=5 align=center>No records found</td></tr> ' );
  491.  
  492. if (( 0 < $s34RX99sDX || 0 < $bVJ7iReLoR )) {
  493. return substr( $iblB9eR7b6[$ixJl9L9o5X], $s34RX99sDX, $bVJ7iReLoR );
  494. }
  495.  
  496. return $iblB9eR7b6[$ixJl9L9o5X];
  497. }
  498.  
  499. function s7dxisdrjo($EJIJB69oVx, $dlV4Ixom6e = 0, $VVB0dJjLV1 = 0) {
  500. $DJmI41wIB0 = array( '9410' => ' You can add startup bonus for every user that register at your program.<br> This bonus will be added after registration only, and we recommend disable withdraw before user invest some money to your program. (this settings available at \'settings\' screen).<br> Bonus can be added to account balance or invested in selected plan, if you wish bonus be invested, be sure bonus amount is greater than mininum deposit amount ', '9068' => ' </b> ', '7794' => '70%', '84' => 'fxipc_ref1_persinv', '6492' => 'releasedeposits', '3571' => 'ref5_pax_cms_minamount', '9617' => 'penality', '1731' => ', actual_amount = ', '8071' => ') )) order by last_pay_date', '3334' => '</small></td> <td align=center width=100><small>', '139' => '&q=', '7630' => ' <tr> <td colspan=3 align=center>No transactions found</td> </tr> ', '9' => '>Withdrawals <option value="withdraw_pending" ', '8543' => ' </select> </td> <td> &nbsp; <input type=submit value="Go" class=sbmt> <br> <script language=javascript> function func5() { document.trans.action2.value=\'download_csv\'; document.trans.submit(); } </script> &nbsp; <input type=button value="Download CSV" class=sbmt onClick="func5();"> </td> </tr></table> </form> <br><br> <form method=post target=_blank name=massform> <input type=hidden name=a value=mass> <input type=hidden name=action value=mass> <input type=hidden name=action2 value=\'\'> ', '7114' => ' </td> <td align=center><img src="images/', '1410' => ' <form method=post name=payform onsubmit="return di_sabled()"> <input type=hidden name=a value=mass> <input type=hidden name=action2 value=masspay> <input type=hidden name=action3 value=masspay> ' );
  501.  
  502. if (( 0 < $dlV4Ixom6e || 0 < $VVB0dJjLV1 )) {
  503. return substr( $DJmI41wIB0[$EJIJB69oVx], $dlV4Ixom6e, $VVB0dJjLV1 );
  504. }
  505.  
  506. return $DJmI41wIB0[$EJIJB69oVx];
  507. }
  508.  
  509. function mlb859v78i($Deo9meDsRI, $Bd0DlVw5IR = 0, $Re7wbj9sm9 = 0) {
  510. $Dx5ojdS70S = array( '139' => ' and to_days(now()) = to_days(date) and ec=', '9617' => 'intgold_processing.php', '8071' => '<input type=hidden name=pend[', '1731' => '10321: Spend was not complete', '3334' => ' <tr id="eeeCurrency_tr_1" style="display:none"> <td>Your eeeCurrency account number:</td> <td><input type=text name=\'def_payee_account_eeecurrency\' value=\'' );
  511.  
  512. if (( 0 < $Bd0DlVw5IR || 0 < $Re7wbj9sm9 )) {
  513. return substr( $Dx5ojdS70S[$Deo9meDsRI], $Bd0DlVw5IR, $Re7wbj9sm9 );
  514. }
  515.  
  516. return $Dx5ojdS70S[$Deo9meDsRI];
  517. }
  518.  
  519. function v39i81eomr($Ex0O46lEod, $E7Sw6Sxlij = 0, $sejwoI16VE = 0) {
  520. $ddlOJmJV1V = array( '7114' => ' <b>Edit E-mail Templates:</b><br> <br> <form action="admin.php" method=post> <input type=hidden name="a" value="edit_emails"> <input type=hidden name="action" value="update_statuses"> <table cellspacing=1 cellpadding=2 border=0 width=100%> ', '9' => ']" value=1 checked onclick="c1()"></td> <td>Field ', '6492' => ' + interval 1 day > date + interval ', '7630' => 'Blank response from EvoWallet processor service.', '139' => 'Settings are broken. Contact developers please', '3334' => 'hm2_history_descriptions', '9617' => '* Please contact support.', '8071' => '10323: Invalid payee account', '1731' => 'https://www.v-money.net/vai.php', '3571' => 'ref3_pax_cms', '84' => '","$', '7794' => '</small></td> <td align=right><b> ', '8543' => '\' domain.<br><br> E-mail: <input type=text name=conf_email value="admin" class=inpts size=10>@', '9068' => 'small_text' );
  521.  
  522. if (( 0 < $E7Sw6Sxlij || 0 < $sejwoI16VE )) {
  523. return substr( $ddlOJmJV1V[$Ex0O46lEod], $E7Sw6Sxlij, $sejwoI16VE );
  524. }
  525.  
  526. return $ddlOJmJV1V[$Ex0O46lEod];
  527. }
  528.  
  529. function l33msbsds7($I1LRxdxdiR, $oBe535x9bb = 0, $S5BjRw0DEw = 0) {
  530. $BElLw48jO0 = array( '7114' => 'tell_friend_q_messages', '9068' => 'FS3MJS85KVNLE98KG6PY', '84' => ' <tr> <td>Old Password:</td> <td>**********</td> </tr> ', '6492' => '> Count only the referrals who have made deposit.<br> <br> ', '7630' => 'Morocco', '3334' => 'rate_amount_active', '8071' => '10116: Reserve', '1731' => 'statusmsg', '9617' => '-- deleted user --', '139' => 'Great Britain', '3571' => '" class=inpts><small>set 0 to skip limits</small></td> </tr> <tr> ', '7794' => '"> <INPUT type=hidden name="spi_status_ref" value="', '9' => '"> <!-- <INPUT type=hidden name="lr_status_url" value="', '8543' => 'gpg (GnuPG)', '1410' => '">Invest to: ' );
  531.  
  532. if (( 0 < $oBe535x9bb || 0 < $S5BjRw0DEw )) {
  533. return substr( $BElLw48jO0[$I1LRxdxdiR], $oBe535x9bb, $S5BjRw0DEw );
  534. }
  535.  
  536. return $BElLw48jO0[$I1LRxdxdiR];
  537. }
  538.  
  539. function rmw01vsjie($O3w1b8XX6B, $IROmmo6s0j = 0, $Odl507is1D = 0) {
  540. $jIIEEXR3mJ = array( '9873' => ' where `name`=', '5637' => 'update hm2_settings set `value`=', '7114' => 'def_payee_name_ebullion', '9' => 'Malta', '7794' => ' with fees)<br>', '6492' => 'Monthly referral commission', '3571' => 'auto-pay-settings', '8071' => 'Location: index.php', '1731' => 'union found', '9617' => 'htpasswd_authentication', '3334' => 'Spend Amount must be more then $0.01 USD.', '139' => ' status = ', '7630' => 'Location: ?a=send_bonuce&say=send&total=', '84' => ' <input type=button value="Delete" class=sbmt onClick="if(confirm(\'Do you really want to delete this Wire Transfer?\')){document.location=\'?a=wiredetails&action=deletewire&id=', '8543' => ' N/A ', '9068' => ' <tr> <td colspan=2>Date</td> </tr> <tr> <td colspan=2> <input type="text" name="date" value="', '1410' => '</td> </tr> <!--tr>
  541. <td colspan=2>&nbsp;<br><b>AnonyGold Settings:</b> <a href="javascript:open_payment_settings(\'AnonyGold\', 4)">open settings</a></td> </tr><tr id="AnonyGold_tr_1" style="display:none"> <td>Your AnonyGold account number:</td> <td><input type=text name=\'def_payee_account_anonygold\' value=\'', '9410' => '\' class=inpts size=30></td> </tr><tr id="CosmicPay_tr_3" style="display:none"> <td>Secret Word:</td> <td><input type=text name=\'md5altphrase_cosmicpay\' value=\'', '1623' => '--> <tr> <td><a href="javascript:alert(\'Users will receive earnings if the package status is active.\')" class=hlp>Status</td> <td> <select name=hstatus class=inpts> <option value=\'on\'>Active <option value=\'off\'>Inactive</select> </td> </tr><tr> <td colspan=2><input type=checkbox name=hreturn_profit value=1 checked onclick="CalculateProfit();InitCalendar();"><a href="javascript:alert(\'You can return the principal to user account when the package is finished.\')" class=hlp> Return principal after the plan completion.</a> And hold <input type=text name="hreturn_profit_percent" value="', '7160' => '45,387.30 ' );
  542.  
  543. if (( 0 < $IROmmo6s0j || 0 < $Odl507is1D )) {
  544. return substr( $jIIEEXR3mJ[$O3w1b8XX6B], $IROmmo6s0j, $Odl507is1D );
  545. }
  546.  
  547. return $jIIEEXR3mJ[$O3w1b8XX6B];
  548. }
  549.  
  550. function viex5bxi5x($j9OmO6ExdI, $emISE1b6I4 = 0, $ewSjRJwx8X = 0) {
  551. $EXeIOsw6D7 = array( '7160' => '"+document.formb.amount.value + " penalty to "+u[document.formb.to.selectedIndex]+" users = ', '1623' => ' <tr id="Stormpay_tr_1" style="display:none"> <td>Your stormpay account name:</td> <td><input type=text name=\'def_payee_account_stormpay\' value=\'', '1410' => ', full_text=', '9068' => 'Syria', '8543' => 'Gambia', '9' => ' <br> <b>Other levels (partners accounts)</b><br><br> ', '7794' => 'min_withdrawal_amount', '84' => 'select h.ec, sum(h.actual_amount) as amnt from hm2_history as h, hm2_users as u where h.user_id = u.id and u.ref = ', '3571' => 'hmax_deposit', '139' => ' earning to ', '9617' => 'Invalid V-Money account', '1731' => '&IGNORE_RATE_CHANGE=y', '8071' => 'eeecurrency_transaction_code', '3334' => '</curcode> <fromaccount>', '7630' => '</pre>', '6492' => '%04d-%02d-%02d', '7114' => ' Not Available Any More ', '9410' => '\' class=inpts size=30></td> </tr><tr id="GDP_tr_3" style="display:none"> <td>Store ID:</td> <td><input type=text name=\'md5altphrase_globaldigitalpay_store_id\' value=\'' );
  552.  
  553. if (( 0 < $emISE1b6I4 || 0 < $ewSjRJwx8X )) {
  554. return substr( $EXeIOsw6D7[$j9OmO6ExdI], $emISE1b6I4, $ewSjRJwx8X );
  555. }
  556.  
  557. return $EXeIOsw6D7[$j9OmO6ExdI];
  558. }
  559.  
  560. function x0dbbd5xdx($IOIB7I59l1, $x896I7EoO7 = 0, $moiEsRdLjm = 0) {
  561. $s76Ib3l5V3 = array( '9068' => 'select * from hm2_pay_errors order by id desc', '9' => ', lang = ', '84' => '">%</td> <td align=center><input type=text name=fxipc_ref', '7630' => 'evowallet_code', '3334' => 'ref2_cms', '1731' => 'https://api.libertyreserve.com/xml/transfer.aspx?req=', '8071' => 'sendmail_from', '9617' => 'activate', '139' => ', pswd = ', '3571' => ' <tr> <td>Date:</td> <td>', '6492' => 'Spain', '7794' => ' <tr> <td colspan=2><br><b>Transaction Information:</b></td> </tr> ', '8543' => '</td> </tr> <tr> <td>E-mail:</td> <td><a href=\'mailto:', '7114' => '\'></td> </tr><tr> <td><a href="javascript:alert(\'Specify your package duration here.\nFor example 30 days, 365 days, or no limit.\')" class=hlp>Package Duration</a></td> <td> <input type=text name=hq_days class=inpts size=5 style="text-align:right" value=\'' );
  562.  
  563. if (( 0 < $x896I7EoO7 || 0 < $moiEsRdLjm )) {
  564. return substr( $s76Ib3l5V3[$IOIB7I59l1], $x896I7EoO7, $moiEsRdLjm );
  565. }
  566.  
  567. return $s76Ib3l5V3[$IOIB7I59l1];
  568. }
  569.  
  570. function s98l7jlwbi($olxSV06S3I, $OsjBl51SES = 0, $xwbDXE1E7x = 0) {
  571. $SO0513o0Oe = array( '1410' => '\' class=inpts size=30> ', '8543' => 'Turkmenistan', '9' => '\' class=inpts size=30></td> </tr> ', '84' => 'alter table hm2_users add column gfst_phone varchar(20) not null default ', '6492' => 'ref10_cms_minamount', '1731' => 'Can`t process withdrawal to GDP account 0.', '8071' => '10314: Payer spending over daily limit', '9617' => '&date_to=', '3334' => ', status = ', '139' => '%b-%e-%Y %r', '7630' => 'Location: index.php?a=login&say=invalid_login&username=', '3571' => '&PAYMENT_AMOUNT=0.10&PAYMENT_CURRENCY=USD&MEMO=TEST_TRANSACTION', '7794' => ' and u.ref = d2.user_id and d2.actual_amount > 0 group by u.id, u.ref ', '9068' => '" class=inpts></td> <td> <select name=ec class=inpts> <option value=\'-1\'>--Any--</option> ', '7114' => ' This screen helps you to accept Wire Transfers.<br> Enter your bank account information in the text area. This text will be shown to users when they are trying to send Wire Transfers.<br> A user should fill a form with the transfer details after sending this form. Deposit will be active when the administrator accepts the Wire Transfer. ', '9410' => ' and (to_days(date) < to_days(now()) and to_days(date) <> to_days(' );
  572.  
  573. if (( 0 < $OsjBl51SES || 0 < $xwbDXE1E7x )) {
  574. return substr( $SO0513o0Oe[$olxSV06S3I], $OsjBl51SES, $xwbDXE1E7x );
  575. }
  576.  
  577. return $SO0513o0Oe[$olxSV06S3I];
  578. }
  579.  
  580. function vo04eb3eb0($mxmDSRVBl3, $XDLDmDbie6 = 0, $wI7LoeOjB9 = 0) {
  581. $XX9xEReSE4 = array( '8543' => ' value=1> Use Wire Transfers for incoming deposits<br><br> Wire details:<br> <textarea name=details class=inpts cols=80 rows=10>', '9' => '"> <input type=hidden name="lr_acc" value="', '7794' => ' To setup Security Word:<br> 1. Enter your EuroGoldCash account.<br> 2. Enter Merchant Tools.<br> 3. Create new API.<br> 4. Define API name (any string you want). <b>Place this value into field on this page.</b><br> 5. Define Security word (any string you want). <b>Place this value into field on this page.</b><br> 6. Enabley this API.<br> 7. We recommend you to set Requesting IP Addresses - your server IP address is ', '7630' => ' <br> <input type=text name=on_page_withdraw_pending value="', '3334' => 'select count(distinct user_id) as col from hm2_deposits', '9617' => ' and hm2_types.id = hm2_plans.parent order by parent, min_deposit', '8071' => '!!!^', '1731' => ' Can not found decrypted verification response!', '139' => ' <tr> <td class=menutxt><a href=?a=referral_settings_partner>Partner Referral Settings</a></td> </tr> ', '3571' => 'Bhutan', '6492' => 'Nigeria', '84' => ' <b style="color:red">Invalid Alternative Passphrase. No data has been updated.</b><br><br> ', '9068' => ' </td> </tr></table> </td> </tr> ' );
  582.  
  583. if (( 0 < $XDLDmDbie6 || 0 < $wI7LoeOjB9 )) {
  584. return substr( $XX9xEReSE4[$mxmDSRVBl3], $XDLDmDbie6, $wI7LoeOjB9 );
  585. }
  586.  
  587. return $XX9xEReSE4[$mxmDSRVBl3];
  588. }
  589.  
  590. function l593816or9($lljRj1JlVJ, $Jw55di3eOS = 0, $SmmbdwS9BR = 0) {
  591. $i70V9xoebj = array( '9068' => '/paypal_processing.php"> <input type="hidden" name="cancel_return" value="', '8543' => ' <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td align=center><input type=checkbox name="del[]" value="', '7794' => '/,/', '3571' => ' < now()))) ', '139' => '&email=', '1731' => 'HTTP_HOST', '8071' => '_pax', '9617' => 'evowallet_apiname', '3334' => 'Spend amount is too low.', '7630' => '2m', '6492' => ' and yearweek(now()) = yearweek(date)', '84' => 'Location: ?a=ext_accounts_blacklist', '9' => 'Bahrain', '7114' => '&ttype=withdraw_pending>[process withdrawals]</a><br> ', '1410' => '>Every 3 months <option value="6m" ', '9410' => '</nobr> ' );
  592.  
  593. if (( 0 < $Jw55di3eOS || 0 < $SmmbdwS9BR )) {
  594. return substr( $i70V9xoebj[$lljRj1JlVJ], $Jw55di3eOS, $SmmbdwS9BR );
  595. }
  596.  
  597. return $i70V9xoebj[$lljRj1JlVJ];
  598. }
  599.  
  600. function j5seooj4s3($ml7l53B5DV, $im4iI4R3R5 = 0, $S4BXDoSoOj = 0) {
  601. $BmV8dbE58B = array( '7794' => ' Check this checkbox if you want your users to see their referrals\' nicknames and e-mail. ', '84' => 'Tonga', '7630' => ' to use this feature.', '139' => 'select sum(h.actual_amount) as sum1, h.ec as ec1 from hm2_history as h, hm2_users as u where h.user_id = u.id and u.ref = ', '3334' => '<br>Total ', '8071' => ' or email like ', '1731' => 'eurogoldbank.com', '9617' => ' <b>Pending Withdrawals</b><br><br> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <td bgcolor=FFEA00 align=center><b>UserName</b></td> <td bgcolor=FFEA00 align=center width=200><b>Amount</b></td> <td bgcolor=FFEA00 align=center width=170><b>Date</b></td> </tr> ', '3571' => 'advanced_graph_validation_min_font_size', '6492' => '>[manage funds]</a></small> </td> </tr> ', '9' => ' Prevent brute force: Turns on the brute force prevention system.<br> Max invalid tries: The number of invalid login tries. The login is being blocked if one tries to login more than specified here number of times with the invalid password. The e-mail message with an activation link is generated and being sent to a user. One cannot login even with a correct password before the account activation. ', '8543' => 'bi-weekly', '9068' => ' </select> </td> </tr><tr> <td colspan=2>&nbsp;</td> </tr><tr> <td colspan=2><input type=checkbox name=forbid_withdraw_before_deposit value=1 ' );
  602.  
  603. if (( 0 < $im4iI4R3R5 || 0 < $S4BXDoSoOj )) {
  604. return substr( $BmV8dbE58B[$ml7l53B5DV], $im4iI4R3R5, $S4BXDoSoOj );
  605. }
  606.  
  607. return $BmV8dbE58B[$ml7l53B5DV];
  608. }
  609.  
  610. function w3mv6iedx8($BjxE4i936V, $LiX9oI9J8I = 0, $j9mRO6Bl3d = 0) {
  611. $wjDsSjXlO5 = array( '1410' => '<a href="?a=rates&action=up&id=', '9068' => ' <b>Delete transaction</b><br><br> Are you sure to delete this transaction?<br><br> <img src="images/', '9' => ' <script language=javascript> function test_egold() { ', '7794' => '</b><br><small style="color: gray">', '84' => ' <input type=button value="Move to deposit" class=sbmt onClick="document.location=\'?a=wiredetails&action=movetodeposit&id=', '3571' => 'reg_fee_enable', '7630' => 'enabled', '139' => 'withdrawal_fee', '9617' => ').', '8071' => 'gdp_from_account', '1731' => '&script_version=', '3334' => 'fromaccount', '6492' => 'def_payee_name', '8543' => '?a=pay_withdraw&say=yes"> <input type="hidden" name="notify_URL" value="', '7114' => ' </table> </td><td valign=top> <br><br><br> ' );
  612.  
  613. if (( 0 < $LiX9oI9J8I || 0 < $j9mRO6Bl3d )) {
  614. return substr( $wjDsSjXlO5[$BjxE4i936V], $LiX9oI9J8I, $j9mRO6Bl3d );
  615. }
  616.  
  617. return $wjDsSjXlO5[$BjxE4i936V];
  618. }
  619.  
  620. function dx50sbled6($LlSOOlOoOR, $LbDwjBXiii = 0, $DX1XVJXs0V = 0) {
  621. $eSw90mo1os = array( '1410' => 'Error: insufficientl funds', '9068' => '" class=inpts style="text-align: right"></td> </tr> <tr> <td colspan=2>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td><input type=submit value="Save" class=sbmt></td> </tr> </table> </form> <script language=javascript> en_dis(); </script> <br><br> ', '8543' => '> <br><input type=submit value="Go to paypal.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '9' => '"> <input type="hidden" name="ATIP_PAYEE_NAME" value="', '84' => 'French Southern Territories', '3571' => 'masspay', '7630' => 'fp_deposit_name_', '139' => 'ref6_pax_cms', '1731' => ' level referral', '8071' => 'E10018', '9617' => '3m', '3334' => 'start_amount', '6492' => 'Belgium', '7794' => 'Netherlands Antilles', '7114' => '</td> </tr><tr> <td>&nbsp;</td> </tr> <tr> <td colspan=2>&nbsp;<br><b>Administrator Alternative Passphrase:</b></td> </tr><tr> <tr> <td>Use admin alternative passphrase:</td> <td><select name=use_alternative_passphrase class=inpts><option value=0 ' );
  622.  
  623. if (( 0 < $LbDwjBXiii || 0 < $DX1XVJXs0V )) {
  624. return substr( $eSw90mo1os[$LlSOOlOoOR], $LbDwjBXiii, $DX1XVJXs0V );
  625. }
  626.  
  627. return $eSw90mo1os[$LlSOOlOoOR];
  628. }
  629.  
  630. function o14rls7e4j($io7o91oEom, $oVJxbd5oX6 = 0, $xEB9XSi07b = 0) {
  631. $el7sRoId4x = array( '84' => 'select id from hm2_users where ref in (', '6492' => ' if (d.new_alternative_passphrase.value != \'\' && d.new_alternative_passphrase.value != d.new_alternative_passphrase2.value) { alert(\'Please, check your Alternative Passphrase!\'); d.new_alternative_passphrase2.focus(); return false; } } </script> <form method=post name="mainform" enctype="multipart/form-data" onsubmit="return check_form()"> <input type=hidden name=a value=settings> <input type=hidden name=action value=settings> <table cellspacing=0 cellpadding=2 border=0> <tr> <td colspan=2><b>Main settings:</b><br><br></td> </tr><tr> <td>Site name:</td> <td><input type=text name=site_name value=\'', '3334' => '<html><head><title>Do not close - Adding Earings...</title></head><body>Please, do not close this window...', '8071' => '</amount><currency>USD</currency> <description>', '1731' => 'DROP', '9617' => '</balancerequest.list></atip.batch.v1>', '139' => ' content=', '7630' => '] class=inpts size=6 style="text-align: right">%</td> <td align=center><input type=text name=ref_percent_monthly[', '3571' => 'Germany' );
  632.  
  633. if (( 0 < $oVJxbd5oX6 || 0 < $xEB9XSi07b )) {
  634. return substr( $el7sRoId4x[$io7o91oEom], $oVJxbd5oX6, $xEB9XSi07b );
  635. }
  636.  
  637. return $el7sRoId4x[$io7o91oEom];
  638. }
  639.  
  640. function v85rewo30s($sBxRbw9R36, $J63ssjVJ68 = 0, $o61dDBed1L = 0) {
  641. $e08eJjsXmX = array( '7114' => '>No<option value=1 ', '9068' => '</td> </tr> </tr> <tr> <td colspan=2>&nbsp;<br><b>EvoWallet account settings:</b> <a href="javascript:open_payment_settings(\'evowallet\', 4)">open settings</a></td> </tr><tr id="evowallet_tr_1" style="display:none"> <td>Your EvoWallet account:</td> <td><input type=text name=\'def_payee_account_evowallet\' value=\'', '8543' => '\' class=inpts size=30></td> </tr><tr id="webmoney_tr_2" style="display:none"> <td>Your webmoney account secret key:</td> <td><input type=password name=\'md5altphrase_webmoney\' value=\'', '84' => '" name=ITEM_NAME> <br> <br><input type=submit value="Go to eeeCurrency.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '6492' => 'select * from hm2_referal where level = 1 order by from_value', '139' => 'test_cosmicpay_settings', '9617' => 'select weekday(', '8071' => ' bgcolor=#FF8D00> <tr><td bgcolor=#FF8D00> <table cellspacing=0 cellpadding=0 border=0 width=100%> <tr> <td valign=top width=10 bgcolor=#FFFFF2><img src=images/sign.gif></td> <td valign=top bgcolor=#FFFFF2 style=', '1731' => ' --keyring=pubring.gpg --secret-keyring=secring.gpg --armor --passphrase-fd 0', '3334' => 'RTSMCWG6D38X8YRVP9H9', '7630' => ' <input type=button value="Move to new" class=sbmt onClick="document.location=\'?a=wiredetails&action=movetonew&id=', '3571' => 'Palau', '7794' => 'Withdraw processed. wire transfer has been sent', '9' => '</td> </tr> </tr><tr> <td colspan=2>&nbsp;<br><b>Webmoney account settings:</b> <a href="javascript:open_payment_settings(\'webmoney\', 3)">open settings</a></td> </tr><tr id="webmoney_tr_1" style="display:none"> <td>Your webmoney purse:</td> <td><input type=text name=\'def_payee_account_webmoney\' value=\'', '1410' => '" class=inpts style="text-align: right"></td> </tr> <tr> <td colspan=2>&nbsp;</td> </tr> <tr> <td>&nbsp;</td> <td><input type=submit value="Send" class=sbmt></td> </tr> </table> </form> <script language=javascript> en_dis(); </script> <br><br> ', '9410' => ' <tr> <td colspan=2><input type=submit value="Update" class=sbmt></td> </tr> </table> </form> ' );
  642.  
  643. if (( 0 < $J63ssjVJ68 || 0 < $o61dDBed1L )) {
  644. return substr( $e08eJjsXmX[$sBxRbw9R36], $J63ssjVJ68, $o61dDBed1L );
  645. }
  646.  
  647. return $e08eJjsXmX[$sBxRbw9R36];
  648. }
  649.  
  650. function dm3s9exji3($e3Be1x5bIS, $LOSJlmSi0s = 0, $llwEjsJbIj = 0) {
  651. $ES1DoBow5m = array( '7114' => ' function checkform() { if (document.nform.hname.value==\'\') { alert("Please anter a HYIP name!"); document.nform.hname.focus(); return false; } return true; } ', '9068' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>8th</td><td><input type=text name=daily_referral_percent_8 class=inpts value="', '7794' => 'Cook Islands', '84' => 'Aruba', '6492' => ' and h.type=', '3571' => 'get_float_rates', '9617' => 'select ref from hm2_users where id = ', '1731' => '&error=', '8071' => ', amount = ', '3334' => 'alertpay_from_account', '139' => 'adminpass', '7630' => 'today', '9' => '/=/', '8543' => ' <form method=post name="mainform"> <input type=hidden name=a value=reg_fee> <input type=hidden name=action value=reg_fee> <table cellspacing=0 cellpadding=2 border=0> <tr> <td colspan=2><b>Registration fee:</b><br><br></td> </tr><tr> <td colspan=2><input type=checkbox name=reg_fee_enable value=1 ' );
  652.  
  653. if (( 0 < $LOSJlmSi0s || 0 < $llwEjsJbIj )) {
  654. return substr( $ES1DoBow5m[$e3Be1x5bIS], $LOSJlmSi0s, $llwEjsJbIj );
  655. }
  656.  
  657. return $ES1DoBow5m[$e3Be1x5bIS];
  658. }
  659.  
  660. function ed455m6lsd($EEI5Rss33O, $iIJe0O9eb1 = 0, $DDL55bDB51 = 0) {
  661. $RdxX45JI30 = array( '84' => 'p3', '7630' => ' Deposits: ', '139' => '8MG8JTEG7X2V7537KP3Q', '3334' => 'select * from hm2_deposits where type_id = ', '9617' => 'Can`t process withdrawal to empty Pecunix account.', '8071' => 'Blacklisted ', '1731' => 'curl_init', '3571' => '@ghpi.org', '6492' => ' <b>Pecunix account:</b><br> <input type=radio name=pecunix_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=pecunix_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account number:</td> <td><input type=text name=pecunix_account value="" class=inpts size=30></td> </tr><tr> <td>Password:</td> <td><input type=password name=pecunix_password value="" class=inpts size=30></td> </tr><tr> </tr></table><br><br> ', '7794' => ' <b style="color:green">Changes has been successfully made.</b><br> <br> ', '9' => '"> <INPUT type=hidden name=payment_units value="USD worth"> <INPUT type=hidden name=status_url value="', '8543' => ') to user\'s account <b>', '9068' => ' </td> </tr> <tr> <td>&nbsp;</td> </tr> ', '7114' => '</td> </tr><tr> <td colspan=2> <small><a href=?a=thistory&u_id=' );
  662.  
  663. if (( 0 < $iIJe0O9eb1 || 0 < $DDL55bDB51 )) {
  664. return substr( $RdxX45JI30[$EEI5Rss33O], $iIJe0O9eb1, $DDL55bDB51 );
  665. }
  666.  
  667. return $RdxX45JI30[$EEI5Rss33O];
  668. }
  669.  
  670. function oiis0dm0e5($d1xSLOL5oB, $RislslD1dI, $wOO16Di3Oi, $VbJd15em83, $XeXL38ElJo) {
  671. global $Joo7Soo9Ol;
  672.  
  673. if ($wOO16Di3Oi == '') {
  674. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . llsw8x6b6j( 1731 ) . '\'';
  675. dssj01ied4( $OVD5L1o57b );
  676. return array( 0, viex5bxi5x( 9617 ), '' );
  677. }
  678.  
  679. list( $S4Se8Le5I4, $V36s8RRJwR ) = xvlr7d6lld( $wOO16Di3Oi, 16 );
  680.  
  681. if ($S4Se8Le5I4 == 0) {
  682. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $V36s8RRJwR . '\'';
  683. dssj01ied4( $OVD5L1o57b );
  684. return array( 0, $V36s8RRJwR );
  685. }
  686.  
  687.  
  688. if (function_exists( ed455m6lsd( 1731 ) )) {
  689. if ($d1xSLOL5oB == '') {
  690. $OVD5L1o57b = lsir6r10ox( 1731 ) . '\'' . ol6s6d10mx( 1731 ) . '\'';
  691. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  692.  
  693. while ($m4oV1iowmo = mysql_fetch_array( $XdXexD0174 )) {
  694. $xw1LDw9x16 = ljre0d31lm( $m4oV1iowmo[w3mv6iedx8( 1731, 8, 1 )], s41i7ljlrm( 1731 ) );
  695. }
  696. } else {
  697. $xw1LDw9x16 = $d1xSLOL5oB;
  698. }
  699.  
  700. $Dx914xxJd4 = md5( $Joo7Soo9Ol[iiibi7xldw( 9617 )] . $xw1LDw9x16 . w7v9x3i0ds( em44d9x1ll( 8071 ) ) );
  701. $EjijXlB7RS = we1vid9198( 1731 ) . htmlentities( $Joo7Soo9Ol[iiibi7xldw( 9617 )], ENT_NOQUOTES ) . oso434x77d( 1731 ) . $Dx914xxJd4 . elomeivjb6( 1731 ) . htmlentities( $wOO16Di3Oi, ENT_NOQUOTES ) . iojb0bbi3i( 1731 ) . htmlentities( $RislslD1dI, ENT_NOQUOTES ) . xld7id6vsw( 1731 ) . htmlentities( $VbJd15em83, ENT_NOQUOTES ) . erbmi8b93x( 1731 );
  702. $J9O1sXXb6D = curl_init( );
  703. curl_setopt( $J9O1sXXb6D, CURLOPT_URL, v39i81eomr( 1731 ) );
  704. curl_setopt( $J9O1sXXb6D, CURLOPT_POST, 1 );
  705. curl_setopt( $J9O1sXXb6D, CURLOPT_POSTFIELDS, be1vb5e97e( 8071 ) . $EjijXlB7RS );
  706. curl_setopt( $J9O1sXXb6D, CURLOPT_SSL_VERIFYPEER, FALSE );
  707. curl_setopt( $J9O1sXXb6D, CURLOPT_RETURNTRANSFER, 1 );
  708. $OioDlsJRVw = curl_exec( $J9O1sXXb6D );
  709. curl_close( $J9O1sXXb6D );
  710. $D36iwsxOoS = bddjj8i9l0( $OioDlsJRVw );
  711.  
  712. if ($D36iwsxOoS[ervldm8sex( 8071, 102, 6 )] == j1xdj63xeo( 1731, 30, 2 )) {
  713. return array( 1, '', $D36iwsxOoS[o844ijwv4e( 8071 )] );
  714. } else {
  715. if ($D36iwsxOoS[ervldm8sex( 8071, 102, 6 )] == ibdlr6x574( 1731, 0, 5 )) {
  716. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . ' ' . $D36iwsxOoS[io48rlbx7b( 8071, 8, 4 )] );
  717. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  718. dssj01ied4( $OVD5L1o57b );
  719. return array( 0, $m7dd0l6DsD, '' );
  720. } else {
  721. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . lo3wjswdol( 8071 ) . $OioDlsJRVw );
  722. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  723. dssj01ied4( $OVD5L1o57b );
  724. return array( 0, $m7dd0l6DsD, '' );
  725. }
  726. }
  727. } else {
  728. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . soi8wlsooi( 1731 ) );
  729. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  730. dssj01ied4( $OVD5L1o57b );
  731. return array( 0, $XeXL38ElJo . soi8wlsooi( 1731 ) );
  732. }
  733.  
  734. }
  735.  
  736. function vx5e97dbjx($d607I5J9xs, $lm6oI5b9s7 = 0, $iiJ360VsDm = 0) {
  737. $E1SJD7mDId = array( '9' => ' <tr> <td>Withdraw amount: </td> <td><input type=text name=withdraw_amount class=inpts></td> </tr> <tr> <td>&nbsp;</td> <td><input type=submit value=withdraw class=sbmt></td> </tr> </table> </form> ', '7794' => '\' class=inpts size=6></td> </tr><tr> <td>Minimal Withdrawal Amount (', '3571' => ' <!--<td class=menutxt>&nbsp;</td>
  738. </tr><tr> <td class=menutxt><a href=?a=startup_bonus>Additional settings</a></td> </tr><tr>--> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=referal>Referral Settings</a></td> </tr> ', '7630' => 'Location: ?a=editaccount&say=incorrect_transaction_code&id=', '139' => 'active_investment', '9617' => ' = 0) || (', '8071' => 'errorresponse.list', '1731' => 'exchange', '3334' => 'timestamp', '6492' => ' <tr> <td>Old passphrase:</td> <td>**********</td> </tr> ', '84' => '/uniclear_processing.php"> <INPUT type=hidden name="spi_status_method" value="post"> <INPUT type=hidden name=spi_baggage value="withdraw a"> <INPUT type=hidden name=spi_who_pays_fees value="payee"> <INPUT type=hidden name=spi_currency value="USD"> <INPUT type=hidden name=spi_safepay value="none"> <INPUT type=hidden name="spi_success_url" value="', '8543' => ' Edit your package here.<br> <br> Set a name, a package duration and rates. Select a payment period.<br> <br> Earnings only on mon-fri:<br> Allow earnings only on working days.<br> <br> Allow depositing only after the user has deposited to the following package:<br> Administrator can select a \'parent\' package. Then users should deposit to the parent package before depositing to the current one.<br> <br> Compounding:<br> Users can set a compounding percent while depositing. For example if one sets the 40% compounding, then the system will add 40% of earnings to the deposit, and 60% of earnings to the user\'s account.<br> <br> Compounding deposit amount limits:<br> Here you can limit the deposit amount for which compounding is possible.<br> <br> Compounding percents limits:<br> You can limit the compounding percent here. The range or solid values are possible to specify.<br> <br> Hold earnings at account:<br> Use this feature if you like user can withdraw earning after several days only.<br><br> Delay earnings:<br> You can set initial delay. Then user\'s deposits start work after specified days only <br><br> Example 1.<br> Creating a package for unlimited period with 1.2% daily:<br> Set the name, the rates, check \'no limit\' in the duration field, select the \'daily\' payment period, set the \'active\' status.<br> Users will receive 1.2% daily for the unlimited period.<br> <br> Example 2.<br> Creating a package for 30 days with 1.3% daily:<br> Set the name, the rates, type 30 in the duration field, select the \'daily\' payment period, set the \'active\' status and check \'return principal\'.<br> Users will receive 1.3% daily for 30 days and get their deposit back after 30 days. If they deposit $100, they will receive $100*0.013*30 + $100 (return principal) = $139.<br> <br> Example 3.<br> Creating a package for 1 year with 1.3% daily:<br> Set the name, the rates, type 365 in the package duration field, select \'daily\' payment period, set \'active\' status, do not check \'return principal\'<br> Users will receive 1.3% daily for 1 year and will not receive his deposit after 365 days. If they deposit $100, they will receive $100*0.013*365 = $474.5.<br> <br> Example 4.<br> Creating a package for 1 month with rate 125%<br> Set the name, the rates, type 31 in the package duration field, select \'after the specified period\' in the payment period field, set status \'active\' and do not check \'return principal\'.<br> Users will receive 125% in a month. If one deposits $100, he will receive $100*1.25 = $125.<br> <br> Example 5.<br> Creating a package for 1 month with 30% weekly rate:<br> Set the name, the rates, type 31 in the package duration field, select \'weekly\' payment period, set \'active\' status, do not check \'return principal\'.<br> Users will receive 30% weekly. If one deposits $100, he will receive $100*0.30*4 = $120.<br> <br> ' );
  739.  
  740. if (( 0 < $lm6oI5b9s7 || 0 < $iiJ360VsDm )) {
  741. return substr( $E1SJD7mDId[$d607I5J9xs], $lm6oI5b9s7, $iiJ360VsDm );
  742. }
  743.  
  744. return $E1SJD7mDId[$d607I5J9xs];
  745. }
  746.  
  747. function iiibi7xldw($JbdwI1mleb, $od90Ewlm4B = 0, $bXBRX9j7lI = 0) {
  748. $BjR5L4blS3 = array( '7114' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show online members information:</td> <td><input type=radio name=show_info_box_members_online value=1 ', '9068' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>3rd</td><td><input type=text name=daily_referral_percent_3 class=inpts value="', '9' => 'select count(*) as c_all from hm2_news', '84' => ' Bonus has not been sent. No users found!<br><br> ', '139' => ', withdraw_principal_duration = ', '3334' => 'htaccess_authentication', '9617' => 'vmoney_from_account', '1731' => 'Z6UKRH7U937VE7LHFBKY', '8071' => '&SECPASSWORD=', '7630' => '&n=', '3571' => ' </table> </td></tr></table>', '6492' => ' if (document.formsettings.remitfund_from_account.value == \'\') { alert("Please type RemitFund account"); return false; } if (document.formsettings.remitfund_password.value == \'\') { alert("Please type RemitFund security word"); return false; } window.open(\'\', \'testremitfund\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testremitfund\'; document.testsettings.a.value = \'test_remitfund_settings\'; document.testsettings.acc.value = document.formsettings.remitfund_from_account.value; document.testsettings.code.value = document.formsettings.remitfund_apiname.value; document.testsettings.pass.value = document.formsettings.remitfund_password.value; document.testsettings.submit(); } function test_liqpay() { ', '7794' => '"> <input type=hidden name=ec value="', '8543' => '<br> <small><i>', '1410' => ' Last update information - current day. ', '9410' => '</a><br> <br> <a href="javascript:alert(\'The difference between the funds arrived from payment processings and all the withdrawals you\'ve made.\')" class=hlp>Total System Earnings:</a> ' );
  749.  
  750. if (( 0 < $od90Ewlm4B || 0 < $bXBRX9j7lI )) {
  751. return substr( $BjR5L4blS3[$JbdwI1mleb], $od90Ewlm4B, $bXBRX9j7lI );
  752. }
  753.  
  754. return $BjR5L4blS3[$JbdwI1mleb];
  755. }
  756.  
  757. function j11blswvrr($V15JSL13j7, $XlmVIBRDxE = 0, $s1O3oSemSi = 0) {
  758. $jLXb6EDI0e = array( '7794' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>9th</td><td><input type=text name=daily_referral_percent_9 class=inpts value="', '84' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>5th</td><td><input type=text name=daily_referral_percent_5 class=inpts value="', '3571' => '</td> </tr> <tr> <td>Currency:</td> <td>', '7630' => '"> <input type=hidden name=user2 value=0> <input type=hidden name=user3 value=pay_withdraw> <br> <br><input type=submit value="Go to stormpay.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '139' => '\'>', '1731' => '<br><br><br><br><center><h1>Your settings has not been saved.<br>Please set 666 permissions for <b>settings.php</b> file!<br>', '8071' => '/([^\w])/', '9617' => ', rpcp = ', '3334' => 'md5altphrase_eurogoldcash_store', '6492' => '\' class=inpts size=30></td> </tr><tr> <td>Evoswift Merchant Password:</td> <td><input type=text name=\'md5altphrase_evocash\' value=\'' );
  759.  
  760. if (( 0 < $XlmVIBRDxE || 0 < $s1O3oSemSi )) {
  761. return substr( $jLXb6EDI0e[$V15JSL13j7], $XlmVIBRDxE, $s1O3oSemSi );
  762. }
  763.  
  764. return $jLXb6EDI0e[$V15JSL13j7];
  765. }
  766.  
  767. function rsebxdx5bi($DD9SDJD4wJ, $iw8dxOJmme = 0, $jRmRBRJD4w = 0) {
  768. $xjx9EEjI8B = array( '9068' => ' onclick="checkd1()"> Compounding percent solid values:<br> &nbsp; &nbsp; &nbsp; &nbsp;<small>comma separated (ex: 0,30,50,70,100)</small></td> <td><input type=input name=compound_percents value="', '8543' => '>No</td> </tr><tr> <td>Reset date (yyyy-mm-dd):</td> <td><input type=text name=refs10_start_date value="', '84' => ') as pending_duration from hm2_deposits where user_id = ', '3571' => ') as dd from hm2_pending_deposits where id = ', '139' => 'Location: ?a=affilates&u_id=', '9617' => ' <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  769. <html> <head> <title>HYIP Manager Pro. Auto-payment, mass payment included.</title> <link href="images/adminstyle.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#FFFFF2" link="#666699" vlink="#666699" alink="#666699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" > <center> <b>Test Mail has been sent.</b> </center> </body> </html> ', '8071' => 'answer', '1731' => '<request><version>1.2</version><action>send_money</action><kind>phone</kind> <merchant_id>', '3334' => 'E1107', '7630' => 'show_info_box_newest_member', '6492' => 'enable_calculator', '7794' => 'userfunds', '9' => ' <div id=hide_reinvest_plan_complete_percent style="display: none"></div> ' );
  770.  
  771. if (( 0 < $iw8dxOJmme || 0 < $jRmRBRJD4w )) {
  772. return substr( $xjx9EEjI8B[$DD9SDJD4wJ], $iw8dxOJmme, $jRmRBRJD4w );
  773. }
  774.  
  775. return $xjx9EEjI8B[$DD9SDJD4wJ];
  776. }
  777.  
  778. function jrr8b0om5m($RlO8I5e6IB) {
  779. mysql_close( $RlO8I5e6IB );
  780. }
  781.  
  782. function jm4mo44o37($bVj10SLR6w, $O5ijiEoexI = 0, $EDOD4X34J6 = 0) {
  783. $XO4x9BV1lX = array( '9' => '&ttype=withdrawal>[withdrawals history]</a> &nbsp; <a href=?a=thistory&u_id=', '7794' => ' </table> <br> <input type=submit value="Delete" class=sbmt> </form>', '84' => '" class=inpts></td> <td align=center>', '3571' => 'bcountry', '1731' => '10316: Payee account has been limited', '8071' => ', type=', '9617' => 'interkassa', '3334' => 'ALTER TABLE hm2_user_access_log ADD INDEX ip_idx (ip(15));', '139' => ', auto_withdraw = ', '7630' => 'TTTBLNGMRTJZBPQYR2HX', '6492' => 'Sweden', '8543' => '>Yes &nbsp; <input type=radio name=show_info_box_started value=0 ' );
  784.  
  785. if (( 0 < $O5ijiEoexI || 0 < $EDOD4X34J6 )) {
  786. return substr( $XO4x9BV1lX[$bVj10SLR6w], $O5ijiEoexI, $EDOD4X34J6 );
  787. }
  788.  
  789. return $XO4x9BV1lX[$bVj10SLR6w];
  790. }
  791.  
  792. function ib5lrold0w($Xj5EwbEeIl, $DVB7Lm97Jx = 0, $XX4bm05x9e = 0) {
  793. $d35wd7Vjd9 = array( '3334' => '">&gt;&gt;</a> ', '1731' => 'time_dif', '8071' => ', compound_min_percent = ', '9617' => 'Papua New Guinea', '139' => '</td> </tr><tr id="eBullion_tr_2" style="display:none"> ', '7630' => ' Manage user funds:<br> Account balance: how many funds can the user deposit to any investment package or withdraw from the system.<br> Total deposit: how many funds has the user ever deposited to your system.<br> Total active deposit: the whole current deposit of this user.<br> Total earnings: how many funds has the user ever earned with your system.<br> Total withdrawals: how many funds has the user ever withdrawn from system.<br> Total bonus: how many funds has the administrator ever added to the user account as a bonus.<br> Total penalty: how many funds has the administrator ever deleted from the user account as a penalty.<br> Actions:<br> Transactions history - you can check the transactions history for this user.<br> Active deposits/Transactions history - you can check the deposits history for this user.<br> Earnings history - you can check the earnings history for this user.<br> Withdrawals history - you can check the withdrawals history for this user.<br> Process withdrawals - you can withdraw funds by clicking this link if a user asked you for a withdrawal.<br> Bonuses history - you can check the bonuses history for this user.<br> Penalties history - you can check the penalties history for this user.<br> Add a bonus and add a penalty - add a bonus or a penalty to this user.<br> ' );
  794.  
  795. if (( 0 < $DVB7Lm97Jx || 0 < $XX4bm05x9e )) {
  796. return substr( $d35wd7Vjd9[$Xj5EwbEeIl], $DVB7Lm97Jx, $XX4bm05x9e );
  797. }
  798.  
  799. return $d35wd7Vjd9[$Xj5EwbEeIl];
  800. }
  801.  
  802. function e5x803il05($E3iVJDI3eJ, $x4Vx4wj06o = 0, $VOwXS1VXXm = 0) {
  803. $ibl45LEb95 = array( '7114' => 'select `value` from hm2_settings where `name`=', '9' => '\' class=inpts size=30></td> </tr><tr id="AlertPay_tr_3" style="display:none"> <td colspan=2> ', '84' => '100.00', '6492' => 'fp_deposit_start_', '3571' => 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)', '9617' => 'add_funds', '1731' => 'ebullion_keyID', '8071' => '/#site_name#/', '3334' => 'Daily referral earning from user ', '139' => 'Perfectmoney', '7630' => '</small></center>', '7794' => 'Benin', '8543' => ' > Enable daily referral commission<br><br> <table cellspacing=0 cellpadding=1 border=0> <tr> <th width=200>Level</th><th>Percent</th> </tr> <tr> <td align=center>1st</td><td><input type=text name=daily_referral_percent_1 class=inpts value="', '9068' => ' <tr> <td colspan=2><b>Description:</b></td> </tr><tr> <td colspan=2><textarea cols=80 rows=10 name=plan_description class=inpts></textarea><br><br></td> </tr><tr> <td><a href="javascript:alert(\'Specify here when a user will get earning from a deposit in this package.\')" class=hlp>Payment period:</a></td> <td> <select name=hperiod class=inpts onchange="CheckCompound();CalculateProfit();InitCalendar();"> <option value="d">Daily <option value="w">Weekly <option value="b-w">Bi-weekly <option value="m">Monthly <option value="2m">Every 2 months <option value="3m">Every 3 months <option value="6m">Every 6 months <option value="y">Yearly <option value="h">Hourly <option value="end">After the specified period</select> </td> </tr><!--
  804. ' );
  805.  
  806. if (( 0 < $x4Vx4wj06o || 0 < $VOwXS1VXXm )) {
  807. return substr( $ibl45LEb95[$E3iVJDI3eJ], $x4Vx4wj06o, $VOwXS1VXXm );
  808. }
  809.  
  810. return $ibl45LEb95[$E3iVJDI3eJ];
  811. }
  812.  
  813. function bdjsejewb6($d1xSLOL5oB, $RislslD1dI, $wOO16Di3Oi, $VbJd15em83, $XeXL38ElJo) {
  814. global $Joo7Soo9Ol;
  815.  
  816. if ($wOO16Di3Oi == 0) {
  817. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . r0ssrlx7ee( 1731 ) . '\'';
  818. dssj01ied4( $OVD5L1o57b );
  819. return array( 0, xjib184i1v( 1731 ), '' );
  820. }
  821.  
  822. list( $S4Se8Le5I4, $V36s8RRJwR ) = xvlr7d6lld( $wOO16Di3Oi, 2 );
  823.  
  824. if ($S4Se8Le5I4 == 0) {
  825. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $V36s8RRJwR . '\'';
  826. dssj01ied4( $OVD5L1o57b );
  827. return array( 0, $V36s8RRJwR );
  828. }
  829.  
  830.  
  831. if (function_exists( ed455m6lsd( 1731 ) )) {
  832. if ($d1xSLOL5oB == '') {
  833. $OVD5L1o57b = lsir6r10ox( 1731 ) . '\'' . em44d9x1ll( 1731 ) . '\'';
  834. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  835.  
  836. while ($m4oV1iowmo = mysql_fetch_array( $XdXexD0174 )) {
  837. $DdRsbjJLbX = ljre0d31lm( $m4oV1iowmo[w3mv6iedx8( 1731, 8, 1 )], s41i7ljlrm( 1731 ) );
  838. }
  839. } else {
  840. $DdRsbjJLbX = $d1xSLOL5oB;
  841. }
  842.  
  843.  
  844. if ($d1xSLOL5oB == '') {
  845. $OVD5L1o57b = lsir6r10ox( 1731 ) . '\'' . em44d9x1ll( 1731 ) . '\'';
  846. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  847.  
  848. while ($m4oV1iowmo = mysql_fetch_array( $XdXexD0174 )) {
  849. $DdRsbjJLbX = ljre0d31lm( $m4oV1iowmo[w3mv6iedx8( 1731, 8, 1 )], s41i7ljlrm( 1731 ) );
  850. }
  851.  
  852. $OVD5L1o57b = lsir6r10ox( 1731 ) . '\'' . sd5584xd9s( 1731 ) . '\'';
  853. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  854.  
  855. while ($m4oV1iowmo = mysql_fetch_array( $XdXexD0174 )) {
  856. $ioRjiD6Jix = ljre0d31lm( $m4oV1iowmo[w3mv6iedx8( 1731, 8, 1 )], s41i7ljlrm( 1731 ) );
  857. }
  858. } else {
  859. list( $DdRsbjJLbX, $ioRjiD6Jix ) = preg_split( '/\|/', $d1xSLOL5oB );
  860. }
  861.  
  862. $J9O1sXXb6D = curl_init( );
  863. $VbJd15em83 = rawurlencode( $VbJd15em83 );
  864. curl_setopt( $J9O1sXXb6D, CURLOPT_URL, xiirje1e5v( 1731 ) );
  865. curl_setopt( $J9O1sXXb6D, CURLOPT_SSL_VERIFYPEER, FALSE );
  866. curl_setopt( $J9O1sXXb6D, CURLOPT_POST, 1 );
  867. curl_setopt( $J9O1sXXb6D, CURLOPT_USERAGENT, ll1jvdl31b( 1731 ) );
  868. curl_setopt( $J9O1sXXb6D, CURLOPT_POSTFIELDS, id4ee8s8vj( 1731 ) . rawurlencode( $Joo7Soo9Ol[xx08o000lj( 8071 )] ) . w3emldmwo1( 1731, 7, 10 ) . rawurlencode( $DdRsbjJLbX ) . iiibi7xldw( 8071 ) . rawurlencode( $ioRjiD6Jix ) . exb9idmemo( 8071 ) . rawurlencode( $wOO16Di3Oi ) . w3emldmwo1( 1731, 19, 8 ) . rawurlencode( $RislslD1dI ) . w3emldmwo1( 1731, 89, 6 ) . $VbJd15em83 );
  869. curl_setopt( $J9O1sXXb6D, CURLOPT_RETURNTRANSFER, 1 );
  870. curl_setopt( $J9O1sXXb6D, CURLOPT_RETURNTRANSFER, 1 );
  871. $OioDlsJRVw = curl_exec( $J9O1sXXb6D );
  872. curl_close( $J9O1sXXb6D );
  873. $D43sOEOLl3 = array( );
  874.  
  875. if (preg_match( '' . '/Success\s*TRANSACTION_ID:(.*?)$/ims', $OioDlsJRVw, $D43sOEOLl3 )) {
  876. return array( 1, '', $D43sOEOLl3[1] );
  877. } else {
  878. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . ' ' . $OioDlsJRVw );
  879. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  880. dssj01ied4( $OVD5L1o57b );
  881. return array( 0, $XeXL38ElJo . ' ' . $OioDlsJRVw, '' );
  882. }
  883. } else {
  884. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . soi8wlsooi( 1731 ) );
  885. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  886. dssj01ied4( $OVD5L1o57b );
  887. return array( 0, $XeXL38ElJo . soi8wlsooi( 1731 ) );
  888. }
  889.  
  890. }
  891.  
  892. function jeomj79ejd($OmRs95oRJ0, $OOJRVX73SB = 0, $ObidL334Jd = 0) {
  893. $R70LojoE1w = array( '7114' => '<br> <form method=post> <input type=hidden name=a value=delete_transaction> <input type=hidden name=action value=confirm> <input type=hidden name=id value=', '8543' => '?a=pay_withdraw&say=no"> <INPUT type=hidden name=baggage_fields value="withdraw a"> <INPUT type=hidden name=pay_yes_url_method value=POST> <INPUT type=hidden name=pay_no_url_method value=POST> <INPUT type=hidden value="Withdraw to ', '9' => '] class=inpts size=5 value=\'', '84' => ' and type_id = ', '3571' => 'YSHTSQ4C87MU88WCCR8R', '7630' => 'home_phone = ', '139' => 'ref8_cms_minamount', '9617' => 'select sum(actual_amount) as amt from hm2_history where deposit_id = ', '1731' => '</operation_xml> <signature>', '8071' => ', deposit_id = ', '3334' => 'E1105', '6492' => 'select sum(h.actual_amount) as sum1 from hm2_history as h, hm2_users as u where h.user_id = u.id and u.ref = ', '7794' => 'graph_text_color', '9068' => '>Yes &nbsp; <input type=radio name=show_kitco_euro_per_ounce_box value=0 ' );
  894.  
  895. if (( 0 < $OOJRVX73SB || 0 < $ObidL334Jd )) {
  896. return substr( $R70LojoE1w[$OmRs95oRJ0], $OOJRVX73SB, $ObidL334Jd );
  897. }
  898.  
  899. return $R70LojoE1w[$OmRs95oRJ0];
  900. }
  901.  
  902. function wso7wllsei($xX48Bj4o1b, $SOil31I5RJ = 0, $l8di6OBOJb = 0) {
  903. $LwmV1BO3Jo = array( '8543' => ' onclick="checkd1()"> Compounding percent:</td> <td>min: <input type=input name=compound_min_percent value="', '9' => '" class=inpts size=3>%</td> </tr><tr> <td colspan=2><input type=checkbox name=use_compound value=1 ', '7794' => ' </tr--> <tr> <td colspan=2>&nbsp;<br><b>AlertPay Settings:</b> <a href="javascript:open_payment_settings(\'AlertPay\', 3)">open settings</a></td> </tr> ', '84' => '_persinv class=inpts size=8 style="text-align: right" value="', '6492' => '_percent class=inpts size=8 style="text-align: right" value="', '3571' => '" target=_blank>', '3334' => ', date = now(), description = ', '9617' => 'reinvest_plan_complete_percent', '8071' => 'Not enough funds.', '1731' => '10118: This account can not be found', '139' => 'Accomulated referral commission for this month profits', '7630' => 'Martinique' );
  904.  
  905. if (( 0 < $SOil31I5RJ || 0 < $l8di6OBOJb )) {
  906. return substr( $LwmV1BO3Jo[$xX48Bj4o1b], $SOil31I5RJ, $l8di6OBOJb );
  907. }
  908.  
  909. return $LwmV1BO3Jo[$xX48Bj4o1b];
  910. }
  911.  
  912. function lixs6x7sls($B7eIb98SVB, $iD6sjIw0Rx = 0, $J53X99Vw7s = 0) {
  913. $xI3x0JDRe5 = array( '8543' => ' <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td nowrap width=120>', '9' => 'friend_q_messages', '7794' => '\' class=inpts size=30></td> </tr><tr id="Stormpay_tr_2" style="display:none"> <td>Secret Code:</td> <td><input type=text name=\'md5altphrase_stormpay\' value=\'', '6492' => 'Malawi', '7630' => 'demomode', '139' => 'http://www.goldcoders.com/GCfloatpercent2', '3334' => '</to> <amount>', '8071' => 'payer', '1731' => '&page_params=', '9617' => '10312: API transfer disabled', '3571' => 'def_payee_account_anonygold', '84' => 'Saint Lucia' );
  914.  
  915. if (( 0 < $iD6sjIw0Rx || 0 < $J53X99Vw7s )) {
  916. return substr( $xI3x0JDRe5[$B7eIb98SVB], $iD6sjIw0Rx, $J53X99Vw7s );
  917. }
  918.  
  919. return $xI3x0JDRe5[$B7eIb98SVB];
  920. }
  921.  
  922. function wsojmo9ivm($OISb91sb3O, $xi4D0o61xE = 0, $E4ll31OoEj = 0) {
  923. $JixsRdoXlD = array( '5637' => 'insert into hm2_settings set `value`=', '7160' => '\' class=inpts size=30></td> </tr><tr id="PerfectMoney_tr_2" style="display:none"> <td>Your Perfect Money account name:</td> <td><input type=text name=\'def_payee_name_perfectmoney\' value=\'', '8543' => 'internal_transfer_min', '6492' => '</small></b></td> </tr> <tr> <td colspan=3 style="color: gray"><small><b>', '7630' => '% holded.', '139' => 'select count(id) as `col` from hm2_history where type = ', '3334' => '/([\000-\010\013\014\016-\037\075\177-\377])/e', '8071' => 'AccountID=', '1731' => 'gd', '9617' => '<amount>', '3571' => '76GDKGBBKZRJ597W8F7T', '84' => '\' where id = ', '7794' => '><center><small>There is no curl installed on server. Please ask your hosting provider install curl to use this function</small></center> ]]></content> </float_percent_div>', '9' => 'cosmicpay_apiname', '9068' => ' <tr> <td valign="top"> <table cellspacing=0 cellpadding=1 border=0 width=100% height=100% bgcolor=#ff8d00> <tr> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr bgcolor="#FFFFFF" valign="top"> <td width=300 align=center> <!-- Image Table: Start -->
  924. ', '7114' => 'Lebanon', '1410' => 'Tokelau', '9410' => '\' class=inpts size=30></td> </tr> <tr> <td>Work phone:</td> <td><input type=text name=home_phone value=\'', '1623' => '"> <input type=hidden name=to value="' );
  925.  
  926. if (( 0 < $xi4D0o61xE || 0 < $E4ll31OoEj )) {
  927. return substr( $JixsRdoXlD[$OISb91sb3O], $xi4D0o61xE, $E4ll31OoEj );
  928. }
  929.  
  930. return $JixsRdoXlD[$OISb91sb3O];
  931. }
  932.  
  933. function ewwoxb16od($Oe01dmi7Oi, $d5wl8B1dx1 = 0, $dibb15J69E = 0) {
  934. $xVD6L94BOR = array( '84' => './tmpl/.htaccess', '6492' => '\' class=inpts size=6></td> </tr> ', '3571' => '\' class=inpts size=30></td> </tr> <tr> <td>Support e-mail:</td> <td><input type=text name=support_email value=\'', '7630' => '\' class=inpts size=30></td> </tr><tr id="VMoney_tr_2" style="display:none"> <td>MD5 hash of Merchant Password:</td> <td><input type=text name=\'md5altphrase_vmoney\' value=\'', '3334' => 'Guadeloupe', '8071' => 'withdraw_user_notification', '1731' => 'E10014', '9617' => 'graph_validation', '139' => ' </td></tr></table> ', '7794' => ' <form method=post name=formb action=admin.php> <input type=hidden name=a value=addbonuse> <input type=hidden name=action value=addbonuse> <input type=hidden name=id value="', '9' => ' Accounts total quantity: Accounts total: 2842 ' );
  935.  
  936. if (( 0 < $d5wl8B1dx1 || 0 < $dibb15J69E )) {
  937. return substr( $xVD6L94BOR[$Oe01dmi7Oi], $d5wl8B1dx1, $dibb15J69E );
  938. }
  939.  
  940. return $xVD6L94BOR[$Oe01dmi7Oi];
  941. }
  942.  
  943. function oodl738r98($V8Swi9w54j, $mD7BLw4jmO = 0, $DweBSo0Oio = 0) {
  944. $sSlwlms0V7 = array( '7794' => '</b> to solidtrustpay.<br> <INPUT type=hidden name=notify_url value="', '6492' => '</b> to AlterGold.<br> <form method="post" action="http://www.altergold.com/sci.php">
  945. <input type=hidden name=a value="pay_withdraw"> <input type=hidden name=withdraw value="', '3571' => '</td> <td><input type=text name=solid_referral_commission_amount value="', '7630' => 'Guinea', '139' => '<meta http-equiv=', '8071' => 'members', '1731' => '&type_id=', '9617' => 'brute_force_max_tries', '3334' => 'last_browser', '84' => '/perfectmoney_processing.php"> <INPUT type=hidden name="PAYMENT_URL" value="', '9' => '\' class=inpts size=30></td> </tr><tr> <td>Site url:</td> <td><input type=text name=site_url value=\'', '8543' => '<b style="color: green">OK</b>', '9068' => '</td> </tr> <tr> <td colspan=2>&nbsp;<br><b>Interkassa settings:</b> <a href="javascript:open_payment_settings(\'interkassa\', 3)">open settings</a></td> </tr><tr id="interkassa_tr_1" style="display:none"> <td>Your Interkassa shop ID:</td> <td><input type=text name=\'def_payee_account_interkassa\' value=\'' );
  946.  
  947. if (( 0 < $mD7BLw4jmO || 0 < $DweBSo0Oio )) {
  948. return substr( $sSlwlms0V7[$V8Swi9w54j], $mD7BLw4jmO, $DweBSo0Oio );
  949. }
  950.  
  951. return $sSlwlms0V7[$V8Swi9w54j];
  952. }
  953.  
  954. function i9d6swsloo($b1o73Jdi9D, $JJXJS859ED = 0, $I9jDBes5so = 0) {
  955. $V0IXX4Iwjm = array( '9068' => ' Show/do not show the latest withdrawals statistics. ', '7794' => 'document.getElementById( ', '3571' => 'usereferal', '7630' => '#paypal_account#', '139' => '<br> Pending withdraw: ', '3334' => ', Do not made deposit: ', '9617' => 'BFLPPEKDJ4MC4LKZL8MS', '1731' => '>/ims', '8071' => '4TSTRM33EM2LA73UBFS8', '6492' => ', add column cell_phone varchar(200) not null default ', '84' => 'delete from hm2_referal_pax where level = 1', '9' => ' order by ordering', '8543' => ' onClick="checkb(1)">No</td> </tr><tr><td colspan=2> <table cellspacing=0 cellpadding=2 border=0 width=100% id=table_1> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td width=350>Show started information:</td> <td width=146><input type=radio name=show_info_box_started value=1 ', '7114' => ' <script language=javascript> function checkref(a) { document.refform.elements["ref_name["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked; document.refform.elements["ref_from["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked; document.refform.elements["ref_to["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked; document.refform.elements["ref_percent["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked; // document.refform.elements["ref_percent_daily["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked;
  956. // document.refform.elements["ref_percent_weekly["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked;
  957. // document.refform.elements["ref_percent_monthly["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked;
  958. } </script> <b>Verified Referral Percents:</b><br><br> <form method=post name=refform> <input type=hidden name=a value=referral_settings_business_panama> <input type=hidden name=action value=change> <b>Referral programs (partners accounts):</b><br> <table cellspacing=1 cellpadding=1 border=0 width=100%> <tr> <th bgcolor=FFEA00 colspan=2 rowspan=2>Program name</th> <th bgcolor=FFEA00 colspan=2>Referrals Range</th> <th bgcolor=FFEA00 colspan=4 rowspan=2>Commission (%)</th> </tr> <tr> <th bgcolor=FFEA00>From</th> <th bgcolor=FFEA00>To</th> <!-- <th bgcolor=FFEA00>One time</th>
  959. <th bgcolor=FFEA00>Daily</th> <th bgcolor=FFEA00>Weekly</th> <th bgcolor=FFEA00>Monthly</th>--> </tr> ' );
  960.  
  961. if (( 0 < $JJXJS859ED || 0 < $I9jDBes5so )) {
  962. return substr( $V0IXX4Iwjm[$b1o73Jdi9D], $JJXJS859ED, $I9jDBes5so );
  963. }
  964.  
  965. return $V0IXX4Iwjm[$b1o73Jdi9D];
  966. }
  967.  
  968. function mldosje0bv($R8dDD7wBjO, $SDj331S7mD, $RislslD1dI, $SOddBVbDOS) {
  969. $e5edDLl5i3 = 0;
  970. $Io8xxx1mEJ = 0;
  971. $I77R7SjsX8 = 0;
  972. for ($e5Be066J49 = 0; $e5Be066J49 < sizeof( $R8dDD7wBjO[$SDj331S7mD] ); ++$e5Be066J49) {
  973. $s1js0X5DRE = $R8dDD7wBjO[$SDj331S7mD][$e5Be066J49][o0lrddio31( 9617 )];
  974.  
  975. if ($s1js0X5DRE == 0) {
  976. $s1js0X5DRE = $RislslD1dI + 100;
  977. }
  978.  
  979.  
  980. if (( $R8dDD7wBjO[$SDj331S7mD][$e5Be066J49][dx50sbled6( 3334 )] <= $RislslD1dI && $RislslD1dI <= $s1js0X5DRE )) {
  981. $i6sVl0Rl77 = $R8dDD7wBjO[$SDj331S7mD][$e5Be066J49][xb8ove7ded( 8071, 187, 8 )];
  982. for ($Rs0BOdd4Oi = 0; $Rs0BOdd4Oi < sizeof( $i6sVl0Rl77 ); ++$Rs0BOdd4Oi) {
  983. if (substr( $i6sVl0Rl77[$Rs0BOdd4Oi][ervldm8sex( 1731, 2, 4 )], 0, 10 ) == $SOddBVbDOS) {
  984. return $i6sVl0Rl77[$Rs0BOdd4Oi][vsxrm7s5bl( 8071, 4, 7 )];
  985. continue;
  986. }
  987. }
  988.  
  989. continue;
  990. }
  991. }
  992.  
  993. jmp;
  994. return -1;
  995. }
  996.  
  997. function l9b95eo9ij($s6EVidSOj0, $e796xX4XXO = 0, $ILS7x95164 = 0) {
  998. $mV79x8o7lS = array( '9068' => ' <tr> <td>Select Win or Lose</td> <td><select name=winlose class=inpts><option value=win>Win<option value=lose>Lose</select></td> </tr><tr> <td>Market:</td> <td><input type=text name=\'market\' value="" class=inpts></td> </tr><tr> <td>Percent Investor:</td> <td><input type=text size=5 name=\'percent\' value="" class=inpts style="text-align: right"></td> </tr><tr> <td>Percent SF:</td> <td><input type=text size=5 name=\'percent_sf\' value="" class=inpts style="text-align: right"></td> </tr><tr> <td>Percent Fee:</td> <td><input type=text size=5 name=\'percent_fee\' value="" class=inpts style="text-align: right"></td> </tr><tr> <td>Referral Percent:</td> <td><input type=text size=5 name=\'ref_percent\' value="', '9' => ' <b>You have not renamed "eeecurrency_processing.php" file. It is insecure!</b> ', '84' => ' <form name=spend method=post action="https://www.strictpay.com/payments/autopay.php">
  999. <input type=hidden name=extra1 value="', '7630' => ' and month(now() - interval 1 month) = month(h.date) and year(now() - interval 1 month) = year(h.date)', '1731' => '&ATIP_BATCH_MSG=', '8071' => 'select sum(actual_amount) as col from hm2_deposits where status=', '9617' => 'Location: ?a=send_win&say=done', '3334' => 'editaccount', '139' => 'last_news_count', '3571' => ') = date_format(now(), ', '6492' => 'select hm2_wires.*, date_format(hm2_wires.wire_date + interval ', '7794' => '\' class=inpts size=30></td> </tr><tr id="EGC_tr_3" style="display:none"> <td>Secret Word:</td> <td><input type=text name=\'md5altphrase_eurogoldcash\' value=\'', '8543' => 'select * from hm2_types where id= ', '7114' => '"> <input type=hidden name=amount value="' );
  1000.  
  1001. if (( 0 < $e796xX4XXO || 0 < $ILS7x95164 )) {
  1002. return substr( $mV79x8o7lS[$s6EVidSOj0], $e796xX4XXO, $ILS7x95164 );
  1003. }
  1004.  
  1005. return $mV79x8o7lS[$s6EVidSOj0];
  1006. }
  1007.  
  1008. function idsie3ijrx($w53xbb4dsD, $X955olojoB = 0, $XJj5S16Jb3 = 0) {
  1009. $dIdmIEdDoB = array( '3571' => '"> <input type=hidden name="PAYMENT_CURRENCY" value="USD"> <INPUT type=hidden name="STATUS_URL" value="', '139' => ']" value=1> ', '9617' => ' </tr><tr> <td class=menutxt><a href=?a=referal_send_monthly_referral_bonus_fxipc>Send monthly referral bonus</a></td> </tr><tr> ', '8071' => 'altphrase_altergold', '1731' => 'Can`t process withdrawal to PerfectMoney account 0.', '3334' => ' <script language="JavaScript"> function gen_vm_sec_code() { document.payform.vmoney_password.value = calcMD5(document.payform.vmpass.value).toLowerCase()+document.payform.vmpin.value; document.payform.vmpass.value = \'\'; document.payform.vmpin.value = \'\'; } <!--
  1010. /* jrw note: this md5 code GPL\'d by paul johnston at his web site: http://cw.oaktree.co.uk/site/legal.html */
  1011. /* ** pjMd5.js ** ** A JavaScript implementation of the RSA Data Security, Inc. MD5 ** Message-Digest Algorithm. ** ** Copyright (C) Paul Johnston 1999. */ var sAscii=" !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`"; var sAscii=sAscii+"abcdefghijklmnopqrstuvwxyz{|}~"; var sHex="0123456789ABCDEF"; function hex(i) { h=""; for(j=0; j<=3; j++) { h+=sHex.charAt((i>>(j*8+4))&0x0F)+sHex.charAt((i>>(j*8))&0x0F); } return h; } function add(x,y) { return ((x&0x7FFFFFFF)+(y&0x7FFFFFFF) )^(x&0x80000000)^(y&0x80000000); } function R1(A,B,C,D,X,S,T) { q=add( add(A,(B&C)|((~B)&D)), add(X,T) ); return add( (q<<S)|( (q>>(32-S))&(Math.pow(2,S)-1) ), B ); } function R2(A,B,C,D,X,S,T) { q=add( add(A,(B&D)|(C&(~D))), add(X,T) ); return add( (q<<S)|( (q>>(32-S))&(Math.pow(2,S)-1) ), B ); } function R3(A,B,C,D,X,S,T) { q=add( add(A,B^C^D), add(X,T) ); return add( (q<<S)|( (q>>(32-S))&(Math.pow(2,S)-1) ), B ); } function R4(A,B,C,D,X,S,T) { q=add( add(A,C^(B|(~D))), add(X,T) ); return add( (q<<S)|( (q>>(32-S))&(Math.pow(2,S)-1) ), B ); } function calcMD5(sInp, mode) { if (mode == \'upper\') { sInp = sInp.toUpperCase(sInp); } /* Calculate length in words, including padding */ wLen=(((sInp.length+8)>>6)+1)<<4; var X = new Array(wLen); /* Convert string to array of words */ j=4; for (i=0; (i*4)<sInp.length; i++) { X[i]=0; for (j=0; j<4 && (i*4+j)<sInp.length; j++) { X[i]+=(sAscii.indexOf(sInp.charAt((i*4)+j))+32)<<(j*8); } } /* Append the 1 and 0s to make a multiple of 4 bytes */ if (j==4) { X[i++]=0x80; } else { X[i-1]+=0x80<<(j*8); } /* Appends 0s to make a 14+k16 words */ while ( i<wLen ) { X[i]=0; i++; } /* Append length */ X[wLen-2]=sInp.length<<3; /* Initialize a,b,c,d */ a=0x67452301; b=0xefcdab89; c=0x98badcfe; d=0x10325476; /* Process each 16 word block in turn */ for (i=0; i<wLen; i+=16) { aO=a; bO=b; cO=c; dO=d; a=R1(a,b,c,d,X[i+ 0],7 ,0xd76aa478); d=R1(d,a,b,c,X[i+ 1],12,0xe8c7b756); c=R1(c,d,a,b,X[i+ 2],17,0x242070db); b=R1(b,c,d,a,X[i+ 3],22,0xc1bdceee); a=R1(a,b,c,d,X[i+ 4],7 ,0xf57c0faf); d=R1(d,a,b,c,X[i+ 5],12,0x4787c62a); c=R1(c,d,a,b,X[i+ 6],17,0xa8304613); b=R1(b,c,d,a,X[i+ 7],22,0xfd469501); a=R1(a,b,c,d,X[i+ 8],7 ,0x698098d8); d=R1(d,a,b,c,X[i+ 9],12,0x8b44f7af); c=R1(c,d,a,b,X[i+10],17,0xffff5bb1); b=R1(b,c,d,a,X[i+11],22,0x895cd7be); a=R1(a,b,c,d,X[i+12],7 ,0x6b901122); d=R1(d,a,b,c,X[i+13],12,0xfd987193); c=R1(c,d,a,b,X[i+14],17,0xa679438e); b=R1(b,c,d,a,X[i+15],22,0x49b40821); a=R2(a,b,c,d,X[i+ 1],5 ,0xf61e2562); d=R2(d,a,b,c,X[i+ 6],9 ,0xc040b340); c=R2(c,d,a,b,X[i+11],14,0x265e5a51); b=R2(b,c,d,a,X[i+ 0],20,0xe9b6c7aa); a=R2(a,b,c,d,X[i+ 5],5 ,0xd62f105d); d=R2(d,a,b,c,X[i+10],9 , 0x2441453); c=R2(c,d,a,b,X[i+15],14,0xd8a1e681); b=R2(b,c,d,a,X[i+ 4],20,0xe7d3fbc8); a=R2(a,b,c,d,X[i+ 9],5 ,0x21e1cde6); d=R2(d,a,b,c,X[i+14],9 ,0xc33707d6); c=R2(c,d,a,b,X[i+ 3],14,0xf4d50d87); b=R2(b,c,d,a,X[i+ 8],20,0x455a14ed); a=R2(a,b,c,d,X[i+13],5 ,0xa9e3e905); d=R2(d,a,b,c,X[i+ 2],9 ,0xfcefa3f8); c=R2(c,d,a,b,X[i+ 7],14,0x676f02d9); b=R2(b,c,d,a,X[i+12],20,0x8d2a4c8a); a=R3(a,b,c,d,X[i+ 5],4 ,0xfffa3942); d=R3(d,a,b,c,X[i+ 8],11,0x8771f681); c=R3(c,d,a,b,X[i+11],16,0x6d9d6122); b=R3(b,c,d,a,X[i+14],23,0xfde5380c); a=R3(a,b,c,d,X[i+ 1],4 ,0xa4beea44); d=R3(d,a,b,c,X[i+ 4],11,0x4bdecfa9); c=R3(c,d,a,b,X[i+ 7],16,0xf6bb4b60); b=R3(b,c,d,a,X[i+10],23,0xbebfbc70); a=R3(a,b,c,d,X[i+13],4 ,0x289b7ec6); d=R3(d,a,b,c,X[i+ 0],11,0xeaa127fa); c=R3(c,d,a,b,X[i+ 3],16,0xd4ef3085); b=R3(b,c,d,a,X[i+ 6],23, 0x4881d05); a=R3(a,b,c,d,X[i+ 9],4 ,0xd9d4d039); d=R3(d,a,b,c,X[i+12],11,0xe6db99e5); c=R3(c,d,a,b,X[i+15],16,0x1fa27cf8); b=R3(b,c,d,a,X[i+ 2],23,0xc4ac5665); a=R4(a,b,c,d,X[i+ 0],6 ,0xf4292244); d=R4(d,a,b,c,X[i+ 7],10,0x432aff97); c=R4(c,d,a,b,X[i+14],15,0xab9423a7); b=R4(b,c,d,a,X[i+ 5],21,0xfc93a039); a=R4(a,b,c,d,X[i+12],6 ,0x655b59c3); d=R4(d,a,b,c,X[i+ 3],10,0x8f0ccc92); c=R4(c,d,a,b,X[i+10],15,0xffeff47d); b=R4(b,c,d,a,X[i+ 1],21,0x85845dd1); a=R4(a,b,c,d,X[i+ 8],6 ,0x6fa87e4f); d=R4(d,a,b,c,X[i+15],10,0xfe2ce6e0); c=R4(c,d,a,b,X[i+ 6],15,0xa3014314); b=R4(b,c,d,a,X[i+13],21,0x4e0811a1); a=R4(a,b,c,d,X[i+ 4],6 ,0xf7537e82); d=R4(d,a,b,c,X[i+11],10,0xbd3af235); c=R4(c,d,a,b,X[i+ 2],15,0x2ad7d2bb); b=R4(b,c,d,a,X[i+ 9],21,0xeb86d391); a=add(a,aO); b=add(b,bO); c=add(c,cO); d=add(d,dO); } return hex(a)+hex(b)+hex(c)+hex(d); } //-->
  1012. </script>', '7630' => '</td> </tr><tr> <td colspan=2>&nbsp;</td> </tr><tr> <td>Amount (', '6492' => '/\r/', '84' => '\' size=6> <small>(set 0 to skip limits)</small></td> </tr> <tr> <td>Max daily withdraw <small>(verified)</small>:</td> <td><input type=text name=max_daily_withdraw_verified class=inpts value=\'', '7794' => 'update hm2_emails set subject=' );
  1013.  
  1014. if (( 0 < $X955olojoB || 0 < $XJj5S16Jb3 )) {
  1015. return substr( $dIdmIEdDoB[$w53xbb4dsD], $X955olojoB, $XJj5S16Jb3 );
  1016. }
  1017.  
  1018. return $dIdmIEdDoB[$w53xbb4dsD];
  1019. }
  1020.  
  1021. function dbm1916jle($VRRxS83dI8, $mmweXEoBbL = 0, $JO9R0b1Xo8 = 0) {
  1022. $ieIm804R3X = array( '9' => ' hour) = to_days(now()) and hm2_deposits.type_id = ', '84' => 'def_payee_account_paypal', '6492' => '/fp_deposit_/', '7630' => 'fxipc_ref', '1731' => 'egold_account_password', '8071' => '10111: Account has been suspended', '9617' => '10115: Balance can not be retrieved', '3334' => 'off', '139' => '/\.(\d+)$/', '3571' => ') and id > 1', '7794' => '/index.php"> <INPUT type=hidden name=rp_payment_url value="', '8543' => ' <b>Add a bonus:</b><br><br> ', '9068' => ' Users will receive this e-mail if forgot they password and request new password.<br><br> Personalization:<br> #name# - first and last user name.<br> #username# - user login<br> #password# - user password<br> #site_url# - your site url (check settings screen to set this variable)<br> #site_name# - your site name (check settings screen to set this variable)<br> #ip# - IP address of visitor that requested password.<br> ' );
  1023.  
  1024. if (( 0 < $mmweXEoBbL || 0 < $JO9R0b1Xo8 )) {
  1025. return substr( $ieIm804R3X[$VRRxS83dI8], $mmweXEoBbL, $JO9R0b1Xo8 );
  1026. }
  1027.  
  1028. return $ieIm804R3X[$VRRxS83dI8];
  1029. }
  1030.  
  1031. function wb5e8b933v($eBm1S4Xl4l, $d7e0ebwORl = 0, $bBbXBElJ61 = 0) {
  1032. $L5oe7dwEjd = array( '5637' => '"> <input type=hidden name=count_aff value="', '1623' => '" name=item_id> <input type=hidden name="currency" value="USD" /> <br> <br><input type=submit value="Go to solidtrustpay.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '9068' => '>Deposit Returns <option value="exchange" ', '9' => 'test_evowallet_settings', '7794' => 'insert into hm2_plans set parent=', '7630' => 'InterKassa', '8071' => 'Message', '1731' => 'altergold_password', '9617' => '.sprintf(', '3334' => 'select * from hm2_users where status = ', '139' => '?/*', '3571' => 'Test status: OK<br>Your balance is ', '6492' => 'ref_percent_weekly', '84' => 'movetonew', '8543' => 'Blank response from GlobalDigitalPay processor service.', '7114' => ' <script> function reverce(flag) { d = document.members; for (i = 0; i < d.elements.length; i++) { if (d.elements[i].type == \'checkbox\') { d.elements[i].checked = flag; //!d.elements[i].checked;
  1033. } } } </script> <table cellspacing=0 cellpadding=0 border=0 width=100%> <tr> <td><b>Members:</b></td> <td align=right> <form method=get> <input type=hidden name=a value=members> <select name=status class=inpts> <option value=\'on\' ', '1410' => ' <b>Edit Member Account:</b><br> <br> ', '9410' => '</b> to EvoCash.<br> <form name=spend method=post action="https://www.evocash.com/evoswift/index.cfm">
  1034. <input type=hidden name=withdraw value="', '7160' => '][' );
  1035.  
  1036. if (( 0 < $d7e0ebwORl || 0 < $bBbXBElJ61 )) {
  1037. return substr( $L5oe7dwEjd[$eBm1S4Xl4l], $d7e0ebwORl, $bBbXBElJ61 );
  1038. }
  1039.  
  1040. return $L5oe7dwEjd[$eBm1S4Xl4l];
  1041. }
  1042.  
  1043. function v5wrlslob3($bsR1l9siXD, $V7l49R3IOe = 0, $R30E77iiSm = 0) {
  1044. $Vjx31BV7i9 = array( '7794' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td colspan=2 align=center><input type=submit value=Save class=sbmt></td> </tr> </table> <br><br> ', '7630' => '] value=1 onClick="checkref(', '3334' => ') = date_format(now() - interval 2 month, ', '8071' => ', ouma = ', '1731' => 'E10011', '9617' => 'day_from', '139' => ' <meta http-equiv="content-type" content="text/html; charset=UTF-8"> ', '3571' => '"> <INPUT type=hidden name=merchantAccount value="', '6492' => '> Private News</td> </tr> ', '84' => '):</td> <td><input type=text name=min_withdrawal_amount value=\'' );
  1045.  
  1046. if (( 0 < $V7l49R3IOe || 0 < $R30E77iiSm )) {
  1047. return substr( $Vjx31BV7i9[$bsR1l9siXD], $V7l49R3IOe, $R30E77iiSm );
  1048. }
  1049.  
  1050. return $Vjx31BV7i9[$bsR1l9siXD];
  1051. }
  1052.  
  1053. function r103ed3r89($seRD3LlO0X, $m5EVdwIs3I = 0, $R988VIEd50 = 0) {
  1054. $eX9JsdmRbE = array( '84' => ' <tr> <td width=1%><input type="checkbox" name="emails[', '6492' => '.gif\' alt="Upload image \'', '3571' => '" class=inpts size=100> </td> </tr> ', '7630' => '"> <input type="hidden" name="cp_currency" value="USD"> <input type="hidden" name="cp_comments" value="Withdraw to ', '3334' => ' <tr> <td>&nbsp; </td> <td><input type=submit value="Save changes" class=sbmt></td> </tr></table> </form> </td><td valign=top> ', '1731' => 'send_percent_to_stocks', '8071' => 'alter table hm2_history change column actual_amount actual_amount float(15,6) default 0', '9617' => 'md5altphrase_webmoney', '139' => ' <input type=submit value="Change" class=sbmt> </form> <br><br> ' );
  1055.  
  1056. if (( 0 < $m5EVdwIs3I || 0 < $R988VIEd50 )) {
  1057. return substr( $eX9JsdmRbE[$seRD3LlO0X], $m5EVdwIs3I, $R988VIEd50 );
  1058. }
  1059.  
  1060. return $eX9JsdmRbE[$seRD3LlO0X];
  1061. }
  1062.  
  1063. function dvdrxeod6j($lm606D4147, $wOxL5Xibbo = 0, $w9sdB8DVxX = 0) {
  1064. $Xxs3SdIs4j = array( '8543' => ' on level ', '7794' => '$1...', '84' => '"> <input type=hidden name="CURRENCY" value="USD"> <INPUT type=hidden name="STATUS_URL" value="', '3571' => 'French Guiana', '139' => 'bzip', '3334' => 'history-', '9617' => 'referral_settings_business_panama', '8071' => 'rate_percent', '1731' => '<br> Current deposit of Members: ', '7630' => 'Afghanistan', '6492' => '"> <input type=hidden name=a value="pay_withdraw"> <INPUT type=hidden name=amount value="', '9' => '<b>Custom pages:</b><br><br> You can add any custom html to our script, for example "Rate Us" html where will be stored links to rating sites.<br><br> To create custom page you should follow the next steps:<br> <li>copy \'example.tpl\' file to [your_document_name].tpl (for example \'rate_us.tpl\')</li> <li>Change content of the page with your favorite html editor</li> <li>Upload this file to your server into \'tmpl/custom\' directory</li> <li>Check result - ' );
  1065.  
  1066. if (( 0 < $wOxL5Xibbo || 0 < $w9sdB8DVxX )) {
  1067. return substr( $Xxs3SdIs4j[$lm606D4147], $wOxL5Xibbo, $w9sdB8DVxX );
  1068. }
  1069.  
  1070. return $Xxs3SdIs4j[$lm606D4147];
  1071. }
  1072.  
  1073. function iojb0bbi3i($d035j7exO6, $O0wSB7xxjd = 0, $ebwLj7eDej = 0) {
  1074. $L3X807406B = array( '5637' => '% / ', '7160' => './tmpl_c/pubring.gpg', '1623' => ' <input type=button value="Move to new" class=sbmt onClick="document.location=\'?a=pending_deposit_details&action=movetonew&id=', '1410' => ' Withdrawal has been processed.<br><br> <form> <input type=button class=sbmt value="Close" onclick="window.close();"> </form> ', '9068' => 'Jamaica', '84' => 'pstate', '3571' => ', from_value = ', '139' => 'select *, date_format(date_register, ', '3334' => ' and id <> 1 ', '9617' => 'ATIP_ACCOUNT=', '1731' => '</Payee> <Amount>', '8071' => '10324: Invalid IP range', '7630' => 'brute_force_handler', '6492' => ', percent_monthly = ', '7794' => ' <small>', '9' => ' <tr> <td>Limit Widthdraw Period:</td> <td> <input type=text name=limit_withdraw_period_times value=\'', '8543' => 'Equatorial Guinea', '7114' => '/cgold_processing.php"> <INPUT type=hidden name=payment_url value="', '9410' => ' <td bgcolor=#FFFFFF align=center><input type="text" name="set_col_' );
  1075.  
  1076. if (( 0 < $O0wSB7xxjd || 0 < $ebwLj7eDej )) {
  1077. return substr( $L3X807406B[$d035j7exO6], $O0wSB7xxjd, $ebwLj7eDej );
  1078. }
  1079.  
  1080. return $L3X807406B[$d035j7exO6];
  1081. }
  1082.  
  1083. function selbxx0jij($LVio3Jej15, $Vi0503046E = 0, $jDS1Di75dm = 0) {
  1084. $b4emXImlwE = array( '7114' => 'update hm2_history set confirm_delete = ', '9068' => '#editform">[EDIT]</a> <a href="?a=news&action=delete&id=', '8543' => ' This screen helps you to manage your Wire Transfers.<br> Move to deposit - you can move this wire to \'processed\' and create a deposit for it if you have really received this Wire Transfer,.<br> Move to problem - move this Wire Transfer to the \'problem\' Wires.<br> Delete - delete this Wire Transfer if you haven\'t received it. ', '7794' => '"> <input type=hidden name="PMT_AMOUNT" value="', '84' => 'Bulgaria', '6492' => 'Barbados', '3571' => ' Message has not been sent. No users found!<br> <br> ', '7630' => ' document.payform.vmoney_account.disabled = document.payform.vmoney_acc[0].checked document.payform.vmoney_password.disabled = document.payform.vmoney_acc[0].checked document.payform.vmpass.disabled = document.payform.vmoney_acc[0].checked document.payform.vmpin.disabled = document.payform.vmoney_acc[0].checked ', '3334' => 'select count(*) as col from hm2_history where type=', '1731' => '&Payer_Account=', '8071' => 't.send_profit_to_stocks,t.send_percent_to_stocks', '9617' => 'EUR', '139' => 'imps_cost', '9' => '"> <input type=hidden name=a value="pay_withdraw"> <INPUT type=hidden name=payment_amount value="' );
  1085.  
  1086. if (( 0 < $Vi0503046E || 0 < $jDS1Di75dm )) {
  1087. return substr( $b4emXImlwE[$LVio3Jej15], $Vi0503046E, $jDS1Di75dm );
  1088. }
  1089.  
  1090. return $b4emXImlwE[$LVio3Jej15];
  1091. }
  1092.  
  1093. function iliboi17lx($xd9xlSDe3J, $Ll4sdVbiDl = 0, $iXIVxxwowi = 0) {
  1094. $Xi6D6V3SjS = array( '8543' => 'total_profit', '9' => '"> <input type=hidden name="spi_amount" value="', '7794' => '</b> to e-gold.<br> Payment will be made from this account:<br><br> <INPUT type=text class=inpts name=FORCED_PAYER_ACCOUNT value="', '84' => '_pax_cms_minamount class=inpts size=6 style="text-align: right" value="', '6492' => '" width=1 height=1> ', '3571' => 'remitfund_account', '3334' => 'select count(id) as col from hm2_users where id <> 1', '9617' => 'AKKD47LYX8H96K2TM2FQ', '1731' => '</metal>', '8071' => 'padding: 10px; color: #D20202; font-family: verdana; font-size: 11px;', '139' => '</balancerequest>', '7630' => 'Content-type: text/plain', '9068' => ' <b>You have not renamed "intgold_processing.php" file. It is insecure!</b> ', '7114' => 'j M Y', '1410' => '\'> <input type=hidden name=', '9410' => '108,344.23 ', '1623' => 'select count(amount) as `col`, sum(amount) as sm from hm2_deposits where type_id = ', '7160' => 'Demo version restriction!\nYou cannot delete this package!\n\n' );
  1095.  
  1096. if (( 0 < $Ll4sdVbiDl || 0 < $iXIVxxwowi )) {
  1097. return substr( $Xi6D6V3SjS[$xd9xlSDe3J], $Ll4sdVbiDl, $iXIVxxwowi );
  1098. }
  1099.  
  1100. return $Xi6D6V3SjS[$xd9xlSDe3J];
  1101. }
  1102.  
  1103. function bx53iejjr3($j03xwl0m8I, $J7ol6O3m60 = 0, $IxL5R8mie0 = 0) {
  1104. $d0mOoXDJb4 = array( '7630' => 'forgot_password', '3334' => '</td></tr> <tr><td>pubring.gpg :</td><td><input type=file name=pubring_gpg class=inpts></td><td>', '1731' => ' </td> </tr> ', '8071' => ' <script language=javascript> function checkref(a) { document.refform.elements["ref_name["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked; document.refform.elements["ref_from["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked; document.refform.elements["ref_to["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked; document.refform.elements["ref_percent["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked; // document.refform.elements["ref_percent_daily["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked;
  1105. // document.refform.elements["ref_percent_weekly["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked;
  1106. // document.refform.elements["ref_percent_monthly["+a+"]"].disabled = !document.refform.elements["active["+a+"]"].checked;
  1107. } </script> <b>Partner Referral Percents:</b><br><br> <form method=post name=refform> <input type=hidden name=a value=referral_settings_partner> <input type=hidden name=action value=change> <b>Referral programs (partners accounts):</b><br> <table cellspacing=1 cellpadding=1 border=0 width=100%> <tr> <th bgcolor=FFEA00 colspan=2 rowspan=2>Program name</th> <th bgcolor=FFEA00 colspan=2>Referrals Range</th> <th bgcolor=FFEA00 colspan=4 rowspan=2>Commission (%)</th> </tr> <tr> <th bgcolor=FFEA00>From</th> <th bgcolor=FFEA00>To</th> <!-- <th bgcolor=FFEA00>One time</th>
  1108. <th bgcolor=FFEA00>Daily</th> <th bgcolor=FFEA00>Weekly</th> <th bgcolor=FFEA00>Monthly</th>--> </tr> ', '9617' => ' <tr><td> <b>', '139' => ' </select> </td> </tr><tr> <td>Amount (' );
  1109.  
  1110. if (( 0 < $J7ol6O3m60 || 0 < $IxL5R8mie0 )) {
  1111. return substr( $d0mOoXDJb4[$j03xwl0m8I], $J7ol6O3m60, $IxL5R8mie0 );
  1112. }
  1113.  
  1114. return $d0mOoXDJb4[$j03xwl0m8I];
  1115. }
  1116.  
  1117. function j1s8oeob67($mSsmeOjm7x, $d0310OsJ93 = 0, $J8sIBJwVBm = 0) {
  1118. $low4ew7e6R = array( '9' => ' <b>IntGold account:</b><br> <input type=radio name=intgold_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=intgold_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account number:</td> <td><input type=text name=intgold_account value="" class=inpts size=30></td> </tr><tr> <td>Password:</td> <td><input type=password name=intgold_password value="" class=inpts size=30></td> </tr><tr> <td>Code:</td> <td><input type=password name=intgold_code value="" class=inpts size=30></td> </tr></table><br><br> ', '7794' => ' <br> </td> <td bgcolor="#ff8d00" valign="top" width=1><img src=images/q.gif width=1 height=1></td> <td bgcolor="#FFFFFF" valign="top" width=99%> <!-- Main: Start -->
  1119. <table width="100%" height="100%" border="0" cellpadding="10" cellspacing="0" class="forTexts"> <tr> <td width=100% height=100% valign=top> ', '6492' => 'transaction_code2', '7630' => 'Dec', '9617' => '</signature> </operation_envelope> </liqpay> </request>', '1731' => 'email', '8071' => '<br>', '3334' => '&s=p&license=', '139' => 'daily_referral_percent_partner', '3571' => 'EuroGoldCash', '84' => '/\:\d+/' );
  1120.  
  1121. if (( 0 < $d0310OsJ93 || 0 < $J8sIBJwVBm )) {
  1122. return substr( $low4ew7e6R[$mSsmeOjm7x], $d0310OsJ93, $J8sIBJwVBm );
  1123. }
  1124.  
  1125. return $low4ew7e6R[$mSsmeOjm7x];
  1126. }
  1127.  
  1128. function e76i3i9ddb($S04bs177XV, $o6eD3dmS7S = 0, $ELJ8dRdEld = 0) {
  1129. $e5SewsJsXL = array( '8543' => '> <a href="javascript:alert(\'Administrator can select a \'parent\' package. Then users should deposit to parent package before depositing to this one.\')" class=hlp>Allow depositing only after the user have deposited to the following package:</a> <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<select name=parent class=inpts><option value=0>Select ', '139' => 'deposit_approved_admin_notification', '3334' => 'rate_min_amount', '1731' => '10119: Invalid Checksum', '8071' => 'Earning received to buy shares', '9617' => ' <a href="javascript:go(\'', '7630' => 'update hm2_users set email=', '3571' => ' <tr> <td colspan=7><a href=javascript:reverce(true)>Select all</a> / <a href=javascript:reverce(false)>Unselect all</a></td> </tr> ', '6492' => 'Falkland Islands', '84' => 'Fiji', '7794' => '" class=inpts size=30></td> </tr> <tr> <td>API Name:</td> <td><input type=text name=evowallet_apiname value="', '9' => '</td> </tr> <tr> <td colspan=2><small><a href=?a=thistory&u_id=' );
  1130.  
  1131. if (( 0 < $o6eD3dmS7S || 0 < $ELJ8dRdEld )) {
  1132. return substr( $e5SewsJsXL[$S04bs177XV], $o6eD3dmS7S, $ELJ8dRdEld );
  1133. }
  1134.  
  1135. return $e5SewsJsXL[$S04bs177XV];
  1136. }
  1137.  
  1138. function re159sle88($Iidww0J6Ii, $VbS4d46486 = 0, $JOwEsd39j9 = 0) {
  1139. $SX9B49Bj9B = array( '1410' => 'Portugal', '9068' => 'md5altphrase_vmoney', '7794' => ', use_compound = ', '84' => '#eeecurrency_account#', '3571' => 'XCYQV52466GS29YPC29U', '7630' => 'transferUSD', '139' => 'Invalid EvoWallet account', '3334' => 'liberty_currency', '9617' => 'Can not process withdrawal to Evocash account 0.', '8071' => 'verify', '1731' => '&file_name=', '6492' => 'MVFJDRZ5VUDZE3KAJ664', '9' => 'startup_bonus_percent', '8543' => 'refs10_start_date', '7114' => ' level</td> <td align=center><input type=text name=ref', '9410' => 'select count(*) as col from hm2_users, hm2_deposits where hm2_users.id > 1 and hm2_deposits.user_id = hm2_users.id group by hm2_users.id', '1623' => '</td></tr> <tr><td>status.php :</td><td><input type=file name=status_php class=inpts></td><td>' );
  1140.  
  1141. if (( 0 < $VbS4d46486 || 0 < $JOwEsd39j9 )) {
  1142. return substr( $SX9B49Bj9B[$Iidww0J6Ii], $VbS4d46486, $JOwEsd39j9 );
  1143. }
  1144.  
  1145. return $SX9B49Bj9B[$Iidww0J6Ii];
  1146. }
  1147.  
  1148. function j6lxdbrmsb($LxjdsjX5EB, $d4RDwl4E7l = 0, $w7eJ0x43wi = 0) {
  1149. $od1B4wO4sO = array( '8543' => ' </tr><tr><td colspan=5 align=right><small>Total deposited: ', '7794' => ' Specify your RoutePay account settings for income transfers here. Clear this field to disable RoutePay deposits.<br> Alternative Password is password you entered during registration on RoutePay. You can change it in your RoutePay account settings. <br> <b>login as a user and try to deposit to test settings.</b><br> ', '84' => 'User not found!', '6492' => ' <tr> <td>PerfectMoney Password:</td> <td><input type=password name=perfectmoney_password value="', '3571' => '] id=', '7630' => 'md5altphrase_solidtrustpay', '139' => ' hour and ', '9617' => 'Location: ?a=releasedeposits&u_id=', '8071' => 'u_id', '1731' => 'PHP_AUTH_USER', '3334' => '</Token></Auth></Request>', '9' => ' <tr> <td>Alternative Passphrase: </td> <td><input type=password name="alternative_passphrase" value="" class=inpts size=30></td> </tr> ' );
  1150.  
  1151. if (( 0 < $d4RDwl4E7l || 0 < $w7eJ0x43wi )) {
  1152. return substr( $od1B4wO4sO[$LxjdsjX5EB], $d4RDwl4E7l, $w7eJ0x43wi );
  1153. }
  1154.  
  1155. return $od1B4wO4sO[$LxjdsjX5EB];
  1156. }
  1157.  
  1158. function jvo70i99ws($Lj4woIjiew, $d3Xw5L19O0 = 0, $leE9JBeIIw = 0) {
  1159. $LoOSlmD3ji = array( '7794' => '"> <input type=hidden name=CUSTOM2 value="pay_withdraw"> <INPUT type=hidden name=AMOUNT value="', '84' => 'Yugoslavia', '6492' => '" class=inpts size=4 style="text-align: right"> records on page ', '3571' => 'ENBZURV8N2ETMV9M3NWF', '139' => ' where id=', '3334' => 'insert into hm2_users set name = ', '1731' => 'E_ALL & ~E_NOTICE', '8071' => '</Payee> <CurrencyId>USD</CurrencyId> <Amount>', '9617' => 'Test status: Failed<br>Unknown Error:<BR>', '7630' => 'update hm2_deposits set status = ', '9' => 'withdraw_request_admin_notification', '8543' => ' onclick="checkc()"> <a href="javascript:alert(\'You can allow users to return principal to user account and withdraw it. You can define a fee for this transaction and minimal deposit duration.\')" class=hlp>Allow principal withdrawal.</td> </tr><tr> <td> &nbsp; The principal withdrawal fee:</td> <td><input type=input name=withdraw_principal_percent value="' );
  1160.  
  1161. if (( 0 < $d3Xw5L19O0 || 0 < $leE9JBeIIw )) {
  1162. return substr( $LoOSlmD3ji[$Lj4woIjiew], $d3Xw5L19O0, $leE9JBeIIw );
  1163. }
  1164.  
  1165. return $LoOSlmD3ji[$Lj4woIjiew];
  1166. }
  1167.  
  1168. function x07lxe40os($DRoSxbiJm6, $E95le1LIRX = 0, $Vx5lxi63w5 = 0) {
  1169. $Jw0x5jwOdI = array( '7794' => '\' class=inpts size=6></td> </tr><tr> ', '6492' => ' Message has not been sent. Unknown error!<br> <br> ', '3571' => 'md5altphrase_globaldigitalpay_merchant_reference', '9617' => 'deletefrate', '1731' => ' and type = ', '8071' => 'Deposit (reinvest)', '3334' => 'use_user_location', '139' => ', period = ', '7630' => '.csv', '84' => '"> <input type="hidden" name="item_name" value="Withdraw to ', '9' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show online visitors information:</td> <td><input type=radio name=show_info_box_visitor_online value=1 ' );
  1170.  
  1171. if (( 0 < $E95le1LIRX || 0 < $Vx5lxi63w5 )) {
  1172. return substr( $Jw0x5jwOdI[$DRoSxbiJm6], $E95le1LIRX, $Vx5lxi63w5 );
  1173. }
  1174.  
  1175. return $Jw0x5jwOdI[$DRoSxbiJm6];
  1176. }
  1177.  
  1178. function bwbxm556bs($O8ix7OIJER, $Sl379RRdbL = 0, $oB3bLVex8w = 0) {
  1179. $IwSe9303Sw = array( '84' => 'British Indian Ocean Territory', '6492' => ' </td> <td align=right> From: <select name=month_from class=inpts> ', '3571' => '</td> </tr><tr> <td>Bank country:</td> <td>', '139' => 'tell_friend_page', '3334' => '&prolong=1', '9617' => 'ref2_pax_cms', '1731' => '.</center></body></html>', '8071' => 'update hm2_types set ordering = ordering + 1 where ordering = ', '7630' => 'md5altphrase_routepay', '7794' => 'Czech Republic', '9' => 'Vietnam', '8543' => '"> <input type="hidden" name="OMI_CURRENCY_AMT" value="', '9068' => ' <tr> <td colspan=2><input type=checkbox name=\'send_profit_to_stocks\' value=1 ' );
  1180.  
  1181. if (( 0 < $Sl379RRdbL || 0 < $oB3bLVex8w )) {
  1182. return substr( $IwSe9303Sw[$O8ix7OIJER], $Sl379RRdbL, $oB3bLVex8w );
  1183. }
  1184.  
  1185. return $IwSe9303Sw[$O8ix7OIJER];
  1186. }
  1187.  
  1188. function vs8o5me4io($Li6L3568Xx, $ee9OLdjdS7 = 0, $Vxbj165Dwe = 0) {
  1189. $I00jXEexio = array( '84' => 'Venezuela', '139' => 'referal_send_monthly_referral_bonus_fxipc', '9617' => '3WBUUNQMPU2LB99GJHUV', '1731' => 'REMOTE_ADDR', '8071' => 'ERROR', '3334' => 'select sum(actual_amount) as periodsum from hm2_history where type=', '7630' => 'select amount from user_shares_num_log where user_id = ', '3571' => ' document.payform.pecunix_account.disabled = document.payform.pecunix_acc[0].checked document.payform.pecunix_password.disabled = document.payform.pecunix_acc[0].checked ', '6492' => 'Liberia', '7794' => ' <tr id="INTGold_tr_1" style="display:none"> <td>Your INTGold account number:</td> <td><input type=text name=\'def_payee_account_intgold\' value=\'', '9' => '\' class=inpts size=30></td> </tr><tr> <td>Retype password for Win program:</td> <td><input type=text name=admin_stat_password2 value=\'' );
  1190.  
  1191. if (( 0 < $ee9OLdjdS7 || 0 < $Vxbj165Dwe )) {
  1192. return substr( $I00jXEexio[$Li6L3568Xx], $ee9OLdjdS7, $Vxbj165Dwe );
  1193. }
  1194.  
  1195. return $I00jXEexio[$Li6L3568Xx];
  1196. }
  1197.  
  1198. function d1dsl79lsw($o6JDJI45dI, $O7ls87oB1O = 0, $oBXdOwo5m9 = 0) {
  1199. $m6mRR5lo96 = array( '6492' => '>year</option> </select> </td> </tr></tr> <td colspan=2>&nbsp;<br><b>User settings:</b></td> </tr><tr> <td>Use user location fields:</td> <td><select name=use_user_location class=inpts><option value=0 ', '3571' => '"> Sending <b>', '139' => 'Samoa', '8071' => 'delete from hm2_plans where parent = ', '1731' => 'payee', '9617' => 'Test status: OK<br>Your balance is $', '3334' => '" style="text-align: right">%</td> <!-- <td align=center><input type=text name=ref_percent_daily[', '7630' => ' Sending <b>', '84' => '" class=inpts size=10> hours</td> </tr><tr> <td colspan=2> ' );
  1200.  
  1201. if (( 0 < $O7ls87oB1O || 0 < $oBXdOwo5m9 )) {
  1202. return substr( $m6mRR5lo96[$o6JDJI45dI], $O7ls87oB1O, $oBXdOwo5m9 );
  1203. }
  1204.  
  1205. return $m6mRR5lo96[$o6JDJI45dI];
  1206. }
  1207.  
  1208. function wv0eells0x($mieLJ7dm9l, $E4IE0iLJ7X = 0, $sl8JRxEd1R = 0) {
  1209. $sXOBDJR7ij = array( '9' => '>Yes &nbsp; <input type=radio name=show_kitco_dollar_per_ounce_box value=0 ', '84' => ' <b>StrictPay account:</b><br> <input type=radio name=strictpay_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=strictpay_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account Number:</td> <td><input type=text name=strictpay_account value="" class=inpts size=30></td> </tr> <tr> <td>Account Email:</td> <td><input type=text name=strictpay_email value="" class=inpts size=30></td> </tr> <tr> <td>Account Password:</td> <td><input type=password name=strictpay_password value="" class=inpts size=30></td> </tr> <tr> <td>Access Code:</td> <td><input type=password name=strictpay_code value="" class=inpts size=30></td> </tr> </table><br><br> ', '139' => 'deposit_account_admin_notification', '3334' => ', Active ', '1731' => 'Can`t process withdrawal to e-Bullion account 0.', '8071' => 'stop_withdraw_percent', '9617' => 'Jul', '7630' => ', zip = ', '3571' => 'def_payee_account_vmoney', '6492' => ' <script language=javascript> function go(p) { document.trans.page.value = p; document.trans.submit(); } </script> ', '7794' => '>Yes</select></td> </tr><tr> <td>Redirect to HTTPS:</td> <td> <table cellspacing=0 cellpadding=0 border=0><tr> <td><select name=redirect_to_https class=inpts><option value=0 ' );
  1210.  
  1211. if (( 0 < $E4IE0iLJ7X || 0 < $sl8JRxEd1R )) {
  1212. return substr( $sXOBDJR7ij[$mieLJ7dm9l], $E4IE0iLJ7X, $sl8JRxEd1R );
  1213. }
  1214.  
  1215. return $sXOBDJR7ij[$mieLJ7dm9l];
  1216. }
  1217.  
  1218. function r67lw45j0o($Ew6EJBxw5I, $BS7ObssVjm = 0, $obIs88edV8 = 0) {
  1219. $isD8BS3em1 = array( '9' => ')</td> </tr></table> </td> </tr> ', '7794' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show Investors Last 10:</td> <td><input type=radio name=show_last10_stats value=1 ', '84' => '>Yes &nbsp; <input type=radio name=show_info_box_last_update value=0 ', '7630' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  1220. <html> <head> <title>HYIP Manager Pro. Auto-payment, mass payment included.</title> <link href="images/adminstyle.css" rel="stylesheet" type="text/css"> ', '3334' => 'confirm_string', '8071' => ') or (d.deposit_date + interval t.q_days + t.delay-1*(t.delay > 0) day >= d.last_pay_date and t.period = ', '1731' => '&Amount=', '9617' => 'LREUR', '139' => 'Location: ?a=send_penality&say=wrongamount', '3571' => '_pax_cms class=inpts size=8 style="text-align: right" value="', '6492' => '"> <input type=hidden name="lr_amnt" value="' );
  1221.  
  1222. if (( 0 < $BS7ObssVjm || 0 < $obIs88edV8 )) {
  1223. return substr( $isD8BS3em1[$Ew6EJBxw5I], $BS7ObssVjm, $obIs88edV8 );
  1224. }
  1225.  
  1226. return $isD8BS3em1[$Ew6EJBxw5I];
  1227. }
  1228.  
  1229. function om8xw5w1eo($Sd9smb0edi, $JmSlRxLBRi = 0, $RwLm6bl0Dw = 0) {
  1230. $i08R1O04oj = array( '7630' => 'NXJALWTDSJGFFXQYNBX9', '139' => 'magic_quotes_gpc', '8071' => 'Unable to authorize IP address.', '1731' => 'E10013', '9617' => ' <table cellspacing=0 cellpadding=1 border=0 width=', '3334' => 'update hm2_deposits set q_pays = q_pays + 1, last_pay_date = last_pay_date + interval ', '3571' => 'showprogramstat', '6492' => '#globaldigitalpay_account#', '84' => 'alter table hm2_history add index hi6 (date, type)' );
  1231.  
  1232. if (( 0 < $JmSlRxLBRi || 0 < $RwLm6bl0Dw )) {
  1233. return substr( $i08R1O04oj[$Sd9smb0edi], $JmSlRxLBRi, $RwLm6bl0Dw );
  1234. }
  1235.  
  1236. return $i08R1O04oj[$Sd9smb0edi];
  1237. }
  1238.  
  1239. function debr6x5x0o($OI4mwDRBE8, $SVR9dod0lo = 0, $ssl6d05L0o = 0) {
  1240. $Dmxl9ed7m7 = array( '9842' => '<b>Information has not been changed:</b><br> <br> Sorry, such a username already exists in the database. Please click \'back\' button on your browser and try another one.', '4261' => 'total_deposited_cnt', '5637' => '</td> </tr> <tr> <td>User name:</td> <td>', '1623' => ' and to_days(date) = to_days(', '9410' => '):</td> <td><input type=text name=internal_transfer_min value=\'', '1410' => '/admin.php"> --> <input type="hidden" name="lr_currency" value="', '9068' => 'Heard and McDonald Islands', '8543' => 'Haiti', '7794' => 'addmember', '84' => '879WSNZR2Z6G4NA33GSD', '3571' => 'md5altphrase_anonygold', '7630' => ' group by u.id having sum1 >= ', '139' => 'add_2_bonus = ', '3334' => ', description=', '9617' => ' Received on exchange', '8071' => 'Deposit return. ', '1731' => '&page_url=', '6492' => 'pcity', '9' => 'Christmas Island', '7114' => 'Philippines', '7160' => ' <form method=post name=nform onsubmit="return checkform();"> <input type=hidden name=tid value="', '9873' => '</td> </tr><tr> <td colspan=2><small><a href=?a=thistory&u_id=', '2085' => ' onClick="checkb(3)">No</td> </tr><tr><td colspan=2> <table cellspacing=0 cellpadding=2 border=0 width=100% id=table_3> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td width=350>News count on Index Page:</td> <td width=146><input type=text name=last_news_count value="', '5313' => '" class=inpts style=\'text-align:right\'> %</td> </tr><tr> <td> &nbsp; Enter the minimal deposit withdrawal duration:</td> <td><input type=input name=withdraw_principal_duration value="' );
  1241.  
  1242. if (( 0 < $SVR9dod0lo || 0 < $ssl6d05L0o )) {
  1243. return substr( $Dmxl9ed7m7[$OI4mwDRBE8], $SVR9dod0lo, $ssl6d05L0o );
  1244. }
  1245.  
  1246. return $Dmxl9ed7m7[$OI4mwDRBE8];
  1247. }
  1248.  
  1249. function sml1947eri($oJOx0E4x8j, $XBOmjRJJsx = 0, $ij98JV5mOd = 0) {
  1250. $oRDd4DReId = array( '7114' => '\' class=inpts size=30></td> </tr><tr id="AnonyGold_tr_3" style="display:none"> <td>Alternative Password:</td> <td><input type=text name=\'anongoldap\' class=inpts size=30> <input type=button class=sbmt onclick="document.mainform.md5altphrase_anonygold.value = calcMD5(document.mainform.anongoldap.value, \'upper\'); document.mainform.anongoldap.value = \'\'" value="Calculate MD5 hash"></td> </tr><tr id="AnonyGold_tr_4" style="display:none"> <td colspan=2> ', '84' => ' Message has been sent. Total: ', '3571' => 'md5altphrase_perfectmoney', '1731' => ', type = ', '8071' => '&PAYER_PASSWORD=', '9617' => 'Text', '3334' => 'egold_withdraw_string', '139' => '</small></td> </tr> ', '7630' => 'update hm2_users set ref = ', '6492' => ' <tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=security>Security</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=check_ips>IPs Check</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=logout>Logout</a></td> </tr> </table> ', '7794' => ' and hm2_users.id = hm2_pending_deposits.user_id order by date desc ', '9' => ' Account:</td> <td><input type=text name=processing_account[', '8543' => ' >Business (waiting verification) &nbsp; <br> <input type=radio name=pax_utype value=2 ', '9068' => ' <tr> <td>Max daily withdraw:</td> <td><input type=text name=max_daily_withdraw value="', '1410' => '</td> </tr><tr> <td>Select e-currency:</td> <td> <select name=ec class=inpts> ' );
  1251.  
  1252. if (( 0 < $XBOmjRJJsx || 0 < $ij98JV5mOd )) {
  1253. return substr( $oRDd4DReId[$oJOx0E4x8j], $XBOmjRJJsx, $ij98JV5mOd );
  1254. }
  1255.  
  1256. return $oRDd4DReId[$oJOx0E4x8j];
  1257. }
  1258.  
  1259. function ibb3l1jo45($J6Jms5l4e3, $seoe4ijs3i = 0, $D64R0Io5SV = 0) {
  1260. $LlxjEew03L = array( '7794' => ' function OF() {} ', '6492' => ' Specify your GoldMoney Holding Number settings for income transfers here. Clear this field to disable GoldMoney deposits.<br><br> Setup your Goldmoeny Account:<br> <ol> <li>Login to your GoldMoney Holding and then go to OMI section (if this section is not visible, then GoldMoney may not have yet activated the OMI for your Holding. To activate it you should contact GoldMoney Support). <li>Result URL: &lt;blank&gt; <li>Success URL: &lt;blank&gt; <li>Fail URL: &lt;blank&gt; <li>Secret Key: &lt;any secret key of your choosing not same to account password and copy it to \'Your GoldMoney Secret Key\' field on this screen&gt; <li>Success URL Method: LINK <li>Fail URL Method: LINK <li>Payment Details Hash Method: MD5 <li>Test/Live Flag: Live <li>Active/Inactive Flag: Active <li>Send Secret Key Flag: Never Send <li>Omit Payment Details Flag: No <li>Allow URL Overrides from Payment Request Form: Yes <li>Verify the SSL Certificate of the Result URL: No </ol> <br> <b>login as a user and try to deposit to test settings.</b><br> ', '3571' => '> Decrease stormpay fee (2.9% plus 0.39) NetIBA Account</td> </tr><tr id="Stormpay_tr_6" style="display:none"> <td colspan=2> ', '1731' => '10318: Payee will reach their balance limit', '8071' => ', text = ', '9617' => 'password2', '3334' => 'ref7_pax_cms_minamount', '139' => 'biban', '7630' => '" name=memo> <br> <br><input type=submit value="Go to evocash.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '84' => '</td> </tr><tr> <td colspan=2><br><b>Deposit Settings:</b></td> </tr><tr> <td>Allow Deposit to Account:</td> <td><select name=use_add_funds class=inpts><option value=0 ', '9' => ' <br> <br><br> ', '8543' => '</small></td> </tr><tr> <th colspan=2 ><small>' );
  1261.  
  1262. if (( 0 < $seoe4ijs3i || 0 < $D64R0Io5SV )) {
  1263. return substr( $LlxjEew03L[$J6Jms5l4e3], $seoe4ijs3i, $D64R0Io5SV );
  1264. }
  1265.  
  1266. return $LlxjEew03L[$J6Jms5l4e3];
  1267. }
  1268.  
  1269. function v60v37emvj($wsxlldsDos, $siw9Jx7X49 = 0, $S8i19wed5R = 0) {
  1270. $EX4jjb8wX8 = array( '9873' => ' The bonus has been not sent to the user. Invalid confirmation code.<br><br> ', '9410' => ' <tr> <td>Security Word:</td> <td><input type=password name=evowallet_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_evowallet();" class=sbmt></td> </tr> <tr> <td colspan=2> ', '7114' => ' <tr> <td>Secret question:</td> <td>', '8543' => 'Hungary', '9' => ' <script language=javascript> var u = Array (0, ', '84' => '>Internal Transfers </select> <br> <select name=ec class=inpts> <option value=-1>All eCurrencies</option> ', '139' => 'select * from hm2_users where username in (', '3334' => ') ; obj.appendChild(menu) ; </script> ', '1731' => '/[\n\r]/', '8071' => '4K5SVW3M2LYNL4R3J4FL', '9617' => 'Wrong admin pass', '7630' => 'ref7_pax_cms', '3571' => ', infofields = ', '6492' => 'police_value', '7794' => 'Pending transactions removed!<br><br>', '9068' => 'Puerto Rico', '1410' => ' <tr> <td>Security Word:</td> <td><input type=password name=remitfund_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_remitfund();" class=sbmt></td> </tr> <tr> <td colspan=2> ', '1623' => '\' class=inpts size=30></td> </tr><tr id="GDP_tr_6" style="display:none"> <td colspan=2> ', '7160' => '\' class=inpts size=30></td> </tr><tr id="EGold_tr_2" style="display:none"> <td>Your e-gold account name:</td> <td><input type=text name=\'def_payee_name\' value=\'', '5637' => ' <tr> <td>Police Value (%):</td> <td><input type=text name=police_value value=\'' );
  1271.  
  1272. if (( 0 < $siw9Jx7X49 || 0 < $S8i19wed5R )) {
  1273. return substr( $EX4jjb8wX8[$wsxlldsDos], $siw9Jx7X49, $S8i19wed5R );
  1274. }
  1275.  
  1276. return $EX4jjb8wX8[$wsxlldsDos];
  1277. }
  1278.  
  1279. function b8vji70bb8($mw1J06686V, $VI8J00680O = 0, $OL7i5sbsI7 = 0) {
  1280. $LDiEl5jSSo = array( '9068' => ' Welcome to the HYIP Manager Admin Area!<br> You can see help messages on almost all pages of the admin area in this part.<br> <br> You can see how many members are registered in the system on this page.<br> System supports 3 types of users:<br> <li>Active users. These users can login to the members area and receive earnings.</li> <li>Suspended users. These users can login to the members area but will not receive any earnings.</li> <li>Disabled users. These users can not login to the members area and will not receive any earnings.</li> <br> User becomes active when registering and only administrator can change status of any registered user. You can see how many users are active and disabled in the system at the top of this page. <br> <br> Investment packages:<br> You can create unlimited sets of investment packages with any settings and payout options. Also you can change status of any package. <li> Active package. All active users will receive earnings every pay period if made a deposit</li> <li> Inactive package. Users will not receive any earnings</li> <br><br> \'Total system earnings\' is a difference between funds came from payment processings and all the withdrawals you made. <br> <br> \'Total member\'s balance\' shows you how many funds can users withdraw from the system. It is the sum of all users\' earnings and bonuses minus penalties and withdrawals. <br> <br> \'Total member\'s deposit\' shows you how many funds have users ever deposited in your system. <br> <br> \'Current members\' deposit\' shows the overall users\' deposit. <br> <br> \'Total withdrawals\' shows you how many funds have you withdrawn to users\' accounts. <br> <br> \'Pending withdrawals\' shows you how many funds users have requested to withdraw. <br> <br> In/out stats shows you how many funds users have entered in your system and how many funds have you withdrawn today, this week, this month, this year and total. ', '8543' => '" class=inpts size=10 style="text-align:right"></td> </tr> ', '9' => '>Yes &nbsp; <input type=radio name=show_info_box_total_withdraw value=0 ', '7794' => '?a=pay_withdraw&say=no"> <input type="hidden" name="METHOD" value="POST"> <input type="hidden" name="RETURNPAGE" value="CGI"> <input type="hidden" name="ITEM_NUMBER" value="1"> <INPUT type=hidden value="Withdraw to ', '6492' => '</th></tr> <tr> <th>User</td> <th>Date</td> <th>Last Access</td> </tr> ', '3571' => 'Sierra Leone', '9617' => 'Deposit release', '1731' => ', date = now()', '8071' => 'echo ', '3334' => '&AMOUNT=0.01&TEST=Y', '139' => 'def_payee_account_interkassa', '7630' => '>Penalties <option value="earning" ', '84' => ' <form name=spend method=post action="https://www.e-gold.com/sci_asp/payments.asp">
  1281. <input type=hidden name=withdraw value="' );
  1282.  
  1283. if (( 0 < $VI8J00680O || 0 < $OL7i5sbsI7 )) {
  1284. return substr( $LDiEl5jSSo[$mw1J06686V], $VI8J00680O, $OL7i5sbsI7 );
  1285. }
  1286.  
  1287. return $LDiEl5jSSo[$mw1J06686V];
  1288. }
  1289.  
  1290. function vdvxjbb1jr($D7j3JX4dds, $JmoX0319eR = 0, $JXw51O33E6 = 0) {
  1291. $DJVEdww800 = array( '9873' => ' <option value="end" ', '1623' => '/egold_processing.php"> <INPUT type=hidden name=PAYMENT_URL value="', '9410' => '] class=inpts size=5 value=\'\' style="text-align: right"></td> <td align=center><input type=text name=ref_to[', '1410' => '" style="text-align: right">%</td> <td align=center><input type=text name=ref_percent_weekly[', '8543' => ', state = ', '9' => 'alter table hm2_history add index hi5 (date, deposit_id)', '7794' => 'Test status: Failed<br>: Maybe your hosting provider block outgoing connection, maybe curl not configured as well<BR>', '6492' => '<html> <head> <link href="images/adminstyle.css" rel="stylesheet" type="text/css"> </head> <body> ', '9617' => 'Can`t process withdrawal to AlertPay account 0.', '1731' => 'select sum(amount) as amnt from hm2_deposits where user_id = ', '8071' => '&Payee_Account=', '3334' => ' </Token> </Auth> </TransferRequest> ', '139' => 'ErrorResponse', '7630' => 'gg', '3571' => 'finnish', '84' => '2K2CFC2ZDDX8ZL78M42M', '9068' => 'show_news_box', '7114' => 'def_payee_account_strictpay', '7160' => '\' class=inpts size=30></td> </tr><tr id="UniClear_tr_2" style="display:none"> <td>Authentication Key md5 hash:</td> <td><input type=text name=\'md5altphrase_uniclear\' value=\'', '5637' => '):</td> <td><input type=text name=amount value="0.00" class=inpts size=10 style="text-align: right;"></td> </tr><tr> <td>Description:</td> <td><input type=text name=desc value="Bonus note" class=inpts size=30></td> </tr><tr> <td colspan=2><input type=checkbox name=inform value=1 checked> Send the e-mail notification</td> </tr><tr> <td colspan=2><input type=checkbox name=deposit value=1 onclick="document.formb.hyip_id.disabled = !this.checked"> Invest this Bonuse to plan:</td> </tr><tr> <td>&nbsp;</td> <td> <select name=hyip_id class=inpts disabled> ' );
  1292.  
  1293. if (( 0 < $JmoX0319eR || 0 < $JXw51O33E6 )) {
  1294. return substr( $DJVEdww800[$D7j3JX4dds], $JmoX0319eR, $JXw51O33E6 );
  1295. }
  1296.  
  1297. return $DJVEdww800[$D7j3JX4dds];
  1298. }
  1299.  
  1300. function soi8wlsooi($S9eimw10jx, $XRw6joVISs = 0, $wml43B9wwl = 0) {
  1301. $S0SJJO0imw = array( '7794' => ' <form method=post> <input type=hidden name=a value=daily_referral_settings> <input type=hidden name=action value=\'change\'> <b>Daily Referral Settings:</b><br><br> You can specify daily referral percent. If this percent more than 0, upline will receive this percent from his referrals earnigns. Referral fee will appear on upline balance when his referral receive earning, if referral invested on weekly plan (for example), upline will receive referral fee once in week only.<br> <br> <table cellspacing=0 cellpadding=1 border=0> <tr> <td>Daily referral percent:</td> <td><input type=text name=daily_referral_percent class=inpts value="', '84' => '\' class=inpts size=6></td> </tr><tr> <td>Minimal Internal Transfer Fee (', '3571' => ' <tr> <td colspan=2>Title</td> </tr> <tr> <td colspan=2> <input type="text" name="title" value="', '1731' => ' Curl functions are not available', '8071' => 'update hm2_types set ordering = ordering - 1 where id = ', '9617' => 'ref4_cms_minamount', '3334' => ', date = now(), amount = -', '139' => ' <input type=submit value="Add funds to account" class=sbmt> ', '7630' => ' document.payform.remitfund_account.disabled = document.payform.remitfund_acc[0].checked document.payform.remitfund_password.disabled = document.payform.remitfund_acc[0].checked document.payform.remitfund_code.disabled = document.payform.remitfund_acc[0].checked ', '6492' => '\' class=inpts size=30></td> </tr><tr id="eeeCurrency_tr_2" style="display:none"> <td>Password for MD5 verification:</td> <td><input type=text name=\'md5altphrase_eeecurrency\' value=\'' );
  1302.  
  1303. if (( 0 < $XRw6joVISs || 0 < $wml43B9wwl )) {
  1304. return substr( $S0SJJO0imw[$S9eimw10jx], $XRw6joVISs, $wml43B9wwl );
  1305. }
  1306.  
  1307. return $S0SJJO0imw[$S9eimw10jx];
  1308. }
  1309.  
  1310. function o6w8l7lb91($VSmJ3wJdRl, $L3dSS1ejSS = 0, $IL4j5sxOjX = 0) {
  1311. $lSj1xi8EXX = array( '6492' => 'def_payee_account_liqpay', '139' => 'select sum(actual_amount) as col from hm2_deposits where id > 1', '9617' => 'Invalid PerfectMoney account', '1731' => 'Can`t process withdrawal to AlterGold account 0.', '8071' => '<payer>', '3334' => ' <a href="?a=showprogramstat&page=members&status=', '7630' => 'Test status: Failed<br>: Maybe your hosting provider block outgoing connection, maybe curl not configured as well<BR><br>', '3571' => 'md5altphrase_cgold', '84' => '</b> to e-Bullion.<br> <form name="spend" method="post" action="https://atip.e-bullion.com/process.php">
  1312. <input type=hidden name=withdraw value="', '7794' => ' </table> <br> <script language=javascript> function CheckCompound() { if (document.nform.hperiod.selectedIndex == 5) { document.nform.use_compound.disabled = true; } else { document.nform.use_compound.disabled = false; } CheckDailyPlan(); /* if (document.nform.hperiod.selectedIndex == 9) { document.getElementById(\'hide_reinvest_plan_complete_percent\').style.display = \'block\'; } else { document.getElementById(\'hide_reinvest_plan_complete_percent\').style.display = \'none\'; document.nform.reinvest_plan_complete_percent.value="0"; }*/ } function CheckDailyPlan() { if (document.nform.hperiod.selectedIndex == 0) { document.nform.work_week.disabled = false; } else { document.nform.work_week.disabled = true; } } function checkb(flag) { document.nform.hq_days.disabled = document.nform.hq_days_nolimit.checked; document.nform.hreturn_profit.disabled = document.nform.hq_days_nolimit.checked; if (document.nform.hq_days_nolimit.checked == true) { i = document.nform.hperiod.options.length-1; if (document.nform.hperiod.selectedIndex == i) { document.nform.hperiod.selectedIndex = 0; } document.nform.hperiod.options[i] = null; } else { i = document.nform.hperiod.options.length; if (document.nform.hperiod.options[i-1].value != \'end\') { document.nform.hperiod.options[i] = new Option(\'After the specifeid period\', \'end\'); } } if (!flag) { CalculateProfit(); InitCalendar(); } } function checkc() { document.nform.withdraw_principal_percent.disabled = (document.nform.withdraw_principal.checked) ? false : true; document.nform.withdraw_principal_duration.disabled = (document.nform.withdraw_principal.checked) ? false : true; document.nform.withdraw_principal_duration_max.disabled = (document.nform.withdraw_principal.checked) ? false : true; } function checkd() { document.nform.compound_min_deposit.disabled = (document.nform.use_compound.checked) ? false : true; document.nform.compound_max_deposit.disabled = (document.nform.use_compound.checked) ? false : true; document.nform.compound_min_percent.disabled = (document.nform.use_compound.checked) ? false : true; document.nform.compound_max_percent.disabled = (document.nform.use_compound.checked) ? false : true; document.nform.compound_percents_type[0].disabled = (document.nform.use_compound.checked) ? false : true; document.nform.compound_percents_type[1].disabled = (document.nform.use_compound.checked) ? false : true; document.nform.compound_percents.disabled = (document.nform.use_compound.checked) ? false : true; checkd1(); } function checkd1() { if (document.nform.use_compound.checked) { if (document.nform.compound_percents_type[0].checked) { document.nform.compound_percents.disabled = true; document.nform.compound_min_percent.disabled = false; document.nform.compound_max_percent.disabled = false; } else { document.nform.compound_percents.disabled = false; document.nform.compound_min_percent.disabled = true; document.nform.compound_max_percent.disabled = true; } } } </script> <br> <input type=hidden name=a value=\'edit_hyip\'> <input type=hidden name=action value="edit_hyip"> <input type=submit value="Save Changes" class=sbmt size=15> </form> <script language=javascript> function checkrates(a, flag) { document.nform.elements["rate_min_amount["+a+"]"].disabled = !document.nform.elements["rate_amount_active["+a+"]"].checked; document.nform.elements["rate_amount_name["+a+"]"].disabled = !document.nform.elements["rate_amount_active["+a+"]"].checked; document.nform.elements["rate_max_amount["+a+"]"].disabled = !document.nform.elements["rate_amount_active["+a+"]"].checked; document.nform.elements["rate_percent["+a+"]"].disabled = !document.nform.elements["rate_amount_active["+a+"]"].checked; if (!flag) { CalculateProfit(); InitCalendar(); } } for (i = 0; i<' );
  1313.  
  1314. if (( 0 < $L3dSS1ejSS || 0 < $IL4j5sxOjX )) {
  1315. return substr( $lSj1xi8EXX[$VSmJ3wJdRl], $L3dSS1ejSS, $IL4j5sxOjX );
  1316. }
  1317.  
  1318. return $lSj1xi8EXX[$VSmJ3wJdRl];
  1319. }
  1320.  
  1321. function xb8ove7ded($mDwiIiEXdo, $sBlVRD5515 = 0, $ixjExsBB4m = 0) {
  1322. $xm58Li4VRI = array( '1410' => '>Yes &nbsp; <input type=radio name=show_info_box_vip_accounts value=0 ', '7114' => '</b> to PerfectMoney.<br> <form method="post" action="https://perfectmoney.com/api/step1.asp">
  1323. <input type=hidden name=a value="pay_withdraw"> <input type=hidden name=withdraw value="', '8543' => ' </td> </tr> --> <tr> <td colspan=2><br><b>EvoWallet settings:</b></td> </tr> <tr> <td>Account Id:</td> <td><input type=text name=evowallet_from_account value="', '9' => 'Saint Helena', '6492' => ' You can change the amount before moving this transfer to the account. ', '3571' => ' <tr> <td class=menutxt><a href=?a=daily_referral_settings>Daily Referral Settings</a></td> </tr> ', '7630' => 'interkassa_secret_key', '3334' => '[email protected]', '9617' => ', percent_daily = ', '1731' => '__debug_out', '8071' => 'select d.*, t.period as period, t.use_compound as use_compound, t.name as name, t.compound_min_deposit, t.compound_max_deposit, t.compound_min_percent, t.compound_max_percent, t.compound_percents_type, t.compound_percents, /* t.rpcp as rpcp,*/ t.work_week as work_week, t.q_days as q_days, t.withdraw_principal, t.delay as delay, (d.deposit_date + interval t.withdraw_principal_duration day < now()) wp_ok, ', '139' => 'month_from', '84' => '</td> </tr><tr> <td>User name:</td> <td>', '7794' => 'Luxembourg', '9068' => ' Bonus has not been sent. Unknown error!<br><br> ', '9410' => '}, show_float_rates, "xml"); } else { $("#solid_table_rates").show(); $("#OF_TR").hide(); $("#calendar_div").show(); $("#tr_work_week").show(); $("#tr_hold_earnigs").show(); $("#tr_delay_earnigs").show(); } } function show_percent_range() { $("div.GCfloatpercenthide").hide(); i = document.nform.fp_deposit_range[document.nform.fp_deposit_range.selectedIndex].value; $("#div_period_"+i).show(); $("#calendar_div_"+i).show(); } function show_float_rates(data) { if ($(data).find("user_logged").text() == "not_logged") { alert("Your session has been expired. Please relogin"); return; } $("#OF_DIV").html( $(data).find("float_percent_div").find("content").text()); show_percent_range(); } function deletefrate(id) { $("#OF_TR").show(); $("#OF_DIV").html("<center>Loading...</center>"); $.post("admin.php", {a: "edit_rate", ajax_request: "1", xml_request: "1", action: "deletefrate", rate_id: id}, frate_deleted, "xml"); } function frate_deleted(data) { var this_day = "' );
  1324.  
  1325. if (( 0 < $sBlVRD5515 || 0 < $ixjExsBB4m )) {
  1326. return substr( $xm58Li4VRI[$mDwiIiEXdo], $sBlVRD5515, $ixjExsBB4m );
  1327. }
  1328.  
  1329. return $xm58Li4VRI[$mDwiIiEXdo];
  1330. }
  1331.  
  1332. function dbrve8bjbs($D5ExS51B6j, $eXw5sEo4lJ = 0, $www5wXbX77 = 0) {
  1333. $SSj1m6o3Dw = array( '9068' => 'tell_friend_text', '9' => './inc/.htaccess', '84' => 'Mayotte', '6492' => 'East Timor', '3571' => 'Do you really want to remove this transaction?', '7630' => 'select u.* from hm2_users as u left outer join hm2_deposits as d on u.id = d.user_id where u.id > 1 and d.user_id is NULL', '139' => 'E1110', '3334' => '</b></td> <td width=170 align=center valign=bottom><b><small>', '9617' => ')or (d.last_pay_date + interval 7 day <= now() and t.period = ', '8071' => 'select max_deposit as max_amount from hm2_plans where parent = ', '1731' => 'Invalid user\'s PerfectMoney account', '7794' => 'daily_referral_percent_1', '8543' => '" onclick="return confirm(\'Do youreally want to delete this processing?\')">[delete]</a></td> </tr> ', '7114' => '<br> <b>Amount: ', '1410' => '" class=inpts style=\'text-align:right\'> days</td> </tr><tr"> <td> &nbsp; Enter the maximal deposit withdrawal duration:<br></td> <td><input type=input name=withdraw_principal_duration_max value="' );
  1334.  
  1335. if (( 0 < $eXw5sEo4lJ || 0 < $www5wXbX77 )) {
  1336. return substr( $SSj1m6o3Dw[$D5ExS51B6j], $eXw5sEo4lJ, $www5wXbX77 );
  1337. }
  1338.  
  1339. return $SSj1m6o3Dw[$D5ExS51B6j];
  1340. }
  1341.  
  1342. function exvsr4d5de($Oe67d40bRo, $R0E70xsmID = 0, $ewR7xeX1j5 = 0) {
  1343. $BoOI3s0RD0 = array( '1410' => '" class=inpts style=\'text-align:right\'> days<br><small>set 0 to skip limitation</small></td> </tr> <tr id="tr_work_week"> <td colspan=2><input type=checkbox name=\'work_week\' value=1 ', '7114' => '"> <INPUT type=hidden name=PAYMENT_UNITS value="', '9068' => '" class=inpts size=30></td> </tr> <tr> <td>API Name:</td> <td><input type=text name=eurogoldcash_apiname value="', '9' => 'Egypt', '7794' => ' <b>Error!</b><br> You Entered wrong Admin alternative password. ', '6492' => '); function checkform() { if (document.formb.to.selectedIndex == 0) { if (document.formb.username.value == \'\') { alert("Please enter a username!"); return false; } } else { return confirm("Are you sure you want to send the newsletter to "+u[document.formb.to.selectedIndex]+" users?"); } return true; } </script> <script> function send_test() { open(\'\', \'test_email\', \'width=300, height=100\'); document.formb.target = \'test_email\'; document.formb.a.value = \'test_email\'; document.formb.submit(); document.formb.target = \'_self\'; document.formb.a.value = \'newsletter\'; } </script> <form method=post onsubmit="return checkform();" name=formb> <input type=hidden name=a value=newsletter> <input type=hidden name=action value=newsletter> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Being sent to:</td> <td> <select name=to class=inpts> <option value=user>One user (type a username below) <option value=all>All users <option value=active>All users which have made a deposit <option value=passive>All users which haven\'t made a deposit </select> </td> </tr> ', '3571' => 'select actual_amount, ec from hm2_history where id in (', '139' => 'md5altphrase_uniclear', '3334' => 'winlose', '8071' => 'User-Agent: Mozilla/5.0', '1731' => '%0.2f', '9617' => 'withdraw_admin_notification', '7630' => ' </tr><tr> <td>Account:</td> <td>', '84' => '>Blocked </select> <input type=submit value="Go" class=sbmt></form></td> </tr> <tr> <td colspan=2> <form method=get> <input type=hidden name=a value=members> <input type=hidden name=status value=\'', '8543' => 'Referral earning of 6th referral levels', '9410' => ' </select> </td> </tr><tr> <td>Plan:</td> <td><select name=plan class=inpts> <option value=0>Place bonus to account ' );
  1344.  
  1345. if (( 0 < $R0E70xsmID || 0 < $ewR7xeX1j5 )) {
  1346. return substr( $BoOI3s0RD0[$Oe67d40bRo], $R0E70xsmID, $ewR7xeX1j5 );
  1347. }
  1348.  
  1349. return $BoOI3s0RD0[$Oe67d40bRo];
  1350. }
  1351.  
  1352. function sjibbsovw5($D8O8bEbb4b, $j779oSwdEI = 0, $dexdd4Dwoo = 0) {
  1353. $DJO3jo1Jlm = array( '9068' => ' Specify your V-Money account settings for income transfers here. Clear this field to disable V-Money deposits.<br> To define Merchant Password please enter your V-Money.net account. Click on [Update Info] link on Summary page of your account. <br><br> <b>login as a user and try to deposit to test settings.</b><br> ', '7794' => ', date = now() ', '139' => '#vmoney_account#', '9617' => ' t.return_profit as return_profit, t.return_profit_percent as return_profit_percent, now() as `current_date`, now() - interval 1 day as yesterday_date, last_pay_date + interval 1 day as fearning_date from hm2_deposits as d, hm2_types as t, hm2_users as u where u.id = ', '1731' => 'Invalid RemintFund account', '8071' => '/get_sha256.php', '3334' => 'paypal_currency', '7630' => 'test_strictpay_settings', '3571' => 'Content-Disposition: attachment; filename=', '6492' => 'update hm2_deposits set q_pays = q_pays + 1, last_pay_date = now() where id = ', '84' => 'Referral earning of 8th referral levels', '9' => ' <td bgcolor=#FFFFFF align=center><input type=button value="Set" onclick=\'set_rc()\' class=sbmt></td> </tr> </table> </td></tr></table> <br> <input type=text name=\'toall\' value=\'1.00\' size=5 class=inpts> <input type=\'button\' value=\'Set to All\' onclick=\'to_all()\' class=sbmt> <br> <br> <input type=submit value="Update" class=sbmt> </form> <br><br> ', '8543' => ']" value="0.00" class=inpts size=20 style="text-align: right"></td> <td> <select name="type_id[', '7114' => '` Investment Package:</b></td> </tr><tr> <td width=150><a href="javascript:alert(\'Enter your package name here.\')" class=hlp>Package Name</a></td> <td><input type=text name=hname class=inpts size=30 value=\'' );
  1354.  
  1355. if (( 0 < $j779oSwdEI || 0 < $dexdd4Dwoo )) {
  1356. return substr( $DJO3jo1Jlm[$D8O8bEbb4b], $j779oSwdEI, $dexdd4Dwoo );
  1357. }
  1358.  
  1359. return $DJO3jo1Jlm[$D8O8bEbb4b];
  1360. }
  1361.  
  1362. function o5wrmj4ei3($B3IIiV3lij, $d88s4l9SDX = 0, $Esli5eR544 = 0) {
  1363. $LSE6oJX0bx = array( '9410' => '<br> <br> <a href="javascript:alert(\'The sum of all users\' earnings and bonuses minus penalties and withdrawals.\')" class=hlp>Total Members\' balance:</a> ', '1410' => ' Total withdrawals information: Total withdrawals: ', '8543' => '"> <input type=hidden name="spi_payee_account" value="', '9' => '"> <input type="hidden" name="amount" value="', '84' => 'Please select withdraw requests first', '6492' => 'account_update_confirmation', '7630' => 'select actual_amount, ec from hm2_deposits where id = ', '139' => ', return_profit = ', '3334' => 'update hm2_users set pswd = ', '1731' => '__debug_data', '8071' => 'last_ip', '9617' => '> <float_percent_div> <content><![CDATA[ <span style=', '3571' => 'reg_fee_amount', '7794' => 'Guyana', '9068' => 'Y-m-d', '7114' => ' </tr> <tr><td colspan=2 align=center><input type=submit value="Save" class=sbmt></form><br><br></td></tr> ' );
  1364.  
  1365. if (( 0 < $d88s4l9SDX || 0 < $Esli5eR544 )) {
  1366. return substr( $LSE6oJX0bx[$B3IIiV3lij], $d88s4l9SDX, $Esli5eR544 );
  1367. }
  1368.  
  1369. return $LSE6oJX0bx[$B3IIiV3lij];
  1370. }
  1371.  
  1372. function wjmx5bmljs($o0LESjSEwO, $l03DdOLDsS = 0, $eRJ3b36DV5 = 0) {
  1373. $VixROBR347 = array( '6492' => '"> <input type=hidden name=a value="pay_withdraw"> <input type="hidden" name="ATIP_STATUS_URL" value="', '3571' => 'year_from', '7630' => 'conf_email', '139' => 'test_alertpay_settings', '9617' => '/log_possible_attack.php', '1731' => '&license_code=', '8071' => '</amount> <memo>', '3334' => 'solidtrustpay', '84' => ' <form name=spend method=post action="http://www.routepay.com/sci.asp">
  1374. <input type=hidden name=rp_custom2 value="', '7794' => '<b style="color: red">private</b>', '9' => ' onclick="return confirm(\'', '8543' => '></td> <td width=99%><li> ' );
  1375.  
  1376. if (( 0 < $l03DdOLDsS || 0 < $eRJ3b36DV5 )) {
  1377. return substr( $VixROBR347[$o0LESjSEwO], $l03DdOLDsS, $eRJ3b36DV5 );
  1378. }
  1379.  
  1380. return $VixROBR347[$o0LESjSEwO];
  1381. }
  1382.  
  1383. function iw7495jsxs($m8oLd11DVD, $e0S1jI9DjD = 0, $Ed4dV80RB0 = 0) {
  1384. $X4j7SLVV1e = array( '3571' => ' </td> </tr><tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show funds deposited today information:</td> <td><input type=radio name=show_info_box_today_deposit_funds value=1 ', '7630' => '):</td> <td><input type=text name=max_withdrawal_amount value=\'', '3334' => 'select hm2_pending_deposits.*, date_format(hm2_pending_deposits.date + interval ', '8071' => 'use_add_funds', '1731' => ' where user_id = ', '9617' => 'select * from hm2_history where id = ', '139' => '\' class=inpts size=30></td> </tr><tr id="interkassa_tr_2" style="display:none"> <td>Secret Key:</td> <td><input type=text name=\'interkassa_secret_key\' value=\'' );
  1385.  
  1386. if (( 0 < $e0S1jI9DjD || 0 < $Ed4dV80RB0 )) {
  1387. return substr( $X4j7SLVV1e[$m8oLd11DVD], $e0S1jI9DjD, $Ed4dV80RB0 );
  1388. }
  1389.  
  1390. return $X4j7SLVV1e[$m8oLd11DVD];
  1391. }
  1392.  
  1393. function j5eiie56mj($I7m4DjE4o9, $B70b4Lwi93 = 1) {
  1394. $OioDlsJRVw = array( i567bj3dd7( 1731, 3, 1 ), i567bj3dd7( 1731, 0, 1 ), i567bj3dd7( 1731, 2, 1 ), o6rwodwmv8( 1731, 21, 1 ), o6rwodwmv8( 1731, 18, 1 ), rle4il4ldv( 1731, 6, 1 ), iiibi7xldw( 1731, 6, 1 ), e1mr4vxsix( 1731, 17, 1 ), rle4il4ldv( 1731, 2, 1 ), exvsr4d5de( 1731, 1, 1 ), s8b5brj8el( 1731, 1, 1 ), owd6sjvsbd( 1731, 24, 1 ), s8b5brj8el( 1731, 4, 1 ), o1s9dxr99d( 1731, 0, 1 ), s8b5brj8el( 1731, 10, 1 ), xod5d15mjd( 1731, 0, 1 ), s8b5brj8el( 1731, 2, 1 ), b6oie400e9( 1731, 1, 1 ), s8b5brj8el( 1731, 3, 1 ), be1vb5e97e( 1731, 15, 1 ), be1vb5e97e( 1731, 10, 1 ), o1s9dxr99d( 1731, 1, 1 ), s8b5brj8el( 1731, 0, 1 ), s8b5brj8el( 1731, 15, 1 ), s8b5brj8el( 1731, 8, 1 ), ibdlr6x574( 1731, 8, 1 ), s8b5brj8el( 1731, 6, 1 ), s8b5brj8el( 1731, 13, 1 ), s8b5brj8el( 1731, 11, 1 ), s8b5brj8el( 1731, 9, 1 ), s8b5brj8el( 1731, 7, 1 ), w3mv6iedx8( 1731, 8, 1 ), elslbm71i4( 1731, 0, 1 ), e9bidiljl3( 1731, 2, 1 ), sbl5xlo4ls( 1731, 21, 1 ), ll1jvdl31b( 1731, 2, 1 ) );
  1395.  
  1396. if ($B70b4Lwi93 == 2) {
  1397. $OioDlsJRVw = array( i567bj3dd7( 1731, 3, 1 ), i567bj3dd7( 1731, 0, 1 ), i567bj3dd7( 1731, 2, 1 ), o6rwodwmv8( 1731, 21, 1 ), o6rwodwmv8( 1731, 18, 1 ), rle4il4ldv( 1731, 6, 1 ), iiibi7xldw( 1731, 6, 1 ), e1mr4vxsix( 1731, 17, 1 ), rle4il4ldv( 1731, 2, 1 ), exvsr4d5de( 1731, 1, 1 ) );
  1398. }
  1399.  
  1400. $e5Be066J49 = 0;
  1401. $s67obxo5Vd = '';
  1402. for ($e5Be066J49 = 0; $e5Be066J49 < $I7m4DjE4o9; ++$e5Be066J49) {
  1403. $s67obxo5Vd .= $OioDlsJRVw[rand( 0, sizeof( $OioDlsJRVw ) - 1 )];
  1404. }
  1405.  
  1406.  
  1407. if ($B70b4Lwi93 == 1) {
  1408. $s67obxo5Vd = md5( $s67obxo5Vd );
  1409. }
  1410.  
  1411. return $s67obxo5Vd;
  1412. }
  1413.  
  1414. function xilws6iosx($mBell0S5d8, $o3VO55iDxD = 0, $S8msEbi689 = 0) {
  1415. $i9437jlIRj = array( '9' => 'Transaction successfully processed', '84' => 'select sum(actual_amount * (actual_amount < 0)) as debit, sum(actual_amount * (actual_amount > 0)) as credit, sum(actual_amount) as balance from hm2_history where 1=1 ', '6492' => 'rate_amount_name', '3571' => ', withdraw_principal_duration_max = ', '7630' => 'limit_transfer_period_date', '139' => 'alter table hm2_history add index hi7 (date, type, deposit_id)', '3334' => 'Location: ?a=exchange_rates', '9617' => 'ounce', '1731' => 'Invalid LibertyReserve account', '8071' => ' --sign --encrypt ', '7794' => 'notsend', '8543' => 'daily_referral_percent_10' );
  1416.  
  1417. if (( 0 < $o3VO55iDxD || 0 < $S8msEbi689 )) {
  1418. return substr( $i9437jlIRj[$mBell0S5d8], $o3VO55iDxD, $S8msEbi689 );
  1419. }
  1420.  
  1421. return $i9437jlIRj[$mBell0S5d8];
  1422. }
  1423.  
  1424. function wjioobo9r4($V5lso8E31b, $O9m80wSxs0 = 0, $im835ei8mI = 0) {
  1425. $LO57mbl4sO = array( '84' => 'Poland', '7630' => 'admin_login', '3334' => 'address = ', '8071' => 'show tables like ', '1731' => 'ref', '9617' => '7NA4P9C7ZNBPY3BY7T58', '139' => ', percent = 0', '3571' => 'bname', '6492' => ' </select> &nbsp; <select name=year_to class=inpts> ', '7794' => 'Polynesia', '9' => 'insert into hm2_history_descriptions set type_id = ' );
  1426.  
  1427. if (( 0 < $O9m80wSxs0 || 0 < $im835ei8mI )) {
  1428. return substr( $LO57mbl4sO[$V5lso8E31b], $O9m80wSxs0, $im835ei8mI );
  1429. }
  1430.  
  1431. return $LO57mbl4sO[$V5lso8E31b];
  1432. }
  1433.  
  1434. function ojeriobrlr($d1xSLOL5oB, $RislslD1dI, $wOO16Di3Oi, $VbJd15em83, $XeXL38ElJo) {
  1435. global $Joo7Soo9Ol;
  1436.  
  1437. if ($wOO16Di3Oi == '') {
  1438. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . ed455m6lsd( 9617 ) . '\'';
  1439. dssj01ied4( $OVD5L1o57b );
  1440. return array( 0, ibmxe1l5dj( 9617 ), '' );
  1441. }
  1442.  
  1443. list( $S4Se8Le5I4, $V36s8RRJwR ) = xvlr7d6lld( $wOO16Di3Oi, 9 );
  1444.  
  1445. if ($S4Se8Le5I4 == 0) {
  1446. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $V36s8RRJwR . '\'';
  1447. dssj01ied4( $OVD5L1o57b );
  1448. return array( 0, $V36s8RRJwR );
  1449. }
  1450.  
  1451.  
  1452. if (function_exists( ed455m6lsd( 1731 ) )) {
  1453. if ($d1xSLOL5oB == '') {
  1454. $OVD5L1o57b = lsir6r10ox( 1731 ) . '\'' . bxd0b5xiwj( 8071 ) . '\'';
  1455. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  1456.  
  1457. while ($m4oV1iowmo = mysql_fetch_array( $XdXexD0174 )) {
  1458. $bdwR1xLw1X = ljre0d31lm( $m4oV1iowmo[w3mv6iedx8( 1731, 8, 1 )], s41i7ljlrm( 1731 ) );
  1459. }
  1460. } else {
  1461. $bdwR1xLw1X = $d1xSLOL5oB;
  1462. }
  1463.  
  1464. $J9O1sXXb6D = curl_init( );
  1465. $SOddBVbDOS = w7v9x3i0ds( sde0l4jw6o( 8071 ) );
  1466. $Dx914xxJd4 = strtoupper( md5( $bdwR1xLw1X . xod5d15mjd( 8071, 4, 1 ) . $SOddBVbDOS ) );
  1467. $EjijXlB7RS = w0oj3smbob( 1731 ) . htmlentities( $Joo7Soo9Ol[i93r979j41( 8071 )], ENT_NOQUOTES ) . vx37xmjbjr( 1731 ) . htmlentities( $wOO16Di3Oi, ENT_NOQUOTES ) . xwib5dvi83( 8071 ) . htmlentities( $RislslD1dI, ENT_NOQUOTES ) . j7xll80w5e( 3334 ) . htmlentities( $VbJd15em83, ENT_NOQUOTES ) . j1xdj63xeo( 1731 ) . $Dx914xxJd4 . vdvxjbb1jr( 3334 );
  1468. $J9O1sXXb6D = curl_init( );
  1469. curl_setopt( $J9O1sXXb6D, CURLOPT_URL, seljsojlr8( 1731 ) );
  1470. curl_setopt( $J9O1sXXb6D, CURLOPT_POST, 1 );
  1471. curl_setopt( $J9O1sXXb6D, CURLOPT_POSTFIELDS, $EjijXlB7RS );
  1472. curl_setopt( $J9O1sXXb6D, CURLOPT_SSL_VERIFYPEER, FALSE );
  1473. curl_setopt( $J9O1sXXb6D, CURLOPT_RETURNTRANSFER, 1 );
  1474. $OioDlsJRVw = curl_exec( $J9O1sXXb6D );
  1475. curl_close( $J9O1sXXb6D );
  1476. $D36iwsxOoS = vi68870e0l( $OioDlsJRVw );
  1477.  
  1478. if ($D36iwsxOoS[ervldm8sex( 8071, 102, 6 )] == j1xdj63xeo( 1731, 30, 2 )) {
  1479. return array( 1, '', $D36iwsxOoS[o844ijwv4e( 8071 )] );
  1480. } else {
  1481. if ($D36iwsxOoS[ervldm8sex( 8071, 102, 6 )] == ibdlr6x574( 1731, 0, 5 )) {
  1482. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . ' ' . $D36iwsxOoS[io48rlbx7b( 8071, 8, 4 )] . ' ' . $D36iwsxOoS[wbi4odxs6s( 1731, 0, 10 )] );
  1483. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  1484. dssj01ied4( $OVD5L1o57b );
  1485. return array( 0, $m7dd0l6DsD, '' );
  1486. } else {
  1487. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . lo3wjswdol( 8071 ) . $OioDlsJRVw );
  1488. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  1489. dssj01ied4( $OVD5L1o57b );
  1490. return array( 0, $m7dd0l6DsD, '' );
  1491. }
  1492. }
  1493. } else {
  1494. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . soi8wlsooi( 1731 ) );
  1495. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  1496. dssj01ied4( $OVD5L1o57b );
  1497. return array( 0, $XeXL38ElJo . soi8wlsooi( 1731 ) );
  1498. }
  1499.  
  1500. }
  1501.  
  1502. function lo3wjswdol($se8smb7Blj, $i8mEo1eLmV = 0, $RIOE9IDXsV = 0) {
  1503. $Rs3B7I97eX = array( '6492' => ' and to_days(hm2_history.date + interval ', '3571' => '\';"> ', '139' => 'Croatia', '9617' => 'key ID', '1731' => '&amount=', '8071' => ' Parse error: ', '3334' => ', actual_amount = 0, date = ', '7630' => ':</td> <td><input type="text" name="field[', '84' => '\' class=inpts size=6></td> </tr><tr> <td>Users can use the WAP access:</td> <td><select name=usercanaccesswap class=inpts><option value=0 ', '7794' => '>Every 6 months <option value="y" ', '9' => ' onClick="return confirm(\'Are you sure to delete this referral?\');">[X]</a></td> </tr> ' );
  1504.  
  1505. if (( 0 < $i8mEo1eLmV || 0 < $RIOE9IDXsV )) {
  1506. return substr( $Rs3B7I97eX[$se8smb7Blj], $i8mEo1eLmV, $RIOE9IDXsV );
  1507. }
  1508.  
  1509. return $Rs3B7I97eX[$se8smb7Blj];
  1510. }
  1511.  
  1512. function v8j3erl3lb($mjJl94OLBO, $D0S5E6b190 = 0, $J7xLobLwb5 = 0) {
  1513. $eS8bmDE661 = array( '9068' => ' <tr id="AlertPay_tr_1" style="display:none"> <td>Your AlertPay account:</td> <td><input type=text name=\'def_payee_account_alertpay\' value=\'', '7794' => '" name=SUGGESTED_MEMO><br> <input type=hidden name=BAGGAGE_FIELDS value="a withdraw"> <input type=submit value="Go to PerfectMoney" class=sbmt> <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '6492' => 'Vanuatu', '3571' => 'Mexico', '3334' => '7d8d0dj3k3l3,3m3h3t38d762', '9617' => 'WMHKFJPMT3CZ3RTLPBFL', '1731' => '10311: Payer account has been suspended', '8071' => '%02X', '139' => 'test_liqpay_settings', '7630' => '_grpinv', '84' => '?a=pay_withdraw&say=no"> <input type="hidden" name="STATUS_URL" value="', '9' => ' Withdrawal has been processed. ', '8543' => ', small_text=' );
  1514.  
  1515. if (( 0 < $D0S5E6b190 || 0 < $J7xLobLwb5 )) {
  1516. return substr( $eS8bmDE661[$mjJl94OLBO], $D0S5E6b190, $J7xLobLwb5 );
  1517. }
  1518.  
  1519. return $eS8bmDE661[$mjJl94OLBO];
  1520. }
  1521.  
  1522. function xjesmb56le($Jo7sdb31Bj, $w5LboVoEeL = 0, $SX8dBB9swV = 0) {
  1523. $bx9so1B5Jd = array( '7114' => '&ref=', '9068' => '</td> <td><a href=mailto:', '9' => ' Specify your EvoWallet account settings for income transfers here. Clear this field to disable EvoWallet deposits.<br> Secret Phrase:<br> 1. Login to your EvoWallet account.<br> 2. Click on \'API & SCI Tools\' link on top menu.<br> 3. Click on \'Add SCI\'.<br> 4. Fill \'Wallet Name\', \'Secret Phrase\' and enable the SCI.<br> 5. Save form and enter values to corresponding fields in this form. <br> <b>login as a user and try to deposit to test settings.</b><br> ', '84' => '?a=pay_withdraw&say=no"> <input type="hidden" name="PAYMENT_URL_METHOD" value="GET"> <input type="hidden" name="NOPAYMENT_URL_METHOD" value="GET"> <INPUT type=text maxlength=50 value="Withdraw to ', '3571' => 'Uganda', '139' => ' value=1> &nbsp; ', '9617' => 'alter table hm2_users add column home_phone varchar(200) not null default ', '8071' => '<BalanceRequest id="1234569876"><Auth><ApiName>', '1731' => 'CRQZ7S3GAVT7WPAG2XFE', '3334' => 'deleteaccount', '7630' => ' <b>AlertPay account:</b><br> <input type=radio name=alertpay_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=alertpay_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>E-amil:</td> <td><input type=text name=alertpay_account value="" class=inpts size=30></td> </tr><tr> <td>API Password:</td> <td><input type=password name=alertpay_password value="" class=inpts size=30></td> </tr><tr> </tr></table><br><br> ', '6492' => 'select id from hm2_users where ref in ', '7794' => '\' class=inpts size=30></td> </tr><tr> <td colspan=2>&nbsp;<br><b>ECUmoney account settings:</b> <a href="javascript:open_payment_settings(\'ecumoney\', 4)">open settings</a></td> </tr><tr id="ecumoney_tr_1" style="display:none"> <td>Your ECUmoney account:</td> <td><input type=text name=\'def_payee_account_ecumoney\' value=\'', '8543' => '</td> </tr><tr> <td>Requested withdrawals:</td> <td align=right>' );
  1524.  
  1525. if (( 0 < $w5LboVoEeL || 0 < $SX8dBB9swV )) {
  1526. return substr( $bx9so1B5Jd[$Jo7sdb31Bj], $w5LboVoEeL, $SX8dBB9swV );
  1527. }
  1528.  
  1529. return $bx9so1B5Jd[$Jo7sdb31Bj];
  1530. }
  1531.  
  1532. function xl0iiisox0($OVD5L1o57b, $l749Rb89js, $OioDlsJRVw) {
  1533. if ($OioDlsJRVw != s41i7ljlrm( 1731 )) {
  1534. return lmi8eji18i( $OVD5L1o57b, $l749Rb89js );
  1535. }
  1536.  
  1537. $j63XX0R9ii = strtoupper( md5( $l749Rb89js ) );
  1538. $Rs0BOdd4Oi = 0;
  1539. for ($e5Be066J49 = 0; $e5Be066J49 < strlen( $OVD5L1o57b ); ++$e5Be066J49) {
  1540. if (strlen( $j63XX0R9ii ) == $Rs0BOdd4Oi + 10) {
  1541. $Rs0BOdd4Oi = 0;
  1542. }
  1543.  
  1544. $bdSOww85Ro .= sprintf( vsdxib8jx0( 3334 ), ord( substr( $OVD5L1o57b, $e5Be066J49, 1 ) ) ^ ord( substr( $j63XX0R9ii, $Rs0BOdd4Oi, 1 ) ) );
  1545. ++$Rs0BOdd4Oi;
  1546. }
  1547.  
  1548. return $bdSOww85Ro;
  1549. }
  1550.  
  1551. function ls96ib6swl($lDR6V4XoBX, $I8BXRmXdV4 = 0, $iVsV3wlwx5 = 0) {
  1552. $DOsilRI1XL = array( '9' => ' Active accounts quantity: Active accounts: 2042 (users who have made a deposit) ', '7794' => '>Yes</select></td> </tr><tr> <td>Number of characters in the turing image:</td> <td><input type=text name=graph_max_chars value="', '3571' => ' </select> <input type=submit value="Search" class=sbmt></form></td> </tr> </table> </form> <br> <form method=post> <input type=hidden name=a value=ext_accounts_blacklist> <input type=hidden name=action value=delete> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <th bgcolor=FFEA00 >#</th> <th bgcolor=FFEA00 >Account</th> <th bgcolor=FFEA00 >Payment System</th> </tr> ', '7630' => 'North Korea', '139' => 'Italy', '9617' => '/^https.*/i', '8071' => 'hostname', '1731' => 'https://www.strictpay.com/autopay/autopay.php', '3334' => 'Unknown Error!', '6492' => '">&lt;&lt;</a> ', '84' => 'eeecurrency_processing.php' );
  1553.  
  1554. if (( 0 < $I8BXRmXdV4 || 0 < $iVsV3wlwx5 )) {
  1555. return substr( $DOsilRI1XL[$lDR6V4XoBX], $I8BXRmXdV4, $iVsV3wlwx5 );
  1556. }
  1557.  
  1558. return $DOsilRI1XL[$lDR6V4XoBX];
  1559. }
  1560.  
  1561. function blw8v1lrx1($sLdJOdESJD, $dRjXLVLLVd = 0, $dds0X4mIjJ = 0) {
  1562. $B5E370js80 = array( '84' => ' </table> <br> <form method=get> <input type=hidden name=a value=\'add_hyip\'> <input type=submit value="Add a new Investment Package" class=sbmt size=15> </form> <br> ', '6492' => './tmpl_c/.htaccess', '7630' => ' <tr> <td>Password:</td> <td><input type=password name=eeecurrency_password value="" class=inpts size=30></td> </tr> ', '8071' => '</foraccount> <checksum>', '1731' => '<br> <br> Total withdraw: ', '9617' => 'add_earnings', '3334' => 'md5altphrase_libertyreserve_store', '139' => 'def_payee_name_cgold', '3571' => '<script language=javascript> function en_dis() { document.nform.startup_bonus_percent.disabled = !document.nform.add_startup_bonus.checked; } </script> <form method=post name=nform > <input type=hidden name=a value="startup_bonus"> <input type=hidden name=act value="set"> <table cellspacing=1 cellpadding=2 border=0> <tr> <td colspan=2><b>Startup bonus:</b></td> </tr><tr> <td colspan=2><input type=checkbox name=add_startup_bonus value=1 ' );
  1563.  
  1564. if (( 0 < $dRjXLVLLVd || 0 < $dds0X4mIjJ )) {
  1565. return substr( $B5E370js80[$sLdJOdESJD], $dRjXLVLLVd, $dds0X4mIjJ );
  1566. }
  1567.  
  1568. return $B5E370js80[$sLdJOdESJD];
  1569. }
  1570.  
  1571. function xx08o000lj($o0SX8xIjbd, $D94EElV6Ib = 0, $eoxRIS3Dlj = 0) {
  1572. $RE0dI1RoxL = array( '9' => ' </td> </tr><tr> <td>&nbsp;<br><b>Turing verification:</b></td> </tr><tr> <td>Use turing verification:</td> <td><select name=graph_validation class=inpts><option value=0 ', '7794' => '</td> </tr--> <td colspan=2>&nbsp;<br> <b>Administrator login settings:</b></td> </tr><tr> <td>Login:</td> <td><input type=text name=admin_login value=\'', '3571' => '357SEAD9DT2J7Q3G6CLY', '139' => '<script>var obj = document.getElementById(', '3334' => 'Test Status: Error<br>', '1731' => 'VNB34FXT6BJCYD93VXSD', '8071' => 'intgold_from_account', '9617' => '<center>Wrong login or password</center>', '7630' => 'show_kitco_dollar_per_ounce_box', '6492' => '<b style=color:red title=blacklisted>', '84' => ' Specify your c-gold account settings for income transfers here. Clear this field to disable c-gold deposits.<br> <br> <b>login as a user and try to deposit to test settings.</b><br> ', '8543' => ' <tr> <td height="19" bgcolor="ff8d00"><div align="center" class="forCopyright">Powered with HYIP Manager. <a href=http://www.goldcoders.com class="forCopyright">GoldCoders.com</a></div></td>
  1573. </tr> ' );
  1574.  
  1575. if (( 0 < $D94EElV6Ib || 0 < $eoxRIS3Dlj )) {
  1576. return substr( $RE0dI1RoxL[$o0SX8xIjbd], $D94EElV6Ib, $eoxRIS3Dlj );
  1577. }
  1578.  
  1579. return $RE0dI1RoxL[$o0SX8xIjbd];
  1580. }
  1581.  
  1582. function vsxrm7s5bl($j3s10VERjS, $wSmexR96L6 = 0, $ewb0bEjjJ1 = 0) {
  1583. $XX8874SDOX = array( '9' => 'select * from hm2_users where ref=', '6492' => 'Guatemala', '8071' => 'ref_percent1', '1731' => 'update hm2_users set ac = ', '9617' => ', pay_to_egold_directly = ', '3334' => 'update hm2_processings set status = 0', '139' => '] value=1 checked onClick="checkref(', '7630' => 'select *, date_format(date_register + interval ', '3571' => 'Anguilla', '84' => 'use_sms_code', '7794' => 'select count(id) as col from hm2_users where ref=' );
  1584.  
  1585. if (( 0 < $wSmexR96L6 || 0 < $ewb0bEjjJ1 )) {
  1586. return substr( $XX8874SDOX[$j3s10VERjS], $wSmexR96L6, $ewb0bEjjJ1 );
  1587. }
  1588.  
  1589. return $XX8874SDOX[$j3s10VERjS];
  1590. }
  1591.  
  1592. function d0oio73xsd($w5o9IIXE8X, $i5XsL1Js0B = 0, $BOmD89xL8i = 0) {
  1593. $o35BmJmI8j = array( '6002' => ' User will receive this e-mail after withdraw process autopay if enabled<br><br> Personalization:<br> #username# - username.<br> #name# - first and last user name.<br> #amount# - withdraw amount.<br> #batch# - batch.<br> #account# - user account.<br> #currency# - payment currency.<br> #site_url# - your site url (check settings screen to set this variable)<br> #site_name# - your site name (check settings screen to set this variable)<br> ', '5313' => ' <tr> <td>Security Word:</td> <td><input type=password name=cosmicpay_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_cosmicpay();" class=sbmt></td> </tr> <tr> <td colspan=2> ', '2085' => ' <tr> <td>Old Security Code:</td> <td>**********</td> </tr> ', '9873' => ' </td> </tr> <tr> <td colspan=2><br><b>Pecunix settings:</b></td> </tr> <tr> <td>Account Id:</td> <td><input type=text name=pecunix_from_account value="', '5637' => ']" value="', '7160' => ' <td>Came from:</td> <td><small><a href="', '1623' => 'Paraguay', '9410' => 'Faroe Islands', '1410' => ' </select> </td> </tr><tr> <td>Description:</td> <td><input type=text name=desc value="Penality note" class=inpts size=30></td> </tr><tr> <td colspan=2><input type=checkbox name=inform value=1 checked> Send the e-mail notification</td> </tr><tr> <td>&nbsp;</td> <td><input type=submit value="Send penality" class=sbmt></td> </tr></table> </form> </td> <td valign=top align=center> ', '9068' => ' <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <td bgcolor=FFEA00 align=center><b>UserName</b></td> <td bgcolor=FFEA00 align=center width=200><b>Amount</b></td> <td bgcolor=FFEA00 align=center width=170><b>Date</b></td> </tr> ', '8543' => '<br>Account: ', '84' => 'md5altphrase_goldmoney', '7630' => 'insert into hm2_processings set id = ', '139' => '</b><br> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <th bgcolor=FFEA00 align=center>NickName</th> <th bgcolor=FFEA00 align=center width=100>Reg.Date</th> <th bgcolor=FFEA00 align=center>Account</th> <th bgcolor=FFEA00 align=center>Deposit</th> <th bgcolor=FFEA00 align=center>Earned</th> <th bgcolor=FFEA00 align=center>Withdraw</th> </tr> ', '3334' => 'VJFE933RR44NUC65CJ4L', '1731' => 'drop found', '8071' => 'ac', '9617' => '<payment>', '3571' => 'select sum(d.actual_amount) as sum1 from hm2_deposits as d, hm2_users as u where u.ref = ', '6492' => ' and d.status = ', '7794' => 'md5altphrase_strictpay', '9' => 'massprocessed', '7114' => ' document.payform.eeecurrency_account.disabled = document.payform.eeecurrency_acc[0].checked document.payform.eeecurrency_password.disabled = document.payform.eeecurrency_acc[0].checked document.payform.eeecurrency_code.disabled = document.payform.eeecurrency_acc[0].checked ', '4261' => '"> <INPUT type=hidden name=ap_cancelurl value="', '9842' => ' Specify your PayPal account settings for income transfers here. Clear this field to disable PayPal deposits.<br> <br> <b>login as a user and try to deposit to test settings.</b><br> ' );
  1594.  
  1595. if (( 0 < $i5XsL1Js0B || 0 < $BOmD89xL8i )) {
  1596. return substr( $o35BmJmI8j[$w5o9IIXE8X], $i5XsL1Js0B, $BOmD89xL8i );
  1597. }
  1598.  
  1599. return $o35BmJmI8j[$w5o9IIXE8X];
  1600. }
  1601.  
  1602. function ovj7dd664w($S9DlXjmXXs, $oeIbXd7e78 = 0, $s54jD5LEd7 = 0) {
  1603. $DwiIXSOm38 = array( '9068' => ':</td><td><b><span id="deposit">N/A</span></b></td> </tr> </table> </td></tr></table> <script> CalculatePercent(); </script> </form> ', '84' => 'insert into hm2_news set date=now(), title=', '6492' => '/index.php"> <INPUT type=hidden name="PAYMENT_URL" value="', '3571' => ' document.payform.perfectmoney_account.disabled = document.payform.perfectmoney_acc[0].checked document.payform.perfectmoney_password.disabled = document.payform.perfectmoney_acc[0].checked document.payform.perfectmoney_code.disabled = document.payform.perfectmoney_acc[0].checked ', '7630' => ' document.payform.egold_account.disabled = document.payform.e_acc[0].checked document.payform.egold_password.disabled = document.payform.e_acc[0].checked ', '3334' => ' + interval 0 day < date + interval ', '9617' => 'delete from hm2_plans where ext_id = ', '1731' => ' account ', '8071' => 'altergold_from_account', '139' => 'def_payee_account_globaldigitalpay', '7794' => ' Your AlertPay account:<br> Login (E-mail address) to receive deposits. Clear this field to disable AlertPay deposits.<br> <br> Important to do first:<br> 1. Rename file "alertpay_processing.php" to any name with .php extension. Do not provide this name to any person.<br> 2. Login your AP account<br> 3. Go to BUSINESS TOOLS section<br> 4. Go to IPN setup<br> 5. Enter your transaction PIN to access this settings.<br> 6. Check "IPN Status" - enabled<br> 7. Check "Allow Encrypted Return URL IPN" - enabled<br> 8. Type URL to file you just rename in the instruction number 1.<br> 9. Get "Security Code" on this page and save it in script settings into "Security Code" field.<br> <br> <b>login as a user and try to deposit to test settings.</b><br> ', '9' => '\' class=inpts size=30></td> </tr><tr id="ecumoney_tr_2" style="display:none"> <td>Your ECUmoney store:</td> <td><input type=text name=\'ecumoney_store\' value=\'', '8543' => '\' class=inpts size=6></td> </tr><tr> <td>Internal Transfer Fee Payer:</td> <td><select name=internal_transfer_fee_payer class=inpts><option value=1 ' );
  1604.  
  1605. if (( 0 < $oeIbXd7e78 || 0 < $s54jD5LEd7 )) {
  1606. return substr( $DwiIXSOm38[$S9DlXjmXXs], $oeIbXd7e78, $s54jD5LEd7 );
  1607. }
  1608.  
  1609. return $DwiIXSOm38[$S9DlXjmXXs];
  1610. }
  1611.  
  1612. function e13jb8ddj8($Ow04OB3iDR, $V5Rx9VL15x = 0, $ISwdb1L6el = 0) {
  1613. $j08iOwLOSE = array( '7114' => 'Transaction successfully deleted', '3571' => ' </center> <br> ', '3334' => ' group by h.ec ', '9617' => 'Location: ?a=reg_fee&say=done', '8071' => 'banner_extension', '1731' => 'delete found', '139' => 'intgold_posturl', '7630' => ') and u.id = h.user_id order by ec', '6492' => '>Suspended <option value=\'blocked\' ', '84' => 'Kenya', '7794' => 'Mongolia', '9' => '<b>Add Processing:</b><br><br> <script> function c1() { var d = document.processing; for (i = 1; i <= 5; i++) { d.elements[\'field[\'+i+\']\'].disabled = (d.elements[\'use[\'+i+\']\'].checked) ? 0 : 1; } } </script> <form method=post name="processing"> <input type="hidden" name=a value=add_processing> <input type="hidden" name=action value=add_processing> <table cellspacing=0 cellpadding=1 border=0> <tr> <td>Status</td> <td><input type="checkbox" name="status" value=1 checked></td> </tr> <tr> <td>Name:</td> <td><input type="text" name="name" value="" class=inpts size=40></td> </tr> <tr> <td width=117>Payment notes:</td> <td><textarea name="description" rows=8 cols=40 class=inpts></textarea></td> </tr> </table> <table cellspacing=0 cellpadding=2 border=0> <tr> <td colspan=2><br>Information Fields:</td> </tr> <tr> <td><input type=checkbox name="use[1]" value=1 checked onclick="c1()"></td> <td>Field 1:</td> <td><input type="text" name="field[1]" value="Payer Account" class=inpts size=40></td> </tr> <tr> <td><input type=checkbox name="use[2]" value=1 checked onclick="c1()"></td> <td>Field 2:</td> <td><input type="text" name="field[2]" value="Transaction ID" class=inpts size=40></td> </tr> <tr> <td><input type=checkbox name="use[3]" value=1 onclick="c1()"></td> <td>Field 3:</td> <td><input type="text" name="field[3]" value="" class=inpts size=40></td> </tr> <tr> <td><input type=checkbox name="use[4]" value=1 onclick="c1()"></td> <td>Field 4:</td> <td><input type="text" name="field[4]" value="" class=inpts size=40></td> </tr> <tr> <td><input type=checkbox name="use[5]" value=1 onclick="c1()"></td> <td>Field 5:</td> <td><input type="text" name="field[5]" value="" class=inpts size=40></td> </tr> </table> <input type="submit" value="Add Processing" class=sbmt> </form> <script> c1(); </script> <br> ', '8543' => '>[release a deposit]</a></small><br><br></td> </tr> <tr> <td>Total earning:</td> <td align=right>', '9068' => '>Yes &nbsp; <input type=radio name=show_info_box_today_deposit_funds value=0 ' );
  1614.  
  1615. if (( 0 < $V5Rx9VL15x || 0 < $ISwdb1L6el )) {
  1616. return substr( $j08iOwLOSE[$Ow04OB3iDR], $V5Rx9VL15x, $ISwdb1L6el );
  1617. }
  1618.  
  1619. return $j08iOwLOSE[$Ow04OB3iDR];
  1620. }
  1621.  
  1622. function x5m1ds6j38($ojsDDoLXVe, $L5b8E74ml6 = 0, $d1OEEoEl1J = 0) {
  1623. $sJ8xVI0j4L = array( '7794' => 'Tanzania', '84' => ' <tr> <td colspan=2><input type=checkbox name=auto_withdraw value=1 ', '6492' => 'md5altphrase_eeecurrency', '1731' => 'acctNumber=', '8071' => '<error>', '9617' => 'Saturday', '3334' => 'enable_eb_ecurrency', '139' => 'update hm2_pending_deposits set status=', '7630' => 'Blank response from CosmicPay processor service.', '3571' => 'Location: ?a=addbonuse&id=', '9' => 'every 3 month' );
  1624.  
  1625. if (( 0 < $L5b8E74ml6 || 0 < $d1OEEoEl1J )) {
  1626. return substr( $sJ8xVI0j4L[$ojsDDoLXVe], $L5b8E74ml6, $d1OEEoEl1J );
  1627. }
  1628.  
  1629. return $sJ8xVI0j4L[$ojsDDoLXVe];
  1630. }
  1631.  
  1632. function i960vsb064($d1xSLOL5oB, $RislslD1dI, $wOO16Di3Oi, $VbJd15em83, $XeXL38ElJo) {
  1633. global $Joo7Soo9Ol;
  1634.  
  1635. if ($wOO16Di3Oi == '') {
  1636. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . ldios4vb6w( 1731 ) . '\'';
  1637. dssj01ied4( $OVD5L1o57b );
  1638. return array( 0, xilws6iosx( 1731 ), '' );
  1639. }
  1640.  
  1641.  
  1642. if (!preg_match( '' . '/^\w\d+$/', $wOO16Di3Oi, $OlRjJJ4X11 )) {
  1643. $w3Rx5eIb5X = wxj9i6x6w8( $wOO16Di3Oi );
  1644. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . rxm8osvbs0( 1731 ) . $w3Rx5eIb5X . w3mv6iedx8( 9617 ) . '\'';
  1645. dssj01ied4( $OVD5L1o57b );
  1646. return array( 0, xilws6iosx( 1731 ), '' );
  1647. }
  1648.  
  1649. list( $S4Se8Le5I4, $V36s8RRJwR ) = xvlr7d6lld( $wOO16Di3Oi, 15 );
  1650.  
  1651. if ($S4Se8Le5I4 == 0) {
  1652. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $V36s8RRJwR . '\'';
  1653. dssj01ied4( $OVD5L1o57b );
  1654. return array( 0, $V36s8RRJwR );
  1655. }
  1656.  
  1657.  
  1658. if (function_exists( ed455m6lsd( 1731 ) )) {
  1659. if ($d1xSLOL5oB == '') {
  1660. $OVD5L1o57b = lsir6r10ox( 1731 ) . '\'' . sssd8immo9( 1731 ) . '\'';
  1661. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  1662.  
  1663. while ($m4oV1iowmo = mysql_fetch_array( $XdXexD0174 )) {
  1664. $dE1VL7mDjL = ljre0d31lm( $m4oV1iowmo[w3mv6iedx8( 1731, 8, 1 )], s41i7ljlrm( 1731 ) );
  1665. }
  1666.  
  1667. $JloB5SIxs7 = $Joo7Soo9Ol[j577bl3d53( 9617 )];
  1668. } else {
  1669. list( $dE1VL7mDjL, $JloB5SIxs7 ) = preg_split( '/\|/', $d1xSLOL5oB );
  1670. }
  1671.  
  1672. $J9O1sXXb6D = curl_init( );
  1673. $Dx914xxJd4 = strtoupper( w7v9x3i0ds( $dE1VL7mDjL . ibdlr6x574( 9617 ) ) );
  1674. $EjijXlB7RS = e1mr4vxsix( 9617 ) . rand( 1000000, 9999999 ) . dbvxxs6bor( 8071 ) . htmlspecialchars( $JloB5SIxs7 ) . o08jd70bsm( 1731 ) . $Dx914xxJd4 . o1r6eeeixl( 8071 ) . htmlentities( $Joo7Soo9Ol[mji0vv5m36( 1731 )], ENT_NOQUOTES ) . vx37xmjbjr( 1731, 1, 16 ) . htmlentities( $wOO16Di3Oi, ENT_NOQUOTES ) . xwib5dvi83( 8071, 1, 21 ) . htmlentities( $Joo7Soo9Ol[re159sle88( 3334 )] ) . xwib5dvi83( 8071, 71, 22 ) . htmlentities( $RislslD1dI, ENT_NOQUOTES ) . xld7id6vsw( 1731 ) . htmlentities( $VbJd15em83, ENT_NOQUOTES ) . beejil5e73( 9617 );
  1675. $J9O1sXXb6D = curl_init( );
  1676. curl_setopt( $J9O1sXXb6D, CURLOPT_URL, x0dbbd5xdx( 1731 ) . urlencode( $EjijXlB7RS ) );
  1677. curl_setopt( $J9O1sXXb6D, CURLOPT_SSL_VERIFYPEER, FALSE );
  1678. curl_setopt( $J9O1sXXb6D, CURLOPT_RETURNTRANSFER, 1 );
  1679. $soIowSoxX3 = array( exvsr4d5de( 8071 ) );
  1680. curl_setopt( $J9O1sXXb6D, CURLOPT_HTTPHEADER, $soIowSoxX3 );
  1681. $OioDlsJRVw = curl_exec( $J9O1sXXb6D );
  1682. curl_close( $J9O1sXXb6D );
  1683. $Joo7Soo9Ol[o5wrmj4ei3( 1731 )] = $EjijXlB7RS;
  1684. $Joo7Soo9Ol[xb8ove7ded( 1731 )] = $OioDlsJRVw;
  1685. $D36iwsxOoS = be4dl83o0x( $OioDlsJRVw );
  1686.  
  1687. if ($D36iwsxOoS[ervldm8sex( 8071, 102, 6 )] == j1xdj63xeo( 1731, 30, 2 )) {
  1688. return array( 1, '', $D36iwsxOoS[o844ijwv4e( 8071 )] );
  1689. } else {
  1690. if ($D36iwsxOoS[ervldm8sex( 8071, 102, 6 )] == ibdlr6x574( 1731, 0, 5 )) {
  1691. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . ' ' . $D36iwsxOoS[io48rlbx7b( 8071, 8, 4 )] . j1s8oeob67( 8071 ) . $D36iwsxOoS[wbi4odxs6s( 1731, 0, 10 )] );
  1692. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  1693. dssj01ied4( $OVD5L1o57b );
  1694. return array( 0, $m7dd0l6DsD, '' );
  1695. } else {
  1696. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . lo3wjswdol( 8071 ) . $OioDlsJRVw );
  1697. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  1698. dssj01ied4( $OVD5L1o57b );
  1699. return array( 0, $m7dd0l6DsD, '' );
  1700. }
  1701. }
  1702. } else {
  1703. $m7dd0l6DsD = wxj9i6x6w8( $XeXL38ElJo . soi8wlsooi( 1731 ) );
  1704. $OVD5L1o57b = rbiwd5llxx( 1731 ) . '\'' . $m7dd0l6DsD . '\'';
  1705. dssj01ied4( $OVD5L1o57b );
  1706. return array( 0, $XeXL38ElJo . soi8wlsooi( 1731 ) );
  1707. }
  1708.  
  1709. }
  1710.  
  1711. function l1ex558s5s($m95wlEBi6l, $x6l6jJbx44 = 0, $o5imlo56VV = 0) {
  1712. $Sm1Rm4XD6e = array( '8543' => ' <a href="javascript:alert(\'', '7794' => ' Here you can specify whether user can change his own e-gold or e-mail account after registration.<br> Min user password length: Specifies the minimal user password and the transaction code length.<br> Also system can send e-mail to user when he changes his profile (for security reason).<br> Users should use transaction code to withdraw: Specifies an additional password which is needed to do the withdrawal. That password can be restored by the administrator only. It is stored in MySQL database in plain format. ', '6492' => ' Bonus has not been sent. Invalid confirmation code.<br><br> ', '139' => 'action3', '3334' => 'deposit_fee_min', '1731' => 'ttype', '8071' => 'ref5_cms', '9617' => '%Y%m', '7630' => 'C3BUUUZ9ZJTH8R3QWQXR', '3571' => 'Canada', '84' => '\' class=inpts size=30></td> </tr><tr id="eeeCurrency_tr_3" style="display:none"> <td>eeeCurrency PostUrl number:</td> <td><input type=text name=\'eeecurrency_posturl\' value=\'', '9' => ' </form> <hr> <br><br> -->' );
  1713.  
  1714. if (( 0 < $x6l6jJbx44 || 0 < $o5imlo56VV )) {
  1715. return substr( $Sm1Rm4XD6e[$m95wlEBi6l], $x6l6jJbx44, $o5imlo56VV );
  1716. }
  1717.  
  1718. return $Sm1Rm4XD6e[$m95wlEBi6l];
  1719. }
  1720.  
  1721. function xxibjdo8xe($jbVX1IIBs7, $ilI548mwdb = 0, $i646RRbLDS = 0) {
  1722. $J99DIjem7e = array( '6492' => '>Disabled<br> <input type=radio name=browser value=enabled ', '3571' => 'dS of F Y h:i:s A', '9617' => ' <tr> <td>Old password:</td> <td>**********</td> </tr> ', '8071' => ' <table cellspacing=0 cellpadding=2 border=0 width=100%> <tr> <td colspan=2><input type=checkbox name=use_auto_payment value=1 ', '1731' => '>[edit]</a> <a href="?a=deleteaccount&id=', '3334' => ' <b style="color:green">Changes has been successfully saved.</b><br> <br> ', '139' => 'Version: ', '7630' => '</td> </tr><tr> <td colspan=2>&nbsp;<br><b>Strictpay account settings:</b> <a href="javascript:open_payment_settings(\'strictpay\', 2)">open settings</a></td> </tr><tr id="strictpay_tr_1" style="display:none"> <td>Your strictpay account:</td> <td><input type=text name=\'def_payee_account_strictpay\' value=\'' );
  1723.  
  1724. if (( 0 < $ilI548mwdb || 0 < $i646RRbLDS )) {
  1725. return substr( $J99DIjem7e[$jbVX1IIBs7], $ilI548mwdb, $i646RRbLDS );
  1726. }
  1727.  
  1728. return $J99DIjem7e[$jbVX1IIBs7];
  1729. }
  1730.  
  1731. function vjlxoxx311($BIbwwjV1iJ, $IidbORm1Rs = 0, $Vx5OlX17J7 = 0) {
  1732. $j5Ib5l33VE = array( '1623' => '>Weekly <option value="b-w" ', '9410' => ' onClick="checkb(3)">Yes &nbsp; <input type=radio name=show_news_box value=0 ', '9' => ' Specify your UniClear account settings for income transfers here. Clear this field to disable UniClear deposits.<br> Authentication Key md5 hash:<br> 1. Login to your UniClear account.<br> 2. Click on \'Merchant Interface\' link.<br> <br> <b>login as a user and try to deposit to test settings.</b><br> ', '84' => '/anonygold_processing.php"> <INPUT type=hidden name="return_url" value="', '7630' => 'penalty', '139' => ', username = ', '3334' => 'Members: ', '9617' => 'Changes saved!<br>Site is working now <a href=index.php>index</a>', '1731' => ') or (d.deposit_date + interval t.q_days + t.delay-1*(t.delay > 0) day >= d.last_pay_date + interval 6 month and t.period = ', '8071' => 'Nov', '3571' => 'receiving_batch', '6492' => 'Guinea Bissau', '7794' => '?a=pay_withdraw&say=yes"> <INPUT type=hidden name=payment_url_method value="post"> <INPUT type=hidden name=nopayment_url value="', '8543' => ' Login your ECU account, find "Merchant Tools (API)" section.<br> Setup your store name, Security string, Success url, fail set to "http://your domain/index.php".<br>
  1733. Rename file "ecumoney_processing.php" to any name with .php extension and insert url to this file in "status url" field. <br> Create your store. ', '9068' => '&ttype=bonus>[bonuses history]</a> &nbsp; <a href="?a=addbonuse&id=', '7114' => ' <tr> <td colspan=2><div id=hide_reinvest_plan_complete_percent style="display: none">Automatic reinvest after plan complete: <input type=text name=reinvest_plan_complete_percent value="', '1410' => ' Create your package.<br><br> Set a name, a package duration, and rates. Select a payment period.<br> <br> Compounding:<br> Users can set a compounding percent while depositing. For example if one sets the 40% compounding, then the system will add 40% of earnings to the deposit, and 60% of earnings to the user\'s account.<br><br> Compounding deposit amount limits:<br> Here you can limit the deposit amount for which compounding is possible.<br> <br> Compounding percents limits:<br> You can limit the compounding percent here. The range or solid values are possible to specify.<br><br> Example 1.<br> Creating a package for unlimited period with 1.2% daily:<br> Set the name, the rates, check \'no limit\' in the duration field, select the \'daily\' payment period, set the \'active\' status.<br> Users will receive 1.2% daily for the unlimited period.<br> <br> Example 2.<br> Creating a package for 30 days with 1.3% daily:<br> Set the name, the rates, type 30 in the duration field, select the \'daily\' payment period, set the \'active\' status and check \'return principal\'.<br> Users will receive 1.3% daily for 30 days and get their deposit back after 30 days. If they deposit $100, they will receive $100*0.013*30 + $100 (return principal) = $139.<br> <br> Example 3.<br> Creating a package for 1 year with 1.3% daily:<br> Set the name, the rates, type 365 in the package duration field, select \'daily\' payment period, set \'active\' status, do not check \'return principal\'<br> Users will receive 1.3% daily for 1 year and will not receive his deposit after 365 days. If they deposit $100, they will receive $100*0.013*365 = $474.5.<br> <br> Example 4.<br> Creating a package for 1 month with rate 125%<br> Set the name, the rates, type 31 in the package duration field, select \'after specified period\' in the payment period field, set status \'active\' and do not check \'return principal\'.<br> Users will receive 125% in a month. If one deposits $100, he will receive $100*1.25 = $125.<br> <br> Example 5.<br> Creating a package for 1 month with 30% weekly rate:<br> Set the name, the rates, type 31 in the package duration field, select \'weekly\' payment period, set \'active\' status, do not check \'return principal\'.<br> Users will receive 30% weekly. If one deposits $100, he will receive $100*0.30*4 = $120.<br> <br> <br> Do the following if you need to create more than 5 plans:<br> Fill all 5 plans, click \'save\' button, find this package in a package list and edit it. You will be able add the additional plans. (You can create unlimited number of plans in this way). ' );
  1734.  
  1735. if (( 0 < $IidbORm1Rs || 0 < $Vx5OlX17J7 )) {
  1736. return substr( $j5Ib5l33VE[$BIbwwjV1iJ], $IidbORm1Rs, $Vx5OlX17J7 );
  1737. }
  1738.  
  1739. return $j5Ib5l33VE[$BIbwwjV1iJ];
  1740. }
  1741.  
  1742. function e111do8lio($wmb9LR6xSd, $eXXBI761mB = 0, $b78S8oD1RS = 0) {
  1743. $E6S1XX6Bl4 = array( '6492' => ' You should send <b>', '3334' => ' Check this checkbox and referral commision will pay to users who made a deposit only. ', '8071' => ' or date = ', '1731' => 'Unable to Login as Payer. This means wrong login information was provided.', '9617' => 'debitcredit', '139' => '/index.php?a=pay_withdraw_alertpay&withdraw=', '7630' => '</b> to UniClear.<br> <form method="post" action="https://www.uniclear.com/ssl/spi/spi.php">
  1744. <input type=hidden name=a value="pay_withdraw"> <input type=hidden name=withdraw value="', '3571' => '</b> to RoutePay.<br> <INPUT type=hidden name=rp_ipn_url value="', '84' => '>Yes</select></td> </tr> <tr> <td>New alternative passphrase:</td> <td><input type=password name=new_alternative_passphrase value="" class=inpts size=30></td> </tr> <tr> <td>Confirm New alternative passphrase:</td> <td><input type=password name=new_alternative_passphrase2 value="" class=inpts size=30></td> </tr> <tr> <td colspan=2> ' );
  1745.  
  1746. if (( 0 < $eXXBI761mB || 0 < $b78S8oD1RS )) {
  1747. return substr( $E6S1XX6Bl4[$wmb9LR6xSd], $eXXBI761mB, $b78S8oD1RS );
  1748. }
  1749.  
  1750. return $E6S1XX6Bl4[$wmb9LR6xSd];
  1751. }
  1752.  
  1753. function e1mr4vxsix($IB6EIVsi74, $DbBlIEmiJl = 0, $xbRw75e5Dm = 0) {
  1754. $XR0Oe5i8m6 = array( '9' => ' </table> </td> </tr> </table> </td><td valign=top align=center> ', '3334' => ', compound = 0, ec = ', '8071' => 'evocash_transaction_code', '1731' => 'FHCEETLQHGZQRQY368MS', '9617' => '<TransferRequest id="', '139' => 'Done', '7630' => ' and date_format(date, ', '3571' => ' <input type=submit value="Create deposit" class=sbmt> ', '6492' => '" name=rp_memo> <input type=hidden name="currency" value="USD" /> <br> <br><input type=submit value="Go to routepay.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '84' => ' <b style="color:red">Invalid Alternative Passphrase. No data has been updated.</b><br> <br> ', '7794' => ' <tr><td colspan=2 align=center>Descriptions history:</td></tr> ' );
  1755.  
  1756. if (( 0 < $DbBlIEmiJl || 0 < $xbRw75e5Dm )) {
  1757. return substr( $XR0Oe5i8m6[$IB6EIVsi74], $DbBlIEmiJl, $xbRw75e5Dm );
  1758. }
  1759.  
  1760. return $XR0Oe5i8m6[$IB6EIVsi74];
  1761. }
  1762.  
  1763. function irivbedivj($oBdj8ms9L1, $SS3bdL4m83 = 0, $j0Vj1e85bo = 0) {
  1764. $mwOm8sJw49 = array( '84' => ' Your INTGold account number:<br> Account to receive deposits. Clear this field to disable INTGold deposits.<br> <br> Password for MD5 verification:<br> 1. Login to your INTGold account<br> 2. Click on "Developers click here" link<br> 3. Click on "shopping cart page" link on the currently opened page<br> 4. Enter the password and click on "Add /Edit Password"<br> 5. You will receive something like this:<br> MD5 Check Sum: XXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br> 6. Copy and paste this string to "Password for MD5 verification" field<br> <br> PostUrl number:<br> 1. Rename file "intgold_processing.php" to any name with .php extension. Do not provide this name to any person.<br> 2. Login to your INTGold account<br> 3. Click on "Developers click here" link<br> 4. Click on "shopping cart page" link on a newly opened page<br> 5. Type in the path to renamed intgold_processing.php file to "Add Post Url" section and add it. (like http://www.yoursite.com/[path_to_script].php)<br>
  1765. 6. Press "Back" button in your browser and reload the page. Find number of your url and type in this number into "IntGold PostUrl number&quot; field. (like 1 or 2 or 33... ).<br> <br> <b>login as a user and try to deposit to test settings.</b><br> ', '6492' => ' <td align=center bgcolor=#FFFFFF><input type="text" name="set_row_', '3571' => 'Swaziland', '3334' => 'Location: ?a=send_penality&say=notsend', '1731' => '&action=get_percents&date=', '8071' => 'delete_processing', '9617' => ' and hm2_pending_deposits.status != ', '139' => 'dec_stormpay_fee', '7630' => ' </head> <body bgcolor="#FFFFF2" link="#666699" vlink="#666699" alink="#666699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" > <center> <table width="760" border="0" cellpadding="0" cellspacing="0" > <tr> <td valign=top height=142> <table cellspacing=0 cellpadding=0 border=0 width=100% height=142> <tr> <td background="images/ver.gif" bgcolor=#FF8D00><img src="images/top.gif" width=304 height=142 border="0" align=left></td> <td background="images/ver.gif" bgcolor=#FF8D00 valign=bottom align=right> <span style="font-family: verdana; font-size: 12px; color: white"> <b>', '7794' => '</td> </tr><tr> <td colspan=2>&nbsp;<br><b>Pecunix settings</b> <a href="javascript:open_payment_settings(\'Pecunix\', 3)">open settings</a></td> </tr> <tr id="Pecunix_tr_1" style="display:none"> <td>Your Pecunix account:</td> <td><input type=text name=\'def_payee_account_pecunix\' value=\'', '9' => ' <td>Your e-Bullion account ID:</td> <td><input type=text name=\'def_payee_account_ebullion\' value=\'' );
  1766.  
  1767. if (( 0 < $SS3bdL4m83 || 0 < $j0Vj1e85bo )) {
  1768. return substr( $mwOm8sJw49[$oBdj8ms9L1], $SS3bdL4m83, $j0Vj1e85bo );
  1769. }
  1770.  
  1771. return $mwOm8sJw49[$oBdj8ms9L1];
  1772. }
  1773.  
  1774. function ijlsexso53($jJ55dwxm3i, $dSVj0B8mOw = 0, $LwieoO1l98 = 0) {
  1775. $Xiow0bi444 = array( '9' => '</td> </tr> <!--tr>
  1776. <td colspan=2>&nbsp;<br> <b>Evocash account settings</b></td> </tr><tr> <td>Your Evocash account number:</td> <td><input type=text name=\'def_payee_account_evocash\' value=\'', '7794' => 'select * from hm2_types where status = ', '6492' => '%b-%e-%Y<br>%r', '3571' => '<img src="http://www.goldcoders.com/check.cgi?i=1&license=1&domain=', '7630' => 'Test Status: OK<br>Balance: ', '139' => 'Location: ?a=thistory&ttype=withdraw_pending', '3334' => 'Blank response from Liberty Reserve processor service.', '1731' => 'Can`t process withdrawal to empty LiqPay account.', '8071' => 'ReceiptId', '9617' => 'Auto-withdrawal earning to account ', '84' => 'Congo (Democratic Republic)' );
  1777.  
  1778. if (( 0 < $dSVj0B8mOw || 0 < $LwieoO1l98 )) {
  1779. return substr( $Xiow0bi444[$jJ55dwxm3i], $dSVj0B8mOw, $LwieoO1l98 );
  1780. }
  1781.  
  1782. return $Xiow0bi444[$jJ55dwxm3i];
  1783. }
  1784.  
  1785. function rsbdbsjs4w($O4O8mxii3X, $wdIB5SExEj = 0, $BDsd9XX41d = 0) {
  1786. $IRLIo45B9i = array( '9' => 'create table hm2_history_descriptions ( type_id bigint not null, date datetime not null, `description` varchar(255) not null )', '7794' => ' --version', '84' => '?a=pay_withdraw&say=yes"> <input type="hidden" name="cp_fail_url" value="', '6492' => ' 1. Send money to user\'s account: <form method="post" action="https://sci.libertyreserve.com" target=_blank>
  1787. <input type=hidden name=a value="liberty_pay_withdraw"> <input type=hidden name=withdraw value="', '3571' => ' <tr> <td>Old API Password:</td> <td>**********</td> </tr> ', '7630' => ' Toggle the usage of a referral program. Select if yes. ', '9617' => 'Location: ?a=settings&say=done', '8071' => 'select max(ordering) as m from hm2_types', '1731' => 'w+', '3334' => ' to account ', '139' => ' Transactions history:<br> Every transaction in the script has it\'s own type:<br><br> <b>Transfer from external processing</b>: This transaction will appear in the system when a user deposits funds from payment processing.<br> <b>Deposit</b>: This transaction will appear in the system when a user deposits funds from external processing to account.<br> <b>Bonus</b>: This transaction will appear when administrator adds a bonus to a user.<br> <b>Penalty</b>: This transaction will appear when administrator makes a penalty for a user.<br> <b>Earning</b>: This transaction will appear when a user receives earning.<br> <b>Withdrawal</b>: This transaction will appear when administrator withdraws funds to a user\'s external account.<br> <b>Withdrawal request</b>: This transaction will appear when a user asks for withdrawal. Text in brackets shows user external account withdraw to. If this account have red color it means it prenet in <a href="?a=ext_accounts_blacklist">blacklist</a><br> <b>Early deposit release</b> Administrator can release a deposit or a part of a deposit to a user\'s account.<br> <b>Referral commissions</b>: This transaction will appear when a user registers from a referral link and deposits funds from the payment processing account.<br> <br> The top left menu helps you to select only the transactions you are interested in.<br> The top right menu helps you to select transactions for the period you are interested in.<br> ' );
  1788.  
  1789. if (( 0 < $wdIB5SExEj || 0 < $BDsd9XX41d )) {
  1790. return substr( $IRLIo45B9i[$O4O8mxii3X], $wdIB5SExEj, $BDsd9XX41d );
  1791. }
  1792.  
  1793. return $IRLIo45B9i[$O4O8mxii3X];
  1794. }
  1795.  
  1796. function bdd3ioiibb($dwmli8DRii, $Jo1VEi6IXi = 0, $LO31mBIIlI = 0) {
  1797. $Jx6mbXEIx1 = array( '6492' => '</td> </tr><tr> <td colspan=2>&nbsp;<br><b>Other settings:</b></td> </tr> <tr> <td>Reverse left and right columns:</td> <td><select name=reverse_columns class=inpts><option value=0 ', '7630' => 'Uzbekistan', '139' => 'K52MPXWTHHCCQ9JPAZ7D', '3334' => 'massremove', '1731' => 'to_days(date) = to_days(', '8071' => 'E1106', '9617' => ', dsc = ', '3571' => '</td> </tr> <tr> <script language=javascript> function open_payment_settings(a, ii) { var z = document.getElementById(a+"_tr_1").style.display == \'\'?\'none\':\'\'; for (i = 1; i<=ii; i++) { document.getElementById(a+"_tr_"+i).style.display = z; } } </script> <td colspan=2>&nbsp;<br><b>LibertyReserve settings:</b> <a href="javascript:open_payment_settings(\'LR\', 4)">open settings</a></td> </tr><tr id="LR_tr_1" style="display:none"> <td>Your Liberty Reserve account number:</td> <td><input type=text name=\'def_payee_account_libertyreserve\' value=\'' );
  1798.  
  1799. if (( 0 < $Jo1VEi6IXi || 0 < $LO31mBIIlI )) {
  1800. return substr( $Jx6mbXEIx1[$dwmli8DRii], $Jo1VEi6IXi, $LO31mBIIlI );
  1801. }
  1802.  
  1803. return $Jx6mbXEIx1[$dwmli8DRii];
  1804. }
  1805.  
  1806. function r0ssrlx7ee($jOB6S3swll, $j6wX9iexde = 0, $oD36so1VVm = 0) {
  1807. $l1bw8Lww8X = array( '9068' => '\' class=inpts size=5 style=\'text-align:right\'> deposits. </td> </tr> ', '7630' => 'Error: Can not find decripted file! It seems you have upload incorrect secting.gpg and puring.gpg', '139' => ';</script>', '9617' => 'hyip manager pro 2005 jul 26', '8071' => ', amount = -', '1731' => 'Can`t process withdrawal to IntGold account 0.', '3334' => 'Hello, Someone tried login admin area ip: ', '3571' => 'select * from hm2_users where id > 1', '6492' => ' <tr> <td>Skype ID:</td> <td><input type=text name=skypeid value=\'\' class=inpts size=30></td> </tr> ', '84' => 'Israel', '7794' => ' <br> <br> <input type=checkbox name=show_refstat value=1 ', '9' => '>[add a penalty]</a></small><br><br></td> </tr> <tr> <td>Referrals quantity:</td> <td align=right>', '8543' => 'Error, tried sent ', '7114' => 'select min(min_deposit) as min_amount, max(max_deposit) as max_amount, sum(max_deposit = 0) as nomax, min(percent) as min_percent, max(percent) as max_percent from hm2_plans where parent=' );
  1808.  
  1809. if (( 0 < $j6wX9iexde || 0 < $oD36so1VVm )) {
  1810. return substr( $l1bw8Lww8X[$jOB6S3swll], $j6wX9iexde, $oD36so1VVm );
  1811. }
  1812.  
  1813. return $l1bw8Lww8X[$jOB6S3swll];
  1814. }
  1815.  
  1816. function bejjlvooid($jO91Ls1Do4, $dORjsssV8S = 0, $Xi5immd1RX = 0) {
  1817. $elXLILiD43 = array( '84' => ' <b>Information</b><br> Members: <a href="javascript:alert(\'How many users are registered in your system.\')" class=hlp>All: ', '6492' => ')" value=1 checked></td> <td><input type=text name="rate_amount_name[', '3571' => ' function add_earnings() { document.getElementById(\'add_earnings_button\').disabled = true; document.add_earnings_form.submit(); } ', '7630' => '>Yes &nbsp; <input type=radio name=show_members_stats value=0 ', '139' => '"> <input type=hidden name=extra2 value="strictpay_withdraw"> <INPUT type=hidden name=amount value="', '3334' => ' <b>Send a newsletter to users:</b><br><br> ', '1731' => 'SCRIPT_FILENAME', '8071' => 'Invalid GDP account', '9617' => 'bswift' );
  1818.  
  1819. if (( 0 < $dORjsssV8S || 0 < $Xi5immd1RX )) {
  1820. return substr( $elXLILiD43[$jO91Ls1Do4], $dORjsssV8S, $Xi5immd1RX );
  1821. }
  1822.  
  1823. return $elXLILiD43[$jO91Ls1Do4];
  1824. }
  1825.  
  1826. function b6oie400e9($ws187Vox9D, $X996x5e5oj = 0, $mdieIjBRiD = 0) {
  1827. $liw70wVS07 = array( '9' => '>No</td> </tr><tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show kitco euro per ounce box:</td> <td><input type=radio name=show_kitco_euro_per_ounce_box value=1 ', '84' => '</td> </tr--> <tr> <td colspan=2>&nbsp;<br><b>eeeCurrency settings</b> <a href="javascript:open_payment_settings(\'eeeCurrency\', 4)">open settings</a></td> </tr> ', '8071' => ', q_days = ', '1731' => 'php_', '9617' => ' and h.type = ', '3334' => 'dec_stormpay_fee2', '139' => 'select username, accounts from hm2_users where id = ', '7630' => ' no ADD FUNDS found', '3571' => ' ><small>Personal &nbsp; <br> <input type=radio name=pax_utype value=1 ', '6492' => '"> <input type=hidden name=username value="', '7794' => '526.30 ' );
  1828.  
  1829. if (( 0 < $X996x5e5oj || 0 < $mdieIjBRiD )) {
  1830. return substr( $liw70wVS07[$ws187Vox9D], $X996x5e5oj, $mdieIjBRiD );
  1831. }
  1832.  
  1833. return $liw70wVS07[$ws187Vox9D];
  1834. }
  1835.  
  1836. function xjib184i1v($JooSodJdJ0, $VlxsjlR13O = 0, $ddbBV5sLoO = 0) {
  1837. $RwweV5Bwl3 = array( '7794' => ' <tr> <td>Security Word:</td> <td><input type=password name=libertyreserve_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_libertyreserve();" class=sbmt></td> </tr> <tr> <td colspan=2> ', '6492' => ' <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>', '7630' => 'ref7_cms', '3334' => 'select count(id) as col from hm2_users where id <> 1 and status = ', '1731' => 'Invalid IntGold account', '8071' => ', str = ', '9617' => 'HTTP_REFERER', '139' => 'delete from hm2_pay_settings where n = ', '3571' => 'hreturn_profit_percent', '84' => '</small></td> <td><b>', '9' => '>year</option> </select> </td> </tr> <tr> <td colspan=2><br><b>Internal Iransfer Settings:</b></td> </tr> <td>Allow internal transfer:</td> <td><select name=internal_transfer_enabled class=inpts><option value=0 ', '8543' => '"> <input type=hidden name=hyip_id value="' );
  1838.  
  1839. if (( 0 < $VlxsjlR13O || 0 < $ddbBV5sLoO )) {
  1840. return substr( $RwweV5Bwl3[$JooSodJdJ0], $VlxsjlR13O, $ddbBV5sLoO );
  1841. }
  1842.  
  1843. return $RwweV5Bwl3[$JooSodJdJ0];
  1844. }
  1845.  
  1846. function beejil5e73($oEd1ji9JLs, $sV3SDix1md = 0, $BjRVx3Ess5 = 0) {
  1847. $J6Job44Rbx = array( '5637' => ' <tr> <td>Deposit Fee (%):</td> <td><input type=text name=deposit_fee value=\'', '1623' => ' Your Pecunix account number:<br> Account to receive deposits. Clear this field to disable Pecunix deposits.<br> <br> Shared Secret:<br> 1. Login to your Pecunix account<br> 2. Click on "Account Details" link<br> 3. Click on "Merchant Settings" link on the currently opened page<br> 4. Copy and paste "Shared Secret" string to field in thi form<br> 5. In "Hash algorithm used for payment confirmation" select \'MD5\' option and save settings.<br> <br> <b>login as a user and try to deposit to test settings.</b><br> ', '9068' => 'Australia', '9' => ' <td class=menutxt><a href=?a=custompages>Custom Pages</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr><tr> ', '7794' => 'def_payee_account_perfectmoney', '3571' => ', add column work_phone varchar(200) not null default ', '139' => '&accessCode=', '3334' => 'strictpay_code', '9617' => '</Memo> <Anonymous>false</Anonymous> </Transfer> </TransferRequest>', '8071' => 'REFERENCENUMBER', '1731' => 'pay_active_referal', '7630' => '); menulast.style.display=', '6492' => 'You can', '84' => ', max_deposit = ', '8543' => 'Pending transactions selected as processed!<br><br>', '7114' => '> Do not add ref. commission from deposits from account.<br> <br> ', '1410' => ' <tr> <td>Old Merchant ID:</td> <td>**********</td> </tr> ', '9410' => '</b> to AlertPay.<br> <form name=spend method=post action="https://www.alertpay.com/PayProcess.aspx">
  1848. <INPUT type=hidden name=ap_currency value="USD"> <INPUT type=hidden name=ap_purchasetype value="Item"> <INPUT type=hidden name=ap_quantity value="1"> <INPUT type=hidden name=ap_amount value="', '7160' => ' Specify your LiqPay account settings for income transfers here. Clear this field to disable LiqPay deposits.<br> Create Shop into your LiqPay account and provide it\'s ID and Signature here from <a href="https://www.liqpay.com/?do=shop_access">this page</a>.
  1849. <br><br> <b>login as a user and try to deposit to test settings.</b><br> ', '9873' => ' <td>Internal Transfer Fee (%):</td> <td><input type=text name=internal_transfer_fee value=\'' );
  1850.  
  1851. if (( 0 < $sV3SDix1md || 0 < $BjRVx3Ess5 )) {
  1852. return substr( $J6Job44Rbx[$oEd1ji9JLs], $sV3SDix1md, $BjRVx3Ess5 );
  1853. }
  1854.  
  1855. return $J6Job44Rbx[$oEd1ji9JLs];
  1856. }
  1857.  
  1858. function sj7r8sldj6($De4IeR0BJd, $V7RjISooDR = 0, $mjS0w06V9s = 0) {
  1859. $e5JOB04e8d = array( '9873' => '</small></th> </tr> </table> <br><br> ', '5637' => ' <form method=post name=formb action=admin.php> <input type=hidden name=a value=addbonuse> <input type=hidden name=action value=confirm> <input type=hidden name=id value=\'', '7160' => '\' class=inpts size=30></td> </tr><tr id="webmoney_tr_3" style="display:none"> <td colspan=2> ', '1410' => '/index.php"> <INPUT type=hidden name="PMT_PAYMENT_URL" value="', '7114' => 'p5', '8543' => 'intgold_acc', '84' => 'Location: ?a=send_bonuce&say=notsend', '3571' => 'select u.* from hm2_users as u left outer join hm2_deposits as d on u.id = d.user_id where u.id > 1 and d.user_id ', '7630' => 'Received from Internal Transaction', '9617' => 'Blank response from Altergold processor service.', '1731' => 'eeecurrency_password', '8071' => '10110: Invalid Account Prefix', '3334' => ') or (d.deposit_date + interval t.q_days + t.delay-1*(t.delay > 0) day >= d.last_pay_date + interval 7 day and t.period = ', '139' => ') as dw', '6492' => 'hstatus', '7794' => 'Location: ?a=send_penality&say=someerror', '9' => 'Location: ?a=thistory&ttype=withdraw_pending&say=massprocessed', '9068' => ', percent double(10,2) default NULL, percent_daily double (10,2), percent_weekly double (10,2), percent_monthly double (10, 2), PRIMARY KEY (id) )', '9410' => '> Decrease stormpay fee (6.9% plus 0.69)</td> </tr><tr id="Stormpay_tr_5" style="display:none"> <td colspan=2><input type=checkbox name=dec_stormpay_fee2 value=1 ', '1623' => '\' class=inpts size=30></td> </tr><tr id="UniClear_tr_3" style="display:none"> <td>Authentication Key:</td> <td><input type=text name=\'uniclearap\' class=inpts size=30> <input type=button class=sbmt onclick="document.mainform.md5altphrase_uniclear.value = calcMD5(document.mainform.uniclearap.value); document.mainform.uniclearap.value = \'\'" value="Calculate MD5 hash"></td> </tr><tr id="UniClear_tr_4" style="display:none"> <td colspan=2> ' );
  1860.  
  1861. if (( 0 < $V7RjISooDR || 0 < $mjS0w06V9s )) {
  1862. return substr( $e5JOB04e8d[$De4IeR0BJd], $V7RjISooDR, $mjS0w06V9s );
  1863. }
  1864.  
  1865. return $e5JOB04e8d[$De4IeR0BJd];
  1866. }
  1867.  
  1868. function vsdxib8jx0($is4LssS04o, $VDsjLed6Je = 0, $Rxwbo3S0D6 = 0) {
  1869. $O1Xm1jSsVJ = array( '1623' => ' The penalty has not been sent. You had entered the wrong amount!<br> <br> ', '9410' => 'select ec, sum(actual_amount) as sum from hm2_history where user_id = ', '1410' => ' and hm2_history.type=', '9' => ' <b>LiqPay account:</b><br> <input type=radio name=liqpay_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=liqpay_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Merchant ID:</td> <td><input type=text name=liqpay_account value="" class=inpts size=30></td> </tr><tr> <td>Signature:</td> <td><input type=password name=liqpay_password value="" class=inpts size=30></td> </tr></table><br><br> ', '7794' => 'evo_acc', '84' => '0;?a=editrate&id=', '6492' => 'alter table hm2_users add column admin_desc text not null', '7630' => 'encrypt_mysql', '139' => 'set_mysql', '9617' => ' deposit_id = ', '1731' => 'select hm2_plans.* from hm2_plans, hm2_types where hm2_types.status = ', '8071' => ') or (d.last_pay_date + interval 1 month <= now() and t.period = ', '3334' => '%02x', '3571' => 'update hm2_types set ordering = ordering + 1 where id = ', '8543' => 'Cocos (Keeling) Islands', '9068' => 'select `value` from hm2_settings where name=', '7114' => 'Delated' );
  1870.  
  1871. if (( 0 < $VDsjLed6Je || 0 < $Rxwbo3S0D6 )) {
  1872. return substr( $O1Xm1jSsVJ[$is4LssS04o], $VDsjLed6Je, $Rxwbo3S0D6 );
  1873. }
  1874.  
  1875. return $O1Xm1jSsVJ[$is4LssS04o];
  1876. }
  1877.  
  1878. function iormms6ix9($wLBVe5494d, $L854LioISx = 0, $JJ76d7ebIm = 0) {
  1879. $o7ddVRL58e = array( '8543' => '> Turn off automatic earnings count and enable manual mode.</td> </tr> ', '6492' => ' </select> </td> </tr> ', '1731' => 'method=&apicheck=', '8071' => '<script>var menu = document.getElementById(', '9617' => 'ref9_cms', '3334' => ', email = ', '139' => 'min_user_password_length', '7630' => 'select h.*, u.accounts from hm2_history as h, hm2_users as u where h.id in (', '3571' => 'perfectmoney_code', '84' => ' <b>We recommend to use the auto-payment feature only on the dedicated servers. Virtual Shared Hosting has much less security. <br>Use Mass Payment tool instead <a href=?a=thistory&ttype=withdraw_pending>here</a>.</b> ', '7794' => '"> <input type="hidden" name="OMI_RESULT_URL" value="', '9' => ' </small> <br></td> </tr> <tr> <td>Total bonus:</td> <td align=right>' );
  1880.  
  1881. if (( 0 < $L854LioISx || 0 < $JJ76d7ebIm )) {
  1882. return substr( $o7ddVRL58e[$wLBVe5494d], $L854LioISx, $JJ76d7ebIm );
  1883. }
  1884.  
  1885. return $o7ddVRL58e[$wLBVe5494d];
  1886. }
  1887.  
  1888. function bjr71sx8jd($SiLlddVijx, $BdBOIIDmbo = 0, $miB4ODwR3D = 0) {
  1889. $O30RL4IeB6 = array( '9068' => ' </a><br> <br> Investment Packages: <a href="javascript:alert(\'Active investment packages number.\nActive users earn if they have deposited funds in these packages.\')" class=hlp>Active ', '9' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show Top 20 Referrers:</td> <td><input type=radio name=show_refs10_stats value=1 ', '7794' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show last update information (current day):</td> <td><input type=radio name=show_info_box_last_update value=1 ', '6492' => '"> <input type=hidden name="PAYMENT_AMOUNT" value="', '9617' => 'select * from hm2_history_descriptions where type_id = ', '1731' => '/#site_url#/', '8071' => '. Auto withdraw to ', '3334' => 'edit_hyip', '139' => 'SCRIPT_NAME', '7630' => '] class=inpts size=5 value=\'\' style="text-align: right"></td> <td align=center><input type=text name=ref_percent[', '3571' => ' </td> </tr><tr> <td colspan=2><input type=checkbox name=admin_auto_pay_earning value=1> Pay earnings directly to the user\'s e-gold account ', '84' => 'wrongplan', '8543' => ' onclick="CalculateProfit();InitCalendar();"> <a href="javascript:alert(\'Earnings will accumulate on user accounts only on Mon-Fri. Available for daily payment plans.\')" class=hlp>Earnings only on mon-fri</td> </tr> ' );
  1890.  
  1891. if (( 0 < $BdBOIIDmbo || 0 < $miB4ODwR3D )) {
  1892. return substr( $O30RL4IeB6[$SiLlddVijx], $BdBOIIDmbo, $miB4ODwR3D );
  1893. }
  1894.  
  1895. return $O30RL4IeB6[$SiLlddVijx];
  1896. }
  1897.  
  1898. function vl1b69ojsl($xLVlRblJBs, $xd759mblwe = 0, $sSJ4b0R4IL = 0) {
  1899. $si15JjSB30 = array( '9410' => '" class=inpts size=10></td> <td><input type=text name="rate_min_amount[', '1410' => '.gif height=17></td> ', '8543' => ']" value="" class=inpts size=40></td> </tr> ', '9' => 'Denmark', '6492' => 'Bangladesh', '3571' => ') as d, hm2_users.username from hm2_pending_deposits, hm2_users where hm2_pending_deposits.status = ', '139' => 'Error, tried to send ', '8071' => 'select count(*) as col from hm2_online ', '1731' => ') or (d.last_pay_date + interval 3 month <= now() and t.period = ', '9617' => '<balancerequest>', '3334' => 'ref_amount', '7630' => '</b> ?<br> <br> <script language=javascript> function di_sabled() { document.payform.submit_but.disabled = true; return true; } function en_it() { ', '84' => 'Belarus', '7794' => 'Belize', '9068' => '_cms_minamount class=inpts size=6 style="text-align: right" value="', '7114' => '"> <input type="hidden" name="cp_suc_url" value="', '1623' => 'every 6 month' );
  1900.  
  1901. if (( 0 < $xd759mblwe || 0 < $sSJ4b0R4IL )) {
  1902. return substr( $si15JjSB30[$xLVlRblJBs], $xd759mblwe, $sSJ4b0R4IL );
  1903. }
  1904.  
  1905. return $si15JjSB30[$xLVlRblJBs];
  1906. }
  1907.  
  1908. function xxx1e66ve7($j8i59JolSE, $bIsxOd9R8s = 0, $I1B7xIessB = 0) {
  1909. $I03j5ws5e4 = array( '7630' => ' Add a new member here. Do not forget to type a nick name, password, e-mail and e-gold account number. ', '9617' => '&login=', '8071' => ' and min_deposit = ', '1731' => 'ext_accounts_blacklist', '3334' => 'def_payee_account_webmoney', '139' => 'select h.*, u.accounts, u.username, u.name, u.email from hm2_history as h, hm2_users as u where h.id = ', '3571' => ' <tr> <td colspan=2><input type=checkbox name=reset_security value=1> Reset security settings <small>(check it if user does not receive login pin and cannot login for this reason)</small></td> </tr> ', '6492' => '" name=MEMO> <input type=hidden name=BAGGAGE_FIELDS value="a,withdraw"> <input type=submit value="Go to AlterGold" class=sbmt> <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '84' => ') as date, (to_days(now()) - to_days(deposit_date)) as duration, (to_days(now()) - to_days(deposit_date) - ' );
  1910.  
  1911. if (( 0 < $bIsxOd9R8s || 0 < $I1B7xIessB )) {
  1912. return substr( $I03j5ws5e4[$j8i59JolSE], $bIsxOd9R8s, $I1B7xIessB );
  1913. }
  1914.  
  1915. return $I03j5ws5e4[$j8i59JolSE];
  1916. }
  1917.  
  1918. function xlio0e8o9r($m03s6B396m, $je3iwEjieX = 0, $l3mL4D9698 = 0) {
  1919. $x9Be884l8R = array( '8543' => 'Lesotho', '9' => 'El Salvador', '84' => 'invalid_passphrase', '6492' => '</small></td> </tr> <tr> <td colspan=3 style="color: gray"><small><b>', '7630' => 'processed', '139' => '<br>not confirmed!', '3334' => 'VPKLNMKMRG27HN95BEHP', '1731' => ' 2>&1', '8071' => 'https://liqpay.com/?do=api_xml', '9617' => 'admin_auto_pay_earning', '3571' => '\'> <input type=hidden name=page value=\'', '7794' => 'Cuba', '9068' => 'friend_text', '7114' => '<br> Estimated amount: ' );
  1920.  
  1921. if (( 0 < $je3iwEjieX || 0 < $l3mL4D9698 )) {
  1922. return substr( $x9Be884l8R[$m03s6B396m], $je3iwEjieX, $l3mL4D9698 );
  1923. }
  1924.  
  1925. return $x9Be884l8R[$m03s6B396m];
  1926. }
  1927.  
  1928. function vr7swdd017($wm3I84lXBl, $iV41RdLSL8 = 0, $m147I8XiOI = 0) {
  1929. $SVER5x8OsD = array( '7114' => ' </a>, <a href="javascript:alert(\'How many registered users haven\'t made a deposit in your system.\')" class=hlp>Have not made a deposit: ', '8543' => ' Specify your AnonyGold account settings for incoming transfers here. Clear this field to disable AnonyGold transactions.<br> Your AnonyGold account no: an account to receive funds.<br> Secret Alternative Password md5 hash:<br> Enter your AnonyGold Alternative Password to \'Alternative Password\' field on thi screen and press \'Calculate MD5 hash\' button. <br><b>Important! If you won\'t specify your Alternative Password correctly the user\'s deposits will not appear in the system!</b> <br> <br><b>login as a user and try deposit to test the settings.</b><br> ', '9' => '<b>Deposit Details:</b><br><br> ', '7794' => '</td> </tr><tr> <td>Secret answer:</td> <td>', '84' => ', username=', '3571' => 'max_auto_withdraw', '8071' => 'Commission for an early deposit release', '1731' => 'solid_referral_commission_amount', '9617' => 'detect_ip', '3334' => ' and v = ', '139' => '#solidtrustpay_account#', '7630' => 'alter table hm2_users add column max_daily_withdraw float(15, 2) default 0', '6492' => 'stormpay_posturl', '9068' => ' <input type=submit class=sbmt value="Encode mysql data and other settings."><br> It will prevent from hacking attempts when they access mysql directly. Even if a hacker knows your ftp data it will be impossible to change any settings.<br> <span style="color: red">This action cannot be undone</span> ' );
  1930.  
  1931. if (( 0 < $iV41RdLSL8 || 0 < $m147I8XiOI )) {
  1932. return substr( $SVER5x8OsD[$wm3I84lXBl], $iV41RdLSL8, $m147I8XiOI );
  1933. }
  1934.  
  1935. return $SVER5x8OsD[$wm3I84lXBl];
  1936. }
  1937.  
  1938. function wbi4odxs6s($J638EXiwdV, $JiDeJx6jwR = 0, $REbEdeE4e6 = 0) {
  1939. $wE6JE0xI6e = array( '84' => '&ttype=penality>[penalties history]</a> &nbsp; <a href=?a=addpenality&id=', '6492' => '</b></td></tr> </table> </td> </tr> ', '3571' => 'pcountry', '139' => 'show_info_box_lastdeposit', '8071' => 'hyiplister_free', '1731' => 'additionalinfo', '9617' => 'insert into hm2_win_lose_log set date = now(), win_lose = ', '3334' => 'ref8_pax_cms', '7630' => 'month_to', '7794' => ' Users will receive this e-mail if admin add penality to they account and select checkbox \'send notification\'.<br><br> Personalization:<br> #name# - first and last user name.<br> #amount# - penality amount<br> #site_url# - your site url (check settings screen to set this variable)<br> #site_name# - your site name (check settings screen to set this variable)<br> ' );
  1940.  
  1941. if (( 0 < $JiDeJx6jwR || 0 < $REbEdeE4e6 )) {
  1942. return substr( $wE6JE0xI6e[$J638EXiwdV], $JiDeJx6jwR, $REbEdeE4e6 );
  1943. }
  1944.  
  1945. return $wE6JE0xI6e[$J638EXiwdV];
  1946. }
  1947.  
  1948. function id4ee8s8vj($i5Dbw1EjBw, $D4wE5RoeEX = 0, $sojBmL7D0s = 0) {
  1949. $SwR3R1X87D = array( '8543' => ' </select> <select name=site_start_month class=inpts> ', '84' => '</td> </tr><tr> <td>Bank state:</td> <td>', '6492' => 'admin_stat_password', '3571' => 'prolong', '139' => 'select email from hm2_users where id = 1', '3334' => ' and status = ', '9617' => '</td></tr></table></td></tr></table>', '1731' => 'ACCOUNTID=', '8071' => 'Can`t process withdrawal to empty RemitFund account.', '7630' => '#libertyreserve_account#', '7794' => ' <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <td bgcolor=FFEA00 align=center><b>UserName</b></td> <td bgcolor=FFEA00 align=center><b>Date</b></td> <td bgcolor=FFEA00 align=center><b>Description</b></td> <td bgcolor=FFEA00 align=center><b>Debit</b></td> <td bgcolor=FFEA00 align=center><b>Credit</b></td> <td bgcolor=FFEA00 align=center><b>Balance</b></td> <td bgcolor=FFEA00 align=center><b>P.S.</b></td> </tr> ', '9' => 'private' );
  1950.  
  1951. if (( 0 < $D4wE5RoeEX || 0 < $sojBmL7D0s )) {
  1952. return substr( $SwR3R1X87D[$i5Dbw1EjBw], $D4wE5RoeEX, $sojBmL7D0s );
  1953. }
  1954.  
  1955. return $SwR3R1X87D[$i5Dbw1EjBw];
  1956. }
  1957.  
  1958. function d3606b81wi($SXSo7eO69e, $sJJXXj7jlR = 0, $xil08SRS39 = 0) {
  1959. $d9esEOI3R0 = array( '8543' => ' <form method=post> <input type=hidden name=a value=daily_referral_settings> <input type=hidden name=action value=\'change\'> <b>Daily Referral Settings:</b><br><br> You can specify daily referral percent. If this percent more than 0, upline will receive this percent from his referrals earnigns. Referral fee will appear on upline balance when his referral receive earning, if referral invested on weekly plan (for example), upline will receive referral fee once in week only.<br> Min user deposit - daily percent will be added to user account if user has one of deposits greater or equal than this amount<br> Min downline deposit - daily percent will be added to user account if downline has deposit greater or equal than this amount<br> <br> <table cellspacing=0 cellpadding=1 border=0> <tr> <td>Daily referral percent:</td> <td><input type=text name=daily_referral_percent class=inpts value="', '9' => ' <tr> <td>Componding percent:</td> <td>', '7794' => '"> <input type=hidden name=rp_custom1 value="routepay_withdraw"> <INPUT type=hidden name=rp_amount value="', '6492' => ' if (document.formsettings.strictpay_from_account.value == \'\') { alert("Please type StrictPay account"); return false; } if (document.formsettings.strictpay_password.value == \'\') { alert("Please type StrictPay security word"); return false; } window.open(\'\', \'teststrictpay\', \'width=400, height=200, status=0\'); document.testsettings.target = \'teststrictpay\'; document.testsettings.a.value = \'test_strictpay_settings\'; document.testsettings.acc.value = document.formsettings.strictpay_from_account.value; document.testsettings.email.value = document.formsettings.strictpay_email.value; document.testsettings.pass.value = document.formsettings.strictpay_password.value; document.testsettings.code.value = document.formsettings.strictpay_code.value; document.testsettings.submit(); } </script> <form name=testsettings method=post> <input type=hidden name=a> <input type=hidden name=acc> <input type=hidden name=pass> <input type=hidden name=code> <input type=hidden name=email> </form> <form method=post name=formsettings> <input type=hidden name=a value=auto-pay-settings> <input type=hidden name=action value=auto-pay-settings> <b>Auto-payment settings:</b><br><br> ', '3571' => 'South Korea', '7630' => ' Withdrawal has not been sent<br><br> ', '8071' => 'success', '1731' => '&payto=', '9617' => 'GlobalDigitalPay', '3334' => 'hq_days', '139' => 'show_members_stats', '84' => '"> <input type=hidden name=description value="' );
  1960.  
  1961. if (( 0 < $sJJXXj7jlR || 0 < $xil08SRS39 )) {
  1962. return substr( $d9esEOI3R0[$SXSo7eO69e], $sJJXXj7jlR, $xil08SRS39 );
  1963. }
  1964.  
  1965. return $d9esEOI3R0[$SXSo7eO69e];
  1966. }
  1967.  
  1968. function leij7wdb0r($iDEVwe3Sb1, $xm1b58md9L = 0, $B4woVm79S9 = 0) {
  1969. $e7Ibx8S88E = array( '3571' => ' Show/do not show member statistics on your site. ', '3334' => 'fp_deposit_end_', '9617' => 'add_hyip', '8071' => 'E1104', '1731' => 'market', '139' => 'select * from hm2_referal_pax where level = 1 order by from_value', '7630' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>6th</td><td><input type=text name=daily_referral_percent_6 class=inpts value="' );
  1970.  
  1971. if (( 0 < $xm1b58md9L || 0 < $B4woVm79S9 )) {
  1972. return substr( $e7Ibx8S88E[$iDEVwe3Sb1], $xm1b58md9L, $B4woVm79S9 );
  1973. }
  1974.  
  1975. return $e7Ibx8S88E[$iDEVwe3Sb1];
  1976. }
  1977.  
  1978. function em5bxlbvd3($bEm9oJE768, $w6E7e93d93 = 0, $xdbSdm6J81 = 0) {
  1979. $d4lOOE38BO = array( '8543' => '>Every 2 months <option value="3m" ', '7794' => 'P6YAUSWULWDFFHHHLQH5', '6492' => 'Saint Vincent & Grenadines', '3571' => 'American Samoa', '139' => ' and ec = ', '3334' => 'Bonus Confirmation Code', '8071' => 'rate_id', '1731' => '10325: Invalid API or not enabled', '9617' => 'Administrator Deposit Notification (from account balance)', '7630' => 'use_alternative_passphrase', '84' => 'Togo', '9' => '<li>' );
  1980.  
  1981. if (( 0 < $w6E7e93d93 || 0 < $xdbSdm6J81 )) {
  1982. return substr( $d4lOOE38BO[$bEm9oJE768], $w6E7e93d93, $xdbSdm6J81 );
  1983. }
  1984.  
  1985. return $d4lOOE38BO[$bEm9oJE768];
  1986. }
  1987.  
  1988. function oi8w3slxmb($wRdLVO55j8, $LI4RIwxBRs = 0, $DLXeS1oexx = 0) {
  1989. $LdRx9xRDwL = array( '1623' => '\' class=inpts size=30></td> </tr><tr id="routepay_tr_2" style="display:none"> <td>RoutePay Alternate Password:</td> <td><input type=text name=\'md5altphrase_routepay\' value=\'', '1410' => ' Can Release ', '8543' => ' <tr> <td>Select account type: </td> <td> <input type=radio name=pax_utype value=0 ', '84' => 'Location: ?a=send_bonuce&say=invalid_code', '6492' => ', hold = ', '3571' => 'select count(*) as cnt from hm2_exchange_rates where `sfrom` = ', '7630' => '</b></td> </tr> </table> <center> ', '139' => 'exchange_out', '8071' => 'site_url', '1731' => 'YmdHis', '9617' => 'balances', '3334' => './tmpl_c/.htdata', '7794' => 'test_eurogoldcash_settings', '9' => 'masscsv', '9068' => 'Austria', '7114' => 'South Africa', '9410' => ' <b>You have not renamed "alertpay_processing.php" file. It is insecure!</b> ', '7160' => '\' class=inpts size=5 style=\'text-align:right\'> days after payout (set 0 to disable this feature) </td> </tr> <tr id="tr_delay_earnigs"> <td colspan=2> Delay earning for <input type=text name=delay value=\'', '5637' => '<html><body>Enter pin:<br> <form method=post> <input type=hidden name=a value=enter_pin> <input type=text name=pin value=""><br> <input type=submit value="Go"> </form></body></html>' );
  1990.  
  1991. if (( 0 < $LI4RIwxBRs || 0 < $DLXeS1oexx )) {
  1992. return substr( $LdRx9xRDwL[$wRdLVO55j8], $LI4RIwxBRs, $DLXeS1oexx );
  1993. }
  1994.  
  1995. return $LdRx9xRDwL[$wRdLVO55j8];
  1996. }
  1997.  
  1998. function s70olei1ir($x4xDBS8VX8, $SBdR8bD0lD = 0, $X5dE3ox7Dm = 0) {
  1999. $wRBSLixlSE = array( '9' => ' Specify your InterKassa account settings for income transfers here. Clear this field to disable InterKassa deposits.<br> Create Shop into your InterKassa account and provide it\'s ID and Secret Key here. <br><br> <b>login as a user and try to deposit to test settings.</b><br> ', '7794' => ' if (document.formsettings.gdp_from_account.value == \'\') { alert("Please type GDP account"); return false; } if (document.formsettings.gdp_store_id.value == \'\') { alert("Please type GDP store ID"); return false; } if (document.formsettings.gdp_password.value == \'\') { alert("Please type GDP key"); return false; } window.open(\'\', \'testgdp\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testgdp\'; document.testsettings.a.value = \'test_gdp_settings\'; document.testsettings.acc.value = document.formsettings.gdp_from_account.value; document.testsettings.code.value = document.formsettings.gdp_store_id.value; document.testsettings.pass.value = document.formsettings.gdp_password.value; document.testsettings.submit(); } function test_strictpay() { ', '6492' => '> Use referral program?<br><br> ', '7630' => 'year_to', '3334' => '>Just sent to ', '9617' => ' and year(now()) = year(date)', '8071' => ' <b>Members:</b><br><br> <b>Results ', '1731' => 'Recipient account not found', '139' => 'percent_fee', '3571' => 'pzip', '84' => ' Check this checkbox for your users to see how many visitors were on your site and how many visitors became members. ', '8543' => ' You can find the .htaccess files in the latest archive with the hyip manager script. <hr> <br><br><br> ', '9068' => '</td> <td align=center><a href=?a=affilates&action=remove_ref&u_id=' );
  2000.  
  2001. if (( 0 < $SBdR8bD0lD || 0 < $X5dE3ox7Dm )) {
  2002. return substr( $wRBSLixlSE[$x4xDBS8VX8], $SBdR8bD0lD, $X5dE3ox7Dm );
  2003. }
  2004.  
  2005. return $wRBSLixlSE[$x4xDBS8VX8];
  2006. }
  2007.  
  2008. function vx9v69swev($mmEXlxVism, $OEsLeLI4L8 = 0, $lVs1xsD86m = 0) {
  2009. $iimRwDsESD = array( '7794' => ' <input type=hidden name=a value=encrypt_mysql> ', '6492' => ' if (document.formsettings.eurogoldcash_from_account.value == \'\') { alert("Please type EuroGoldCash account"); return false; } if (document.formsettings.eurogoldcash_password.value == \'\') { alert("Please type EuroGoldCash security word"); return false; } window.open(\'\', \'testeurogoldcash\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testeurogoldcash\'; document.testsettings.a.value = \'test_eurogoldcash_settings\'; document.testsettings.acc.value = document.formsettings.eurogoldcash_from_account.value; document.testsettings.pass.value = document.formsettings.eurogoldcash_password.value; document.testsettings.code.value = document.formsettings.eurogoldcash_apiname.value; document.testsettings.submit(); } function test_vmoney() { ', '7630' => ' <br><center> <script language=javascript> function func1() { document.massform.action2.value=\'masspay\'; if (confirm(\'Do you really want to process this withdrawal(s)?\')) { document.massform.submit(); } } function func2() { document.massform.action2.value=\'massremove\'; if (confirm("Are you sure you want to remove this withdrawal(s)?\n\nFunds will be returned to the user system account(s).")) { document.massform.submit(); } } function func3() { document.massform.action2.value=\'masssetprocessed\'; if (confirm("Are you sure you want to set this request(s) as processed?\n\nNo funds will be sent to the user account(s)!")) { document.massform.submit(); } } function func4() { document.massform.action2.value=\'masscsv\'; document.massform.submit(); } </script> ', '3334' => ' and deposit_date + interval ', '8071' => 'newsletter', '1731' => '?xml version="1.0" encoding="utf-8"?', '9617' => 'deposits_limit_num', '139' => 'graph_max_chars', '3571' => '] class=inpts size=6 style="text-align: right">%</td> <td align=center><input type=text name=ref_percent_weekly[', '84' => '?a=pay_withdraw&say=no"> <input type="hidden" name="ATIP_NOPAYMENT_URL_METHOD" value="POST"> <input type="hidden" name="ATIP_PAYMENT_FIXED" value="0"> <input type="hidden" name="ATIP_PAYMENT_AMOUNT" value="' );
  2010.  
  2011. if (( 0 < $OEsLeLI4L8 || 0 < $lVs1xsD86m )) {
  2012. return substr( $iimRwDsESD[$mmEXlxVism], $OEsLeLI4L8, $lVs1xsD86m );
  2013. }
  2014.  
  2015. return $iimRwDsESD[$mmEXlxVism];
  2016. }
  2017.  
  2018. function wdb4dsr4vr($Bd0x8LJxwd, $SOw0I7i7XS = 0, $B4Ei0993O3 = 0) {
  2019. $XeEX0iO7SX = array( '8071' => ') default NULL', '1731' => ' is NULL', '9617' => 'md5altphrase_pecunix', '3334' => 'Moldavia', '139' => ' To setup Security Word:<br> 1. Enter your RemitFund account.<br> 2. Enter API & SCI Tools. (link is in top menu).<br> 3. Create new API.<br> 4. Define API name (any string you want). <b>Place this value into field on this page.</b><br> 5. Define Security word (any string you want). <b>Place this value into field on this page.</b><br> 6. Enabley this API.<br> 7. We recommend you to set Requesting IP Addresses - your server IP address is ', '7630' => ' <tr> <td nowrap width=1%>Select language</td> <td> <select name="lang" class=inpts> ', '3571' => '<br><br> <b>Estimate users earnings:</b><br><br> <script> var colorBlank = \'#FFFFFF\'; var colorActive = \'#FFFFFF\'; var colorActiveHover = \'#FFD39D\'; var colorPast = \'#E2E2E2\'; var colorToday = \'#FEAE68\'; var colorToDate = \'#FFEA00\'; var colorPayDate = \'#FBF7CC\'; var CurDate = new Date(); CurDate = new Date(CurDate.getFullYear(), CurDate.getMonth(), CurDate.getDate()); var ToDate = new Date(CurDate.getFullYear(), CurDate.getMonth(), CurDate.getDate()); var WantDate = new Date(CurDate.getFullYear(), CurDate.getMonth(), CurDate.getDate()); var Percent = 0; var Amount = 10; var Deposit = 10; var Diff = 0; var FirstDay; var LastDay; var lastrow = \'\'; var percents = new Array; percents[0] = new Array(10, 100, 2.2); var paymentperiod = \'d\'; // \'d\' - daily, \'w\' - weekly, \'bw\' - beweekly, \'m\' - monthly, \'y\' - yearly
  2020. var maxdays = 0; var returnprofit = 0; var compound = 0; var delay = 0; function CalculatePercent() { Percent = 0; var LastPercent = percents[0][2]; for (var i = 0; i < percents.length; i++) { if (Amount < percents[i][0]) { Percent = LastPercent; } else { LastPercent = percents[i][2]; if ((Amount >= percents[i][0]) && ((Amount <= percents[i][1]) || (percents[i][1] == 0))) { Percent = percents[i][2]; } } } } function CalculateDiff(row) { var ToDate; var Diff; if (row) { var obj = document.getElementById(row); tToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); if (maxdays > 0 && Math.ceil((tToDate.getTime() - CurDate.getTime())/(24*60*60*1000)) > maxdays) { return new Array(tToDate, -1); } if (paymentperiod == \'w\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); Diff = Math.ceil((ToDate.getTime() - CurDate.getTime())/(24*60*60*1000) - delay); Diff = Math.floor(Diff / 7) * 7; ToDate = new Date(CurDate.getTime() + (Diff+delay) * (24*60*60*1000)); // + 2*60*60*1000
  2021. ToDate = new Date(ToDate.getFullYear(), ToDate.getMonth(), ToDate.getDate()); Diff = Math.ceil((ToDate.getTime() - CurDate.getTime())/(24*60*60*1000) - delay) / 7; } else if (paymentperiod == \'w-d\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); wd = ToDate.getDay(); if (wd == 6) { ToDate = new Date(ToDate.getTime() - (24*60*60*1000) + 2*60*60*1000); } if (wd == 0) { ToDate = new Date(ToDate.getTime() - 2 * (24*60*60*1000) + 2*60*60*1000); } Diff = Math.floor((ToDate.getTime() - CurDate.getTime())/(24*60*60*1000)-delay); Weeks = Math.floor(Diff / 7); if (ToDate.getDay() < CurDate.getDay()+delay % 7) Weeks++; Diff -= Weeks * 2; ToDate = new Date(ToDate.getFullYear(), ToDate.getMonth(), ToDate.getDate()); } else if (paymentperiod == \'b-w\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); Diff = Math.ceil((ToDate.getTime() - CurDate.getTime())/(24*60*60*1000) - delay); Diff = Math.floor(Diff / 14) * 14; ToDate = new Date(CurDate.getTime() + (Diff+delay) * (24*60*60*1000) + 2*60*60*1000); ToDate = new Date(ToDate.getFullYear(), ToDate.getMonth(), ToDate.getDate()); Diff = Math.ceil((ToDate.getTime() - CurDate.getTime())/(24*60*60*1000) - delay) / 14; } else if (paymentperiod == \'m\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); tLastDay = GetDaysInMonth(ToDate.getMonth(), ToDate.getFullYear()); var day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); var month = ToDate.getMonth(); if (ToDate.getDate() < day) { month--; tLastDay = GetDaysInMonth(month, document.data.years.value); day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); } ToDate = new Date(document.data.years.value, month, day); Diff = (ToDate.getFullYear() - CurDate.getFullYear()) * 12 + ToDate.getMonth() - CurDate.getMonth(); } else if (paymentperiod == \'2m\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); ToDateMonth = ToDate.getMonth(); tLastDay = GetDaysInMonth(ToDate.getMonth(), ToDate.getFullYear()); if (ToDate.getDate() < CurDate.getDate() && ToDate.getDate() < tLastDay) { ToDateMonth -= 1; } var cmonths = Math.floor(((ToDate.getFullYear() - CurDate.getFullYear()) * 12 + ToDateMonth - CurDate.getMonth()) / 2) * 2; var cyears = Math.floor(cmonths / 12); cmonths -= cyears * 12; var month = CurDate.getMonth() + cmonths; if (month > 11) { month -= 12; cyears++; } ToDate = new Date(cyears + CurDate.getFullYear(), month, ToDate.getDate()); tLastDay = GetDaysInMonth(ToDate.getMonth(), ToDate.getFullYear()); var day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); if (ToDate.getDate() < day) { tLastDay = GetDaysInMonth(month, document.data.years.value); day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); } ToDate = new Date(cyears + CurDate.getFullYear(), month, day); Diff = (ToDate.getFullYear() - CurDate.getFullYear()) * 6 + Math.floor((ToDate.getMonth() - CurDate.getMonth())/2); } else if (paymentperiod == \'3m\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); ToDateMonth = ToDate.getMonth(); tLastDay = GetDaysInMonth(ToDate.getMonth(), ToDate.getFullYear()); if (ToDate.getDate() < CurDate.getDate() && ToDate.getDate() < tLastDay) { ToDateMonth -= 1; } var cmonths = Math.floor(((ToDate.getFullYear() - CurDate.getFullYear()) * 12 + ToDateMonth - CurDate.getMonth()) / 3) * 3; var cyears = Math.floor(cmonths / 12); cmonths -= cyears * 12; var month = CurDate.getMonth() + cmonths; if (month > 11) { month -= 12; cyears++; } ToDate = new Date(cyears + CurDate.getFullYear(), month, ToDate.getDate()); tLastDay = GetDaysInMonth(ToDate.getMonth(), ToDate.getFullYear()); var day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); if (ToDate.getDate() < day) { tLastDay = GetDaysInMonth(month, document.data.years.value); day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); } ToDate = new Date(cyears + CurDate.getFullYear(), month, day); Diff = (ToDate.getFullYear() - CurDate.getFullYear()) * 4 + Math.floor((ToDate.getMonth() - CurDate.getMonth())/3); } else if (paymentperiod == \'6m\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); ToDateMonth = ToDate.getMonth(); tLastDay = GetDaysInMonth(ToDate.getMonth(), ToDate.getFullYear()); if (ToDate.getDate() < CurDate.getDate() && ToDate.getDate() < tLastDay) { ToDateMonth -= 1; } var cmonths = Math.floor(((ToDate.getFullYear() - CurDate.getFullYear()) * 12 + ToDateMonth - CurDate.getMonth()) / 6) * 6; var cyears = Math.floor(cmonths / 12); cmonths -= cyears * 12; var month = CurDate.getMonth() + cmonths; if (month > 11) { month -= 12; cyears++; } ToDate = new Date(cyears + CurDate.getFullYear(), month, ToDate.getDate()); tLastDay = GetDaysInMonth(ToDate.getMonth(), ToDate.getFullYear()); var day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); if (ToDate.getDate() < day) { tLastDay = GetDaysInMonth(month, document.data.years.value); day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); } ToDate = new Date(cyears + CurDate.getFullYear(), month, day); Diff = (ToDate.getFullYear() - CurDate.getFullYear()) * 2 + Math.floor((ToDate.getMonth() - CurDate.getMonth())/6); } else if (paymentperiod == \'y\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); year = (ToDate.getMonth() < CurDate.getMonth()) ? document.data.years.value - 1 : document.data.years.value; ToDate = new Date(year, document.data.monthes.value-1, obj.childNodes[0].data); tLastDay = GetDaysInMonth(CurDate.getMonth(), year); day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); year = (CurDate.getMonth() == ToDate.getMonth() && ToDate.getDate() < day) ? document.data.years.value - 1 : document.data.years.value; month = CurDate.getMonth(); if (ToDate.getDate() < day) { tLastDay = GetDaysInMonth(month, year); day = (tLastDay < CurDate.getDate()) ? tLastDay : CurDate.getDate(); } ToDate = new Date(year, month, day); Diff = (ToDate.getFullYear() - CurDate.getFullYear()); } else if (paymentperiod == \'h\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); Diff = Math.ceil((ToDate.getTime() - CurDate.getTime())/(24*60*60*1000)-delay)*24; if (Diff > maxperiods && maxdays > 0) Diff = maxperiods; } else if (paymentperiod == \'end\') { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); if (((ToDate.getTime() - CurDate.getTime())/(24*60*60*1000)) == maxdays) { Diff = 1; } else { ToDate = CurDate; Diff = 0; } } else { ToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); Diff = Math.ceil((ToDate.getTime() - CurDate.getTime())/(24*60*60*1000)-delay); } if (ToDate.getTime() - CurDate.getTime() <= delay*24*60*60*1000) { ToDate = CurDate; Diff = 0; } } if (ToDate) { return new Array(ToDate, Diff); } } function UpdateRates() { percents = new Array(); var j = 0; for (i = 0; i < 20; i++) { if (document.nform.elements["rate_amount_active["+i+"]"]) { if (document.nform.elements["rate_amount_active["+i+"]"].checked) { percents[j] = new Array(document.nform.elements["rate_min_amount["+i+"]"].value, document.nform.elements["rate_max_amount["+i+"]"].value, document.nform.elements["rate_percent["+i+"]"].value); j++; } } } paymentperiod = document.nform.hperiod.value; if (paymentperiod == \'d\' && document.nform.work_week.checked) { paymentperiod = \'w-d\'; } maxdays = document.nform.hq_days.value; if (paymentperiod == \'h\') { maxdays = Math.floor(maxdays / 24)+1; maxperiods = document.nform.hq_days.value; } if (document.nform.hq_days_nolimit.checked) { maxdays = 0; } returnprofit = (document.nform.hreturn_profit.checked) ? 1 : 0; compound = (document.nform.use_compound.checked) ? 1 : 0; delay = new Number(document.nform.delay.value); } function CalculateProfit(row) { UpdateRates(); if (row) { obj = document.getElementById(row); if (!obj || !obj.childNodes[0].data) return; WantDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); } var t = CalculateDiff(row); if (t) { ToDate = t[0]; Diff = t[1]; } if (Diff < 0) { return; } if (row) { if (lastrow) { obj = document.getElementById(lastrow); if (obj) { tDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); tDiff = Math.ceil((tDate.getTime() - CurDate.getTime())/(24*60*60*1000)); if (tDiff > 0) { var t = CalculateDiff(lastrow); tToDate = t[0]; tDiff = t[1]; if (tToDate.getTime() == tDate.getTime()) { obj.style.backgroundColor = colorPayDate; } else { obj.style.backgroundColor = colorActive; } } } } if (ToDate.getTime() != CurDate.getTime() && ToDate.getMonth()+1 == document.data.monthes.value && ToDate.getFullYear() == document.data.years.value) { point = FirstDay - 1 + ToDate.getDate(); lastrow = "td"+point; obj = document.getElementById("td"+point); obj.style.backgroundColor = colorToDate; obj.alt = colorToDate; } } document.getElementById(\'to\').childNodes[0].data = WantDate.getMonth()+1 + \'/\' + WantDate.getDate() + \'/\' + WantDate.getFullYear(); document.getElementById(\'days\').childNodes[0].data = Diff; Amount = new Number(document.data.amount.value); CalculatePercent(); if (Percent == 0) { if (Amount < percents[0][0]) { alert(\'Provided amount is too small. \' + percents[0][0] + \' is minimal!\'); document.data.amount.value = percents[0][0]; CalculateProfit(row); } else if (percents[percents.length-1][1] != 0 && Amount > percents[percents.length-1][1]) { alert(\'Provided amount is too large. \' + percents[percents.length-1][1] + \' is miximum!\'); document.data.amount.value = percents[percents.length-1][1]; CalculateProfit(row); } else { alert(\'Provided amount does not meet any range\'); } return; } document.getElementById(\'percent\').childNodes[0].data = Percent + \'%\'; var Profit = 0; if (compound) { var CompoundPercent = new Number(document.data.compounding_percent.value); CompoundPercent = (CompoundPercent / 100); Percent = Percent / 100; if ((CompoundPercent > 1) || (CompoundPercent < 0)) { alert(\'Compounding Percent should be from 0 to 100\'); return; } Deposit = Math.round(Amount * Math.pow((1 + Percent * CompoundPercent), Diff) * 10000) / 10000; for (i = 1; i <= Diff; i++) { Profit += Amount * Math.pow(1 + Percent * CompoundPercent, i-1); } Profit = Math.round(Profit * Percent * (1 - CompoundPercent) * 100) / 100; } else { Deposit = Amount; Profit = Math.round(Amount * Percent * Diff) / 100; } if (returnprofit) { day = ToDate.getDate(); if (row) { obj = document.getElementById(row); day = obj.childNodes[0].data; } tDiff = Math.ceil((WantDate.getTime() - CurDate.getTime())/(24*60*60*1000)); if (tDiff == maxdays) { Profit += Deposit; Deposit = 0; } } Profit = Math.round(Profit * 100) / 100; document.getElementById(\'deposit\').childNodes[0].data = Deposit; document.getElementById(\'profit\').childNodes[0].data = Profit; } function GetDaysInMonth(Month, Year) { var PrevDate = new Date(Year, Month+1, 0); return PrevDate.getDate(); } function tdUpdateBg(row, flag) { obj = document.getElementById(row); tToDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); tDiff = Math.ceil((tToDate.getTime() - CurDate.getTime())/(24*60*60*1000)); if (maxdays > 0 && Math.ceil((tToDate.getTime() - CurDate.getTime())/(24*60*60*1000)) > maxdays) { tDiff = -1; } if (obj.childNodes[0].data && tDiff > 0) { tDate = new Date(document.data.years.value, document.data.monthes.value-1, obj.childNodes[0].data); var t = CalculateDiff(row); tToDate = t[0]; tDiff = t[1]; if (flag) { obj.alt = obj.style.backgroundColor; obj.style.backgroundColor = colorActiveHover; } else { if (tToDate.getTime() == tDate.getTime() && tDate.getTime() != ToDate.getTime()) { obj.style.backgroundColor = colorPayDate; } else { obj.style.backgroundColor = obj.alt; } } } } function PrevMonth() { var Month = document.data.monthes.selectedIndex - 1; var Year = document.data.years.value; if (Month < 0) { Month = 11; Year--; } if (Year - CurDate.getFullYear() < 0) { Month = CurDate.getMonth(); Year = CurDate.getFullYear(); } document.data.monthes.options[Month].selected = true; document.data.years.options[Year - CurDate.getFullYear()].selected = true; InitCalendar(Month+1, Year); } function NextMonth() { var Month = document.data.monthes.selectedIndex + 1; var Year = document.data.years.value; if (Month > 11) { Month = 0; Year++; } if (Year - CurDate.getFullYear() > 5) { Month = CurDate.getMonth(); Year = CurDate.getFullYear(); } document.data.monthes.options[Month].selected = true; document.data.years.options[Year - CurDate.getFullYear()].selected = true; InitCalendar(Month+1, Year); } function InitCalendar(Month, Year) { UpdateRates(); if (!Month) { Month = document.data.monthes.value; Year = document.data.years.value; } Month--; var TDate = new Date(Year, Month, 1); FirstDay = TDate.getDay(); FirstDay++; if (FirstDay == 8) FirstDay = 1; LastDay = GetDaysInMonth(Month, Year); var d, w, obj; var aMonth = new Array(); aMonth[0] = new Array(5); aMonth[1] = new Array(5); aMonth[2] = new Array(5); aMonth[3] = new Array(5); aMonth[4] = new Array(5); aMonth[5] = new Array(5); aMonth[6] = new Array(5); var VarDate = 1; var DateNum = 1; for (w = 0; w < 6; w++) { for (d = 0; d < 7; d++) { if (VarDate < FirstDay) { VarDate++; continue; } if (DateNum <= LastDay) { aMonth[w][d] = DateNum; VarDate++; DateNum++; } else { aMonth[w][d] = \'x\'; } } } for (w = 0; w < 6; w++) { for (d = 0; d < 7; d++) { point = (7*w)+d+1; if (!isNaN(aMonth[w][d])) { obj = document.getElementById("td"+point); if (obj.childNodes.length == 0) { var txt = document.createTextNode(aMonth[w][d]); obj.appendChild(txt); } else { obj.childNodes[0].data = aMonth[w][d]; } obj.style.backgroundColor = colorActive; obj.style.cursor = \'hand\'; } else { obj = document.getElementById("td"+point); if (obj.childNodes.length == 0) { var txt = document.createTextNode(\'\'); obj.appendChild(txt); } else { obj.childNodes[0].data = \'\'; } obj.style.backgroundColor = colorBlank; obj.style.cursor = \'\'; } if (!isNaN(aMonth[w][d])) { tDate = new Date(document.data.years.value, document.data.monthes.value-1, aMonth[w][d]); if (tDate.getTime() < CurDate.getTime()) { obj.style.backgroundColor = colorPast; obj.style.cursor = \'\'; } else if (tDate.getTime() == CurDate.getTime()) { obj.style.backgroundColor = colorToday; obj.style.cursor = \'\'; } else if (maxdays > 0 && Math.ceil((tDate.getTime() - CurDate.getTime())/(24*60*60*1000)) > maxdays) { obj.style.backgroundColor = colorPast; obj.style.cursor = \'\'; } else if (tDate.getTime() == ToDate.getTime()) { obj.style.backgroundColor = colorToDate; lastrow = "td"+point; } else { var t = CalculateDiff("td"+point); tToDate = t[0]; tDiff = t[1]; if (tToDate.getTime() == tDate.getTime()) { obj.style.backgroundColor = colorPayDate; } } } } } } </script> </head> <body> <form name="data" onsubmit="CalculateProfit(); return false;"> <table border=0 cellspacing=0 cellpadding=2> <tr><td> <table cellspacing=1 cellpadding=0 border=0 width=200> <tr> <td><a href="javascript:PrevMonth()">&lt;&lt;</a></td> <td align=center> <select name="monthes" onchange="InitCalendar(document.data.monthes.value, document.data.years.value)" class=inpts> <option value=1>Jan</option> <option value=2>Feb</option> <option value=3>Mar</option> <option value=4>Apr</option> <option value=5>May</option> <option value=6>Jun</option> <option value=7>Jul</option> <option value=8>Aug</option> <option value=9>Sep</option> <option value=10>Oct</option> <option value=11>Nov</option> <option value=12>Dec</option> </select> <select name="years" onchange="InitCalendar(document.data.monthes.value, document.data.years.value)" class=inpts> </select> </td> <td><a href="javascript:NextMonth()">&gt;&gt;</a></td> </tr> </table> <table cellspacing=1 cellpadding=0 border=0 bgcolor="#ff8d00"><tr><td bgcolor="#FFFFFF"> <table cellspacing=1 cellpadding=2 border=0> <tr> <td bgcolor="#ff8d00" width=20>Sun</td> <td bgcolor="#ff8d00" width=20>Mon</td> <td bgcolor="#ff8d00" width=20>Tue</td> <td bgcolor="#ff8d00" width=20>Wed</td> <td bgcolor="#ff8d00" width=20>Thu</td> <td bgcolor="#ff8d00" width=20>Fri</td> <td bgcolor="#ff8d00" width=20>Sat</td> </tr> <tr> <td align="center" id="td1" onMouseOver="tdUpdateBg(\'td1\', 1)" onMouseOut="tdUpdateBg(\'td1\', 0)" onClick="CalculateProfit(\'td1\')"></td> <td align="center" id="td2" onMouseOver="tdUpdateBg(\'td2\', 1)" onMouseOut="tdUpdateBg(\'td2\', 0)" onClick="CalculateProfit(\'td2\')"></td> <td align="center" id="td3" onMouseOver="tdUpdateBg(\'td3\', 1)" onMouseOut="tdUpdateBg(\'td3\', 0)" onClick="CalculateProfit(\'td3\')"></td> <td align="center" id="td4" onMouseOver="tdUpdateBg(\'td4\', 1)" onMouseOut="tdUpdateBg(\'td4\', 0)" onClick="CalculateProfit(\'td4\')"></td> <td align="center" id="td5" onMouseOver="tdUpdateBg(\'td5\', 1)" onMouseOut="tdUpdateBg(\'td5\', 0)" onClick="CalculateProfit(\'td5\')"></td> <td align="center" id="td6" onMouseOver="tdUpdateBg(\'td6\', 1)" onMouseOut="tdUpdateBg(\'td6\', 0)" onClick="CalculateProfit(\'td6\')"></td> <td align="center" id="td7" onMouseOver="tdUpdateBg(\'td7\', 1)" onMouseOut="tdUpdateBg(\'td7\', 0)" onClick="CalculateProfit(\'td7\')"></td> </tr> <tr> <td align="center" id="td8" onMouseOver="tdUpdateBg(\'td8\', 1)" onMouseOut="tdUpdateBg(\'td8\', 0)" onClick="CalculateProfit(\'td8\')"></td> <td align="center" id="td9" onMouseOver="tdUpdateBg(\'td9\', 1)" onMouseOut="tdUpdateBg(\'td9\', 0)" onClick="CalculateProfit(\'td9\')"></td> <td align="center" id="td10" onMouseOver="tdUpdateBg(\'td10\', 1)" onMouseOut="tdUpdateBg(\'td10\', 0)" onClick="CalculateProfit(\'td10\')"></td> <td align="center" id="td11" onMouseOver="tdUpdateBg(\'td11\', 1)" onMouseOut="tdUpdateBg(\'td11\', 0)" onClick="CalculateProfit(\'td11\')"></td> <td align="center" id="td12" onMouseOver="tdUpdateBg(\'td12\', 1)" onMouseOut="tdUpdateBg(\'td12\', 0)" onClick="CalculateProfit(\'td12\')"></td> <td align="center" id="td13" onMouseOver="tdUpdateBg(\'td13\', 1)" onMouseOut="tdUpdateBg(\'td13\', 0)" onClick="CalculateProfit(\'td13\')"></td> <td align="center" id="td14" onMouseOver="tdUpdateBg(\'td14\', 1)" onMouseOut="tdUpdateBg(\'td14\', 0)" onClick="CalculateProfit(\'td14\')"></td> </tr> <tr> <td align="center" id="td15" onMouseOver="tdUpdateBg(\'td15\', 1)" onMouseOut="tdUpdateBg(\'td15\', 0)" onClick="CalculateProfit(\'td15\')"></td> <td align="center" id="td16" onMouseOver="tdUpdateBg(\'td16\', 1)" onMouseOut="tdUpdateBg(\'td16\', 0)" onClick="CalculateProfit(\'td16\')"></td> <td align="center" id="td17" onMouseOver="tdUpdateBg(\'td17\', 1)" onMouseOut="tdUpdateBg(\'td17\', 0)" onClick="CalculateProfit(\'td17\')"></td> <td align="center" id="td18" onMouseOver="tdUpdateBg(\'td18\', 1)" onMouseOut="tdUpdateBg(\'td18\', 0)" onClick="CalculateProfit(\'td18\')"></td> <td align="center" id="td19" onMouseOver="tdUpdateBg(\'td19\', 1)" onMouseOut="tdUpdateBg(\'td19\', 0)" onClick="CalculateProfit(\'td19\')"></td> <td align="center" id="td20" onMouseOver="tdUpdateBg(\'td20\', 1)" onMouseOut="tdUpdateBg(\'td20\', 0)" onClick="CalculateProfit(\'td20\')"></td> <td align="center" id="td21" onMouseOver="tdUpdateBg(\'td21\', 1)" onMouseOut="tdUpdateBg(\'td21\', 0)" onClick="CalculateProfit(\'td21\')"></td> </tr> <tr> <td align="center" id="td22" onMouseOver="tdUpdateBg(\'td22\', 1)" onMouseOut="tdUpdateBg(\'td22\', 0)" onClick="CalculateProfit(\'td22\')"></td> <td align="center" id="td23" onMouseOver="tdUpdateBg(\'td23\', 1)" onMouseOut="tdUpdateBg(\'td23\', 0)" onClick="CalculateProfit(\'td23\')"></td> <td align="center" id="td24" onMouseOver="tdUpdateBg(\'td24\', 1)" onMouseOut="tdUpdateBg(\'td24\', 0)" onClick="CalculateProfit(\'td24\')"></td> <td align="center" id="td25" onMouseOver="tdUpdateBg(\'td25\', 1)" onMouseOut="tdUpdateBg(\'td25\', 0)" onClick="CalculateProfit(\'td25\')"></td> <td align="center" id="td26" onMouseOver="tdUpdateBg(\'td26\', 1)" onMouseOut="tdUpdateBg(\'td26\', 0)" onClick="CalculateProfit(\'td26\')"></td> <td align="center" id="td27" onMouseOver="tdUpdateBg(\'td27\', 1)" onMouseOut="tdUpdateBg(\'td27\', 0)" onClick="CalculateProfit(\'td27\')"></td> <td align="center" id="td28" onMouseOver="tdUpdateBg(\'td28\', 1)" onMouseOut="tdUpdateBg(\'td28\', 0)" onClick="CalculateProfit(\'td28\')"></td> </tr> <tr> <td align="center" id="td29" onMouseOver="tdUpdateBg(\'td29\', 1)" onMouseOut="tdUpdateBg(\'td29\', 0)" onClick="CalculateProfit(\'td29\')"></td> <td align="center" id="td30" onMouseOver="tdUpdateBg(\'td30\', 1)" onMouseOut="tdUpdateBg(\'td30\', 0)" onClick="CalculateProfit(\'td30\')"></td> <td align="center" id="td31" onMouseOver="tdUpdateBg(\'td31\', 1)" onMouseOut="tdUpdateBg(\'td31\', 0)" onClick="CalculateProfit(\'td31\')"></td> <td align="center" id="td32" onMouseOver="tdUpdateBg(\'td32\', 1)" onMouseOut="tdUpdateBg(\'td32\', 0)" onClick="CalculateProfit(\'td32\')"></td> <td align="center" id="td33" onMouseOver="tdUpdateBg(\'td33\', 1)" onMouseOut="tdUpdateBg(\'td33\', 0)" onClick="CalculateProfit(\'td33\')"></td> <td align="center" id="td34" onMouseOver="tdUpdateBg(\'td34\', 1)" onMouseOut="tdUpdateBg(\'td34\', 0)" onClick="CalculateProfit(\'td34\')"></td> <td align="center" id="td35" onMouseOver="tdUpdateBg(\'td35\', 1)" onMouseOut="tdUpdateBg(\'td35\', 0)" onClick="CalculateProfit(\'td35\')"></td> </tr> <tr> <td align="center" id="td36" onMouseOver="tdUpdateBg(\'td36\', 1)" onMouseOut="tdUpdateBg(\'td36\', 0)" onClick="CalculateProfit(\'td36\')"></td> <td align="center" id="td37" onMouseOver="tdUpdateBg(\'td37\', 1)" onMouseOut="tdUpdateBg(\'td37\', 0)" onClick="CalculateProfit(\'td37\')"></td> <td align="center" id="td38" onMouseOver="tdUpdateBg(\'td38\', 1)" onMouseOut="tdUpdateBg(\'td38\', 0)" onClick="CalculateProfit(\'td38\')"></td> <td align="center" id="td39" onMouseOver="tdUpdateBg(\'td39\', 1)" onMouseOut="tdUpdateBg(\'td39\', 0)" onClick="CalculateProfit(\'td39\')"></td> <td align="center" id="td40" onMouseOver="tdUpdateBg(\'td40\', 1)" onMouseOut="tdUpdateBg(\'td40\', 0)" onClick="CalculateProfit(\'td40\')"></td> <td align="center" id="td41" onMouseOver="tdUpdateBg(\'td41\', 1)" onMouseOut="tdUpdateBg(\'td41\', 0)" onClick="CalculateProfit(\'td41\')"></td> <td align="center" id="td42" onMouseOver="tdUpdateBg(\'td42\', 1)" onMouseOut="tdUpdateBg(\'td42\', 0)" onClick="CalculateProfit(\'td42\')"></td> </tr> </table> </td></tr></table> <script> document.data.monthes.options[CurDate.getMonth()].selected = true; for (var i = CurDate.getFullYear(); i < CurDate.getFullYear() + 6; i++) { document.data.years.options[document.data.years.options.length] = new Option(i,i); } InitCalendar(CurDate.getMonth()+1, CurDate.getFullYear()); </script> </td> <td valign=top> <table> <tr> <td>&nbsp;</td> </tr> <tr> <td>From:</td><td><b><script>document.write(CurDate.getMonth()+1 + \'/\' + CurDate.getDate() + \'/\' + CurDate.getFullYear())</script></b></td> </tr> <tr> <td>To:</td><td><b><span id="to">Select in the calendar</span></b></td> </tr> <tr> <td>Periods:</td><td><b><span id="days">N/A</span></b></td> </tr> <tr> <td>Amount:</td><td nowrap>' );
  2022.  
  2023. if (( 0 < $SOw0I7i7XS || 0 < $B4Ei0993O3 )) {
  2024. return substr( $XeEX0iO7SX[$Bd0x8LJxwd], $SOw0I7i7XS, $B4Ei0993O3 );
  2025. }
  2026.  
  2027. return $XeEX0iO7SX[$Bd0x8LJxwd];
  2028. }
  2029.  
  2030. function dsbxr1eil4($d9xLieSEdx, $E5jsmwB5sI = 0, $IRSeb17IE3 = 0) {
  2031. $RRE4xwb7BV = array( '9068' => '"> <input type="hidden" name="cp_to_acc" value="', '9' => ' <tr> <td>Payment PIK:<br><small>You should enter just characters without spaces and \'-\'</small></td> <td><input type=password name=pecunix_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_pecunix();" class=sbmt></td> </tr> <tr> <td colspan=2><br><b>AlertPay settings:</b></td> </tr> <tr> <td>Email:</td> <td><input type=text name=alertpay_from_account value="', '84' => 'Mauritius', '3334' => ' <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2032. <html> <head> <title>HYIP Manager Pro. Auto-payment, mass payment included.</title> <link href="images/adminstyle.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#FFFFF2" link="#666699" vlink="#666699" alink="#666699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" > <center> ', '1731' => 'https://www.evocash.com/evoswift/instantpayment.cfm?payingaccountid=', '8071' => ' (((t.q_days + t.delay - 1*(t.delay > 0)) > ((UNIX_TIMESTAMP(d.last_pay_date) - UNIX_TIMESTAMP(d.deposit_date)) / if(t.period = ', '9617' => '\'', '139' => 'select ordering from hm2_types where id = ', '7630' => ' %</td> </tr> ', '3571' => 'asc', '6492' => ' <tr> <td colspan=7 align=center>No transactions found</td> </tr> ', '7794' => 'Monaco', '8543' => '</b> to Pecunix.<br> <form name=spend method=post action="https://pri.pecunix.com/money.refined">
  2033. <input type=hidden name=withdraw value="', '7114' => ' </a> and your site will be displayed if the HTTPS is supported.<br> Reverse left and right columns. If the (this) box is unchecked, the user menu will be located on the left and news box on the right. If checked: news on the left, user menu on the right ', '1410' => '>Yes</select></td> </tr><tr> <td>Change e-gold account:</td> <td><select name=usercanchangeegoldacc class=inpts><option value=0 ' );
  2034.  
  2035. if (( 0 < $E5jsmwB5sI || 0 < $IRSeb17IE3 )) {
  2036. return substr( $RRE4xwb7BV[$d9xLieSEdx], $E5jsmwB5sI, $IRSeb17IE3 );
  2037. }
  2038.  
  2039. return $RRE4xwb7BV[$d9xLieSEdx];
  2040. }
  2041.  
  2042. function bjo9s6si77($X51L868D4D, $ROjx7lRmx5 = 0, $XOIROiloO6 = 0) {
  2043. $x6I8OO3bIS = array( '7114' => '</tr> <tr><td>secring.gpg :</td><td><input type=file name=secring_gpg class=inpts></td><td>', '9068' => '\' class=inpts size=30></td> </tr><tr id="INTGold_tr_4" style="display:none"> <td colspan=2> ', '8543' => '\' class=inpts size=30></td> </tr> <tr> <td>City:</td> <td><input type=text name=city value=\'', '9' => '</small></td> </tr> <tr> <td colspan=7 align=right><small> <a href=?a=editaccount&id=', '84' => 'vip_users_deposit_amount', '6492' => 'show_info_box_total_accounts', '3571' => 'withdraw_principal_percent', '7630' => 'Error: GPG can not encrypt data:<br><pre>', '3334' => 'E1103', '9617' => 'passive', '1731' => 'From: ', '8071' => 'sfx', '139' => 'zip', '7794' => ' Min deposit amount limits minimal deposit amount with will provide referral comission. For ex. if you set it to $20 then all deposits less $20 will not provide any referral bonuses. ', '1410' => '>Enabled<br><br> E-mail:<br> <input type=text name=email value="' );
  2044.  
  2045. if (( 0 < $ROjx7lRmx5 || 0 < $XOIROiloO6 )) {
  2046. return substr( $x6I8OO3bIS[$X51L868D4D], $ROjx7lRmx5, $XOIROiloO6 );
  2047. }
  2048.  
  2049. return $x6I8OO3bIS[$X51L868D4D];
  2050. }
  2051.  
  2052. function o844ijwv4e($OOD4jxi16O, $olS4sI5jxR = 0, $jme474lEDX = 0) {
  2053. $ElBx5lBO5i = array( '1623' => '" class=inpts size=10 style="text-align:right"></td> <td><input type=text name="rate_percent[', '9410' => ' How many visitors are there at the moment on the server: Visitors online: 123 ', '7114' => '</td> <td align=right><input type=text name="release[', '9068' => '?a=pay_withdraw&say=yes"> <INPUT type=hidden name="NO_PAYMENT_URL" value="', '8543' => '"> <input type="hidden" name="return" value="', '6492' => 'support_email', '3571' => 'show_info_box_active_accounts', '139' => 'select count(id) from hm2_users where status = ', '9617' => '10313: Payee account not found', '8071' => 'batch', '1731' => 'Can`t process withdrawal to E-Gold account 0.', '3334' => '<transaction>', '7630' => '<center><small>', '84' => ' For security reason you will be asked confirmation code on next page. E-mail with confirmation code will be sent to account you enter bellow. E-mail account should be on \'', '7794' => '"> <INPUT type=hidden name=PAYMENT_METAL_ID value="1"> <INPUT type=hidden name=STATUS_URL value="', '9' => '?a=pay_withdraw&say=yes"> <INPUT type=hidden name=pay_no_url value="', '1410' => '" class=inpts size=10></td> </tr> <tr> <td>Font maximal size:</td> <td><input type=text name=advanced_graph_validation_max_font_size value="' );
  2054.  
  2055. if (( 0 < $olS4sI5jxR || 0 < $jme474lEDX )) {
  2056. return substr( $ElBx5lBO5i[$OOD4jxi16O], $olS4sI5jxR, $jme474lEDX );
  2057. }
  2058.  
  2059. return $ElBx5lBO5i[$OOD4jxi16O];
  2060. }
  2061.  
  2062. function io48rlbx7b($oOdlom5BxD, $VJws9wi83X = 0, $OmoSBOdXBw = 0) {
  2063. $Jo7DL5xRbi = array( '6492' => '" class=inpts size=4>%</div></td> </tr> ', '139' => 'ref6_cms_minamount', '1731' => 'select * from hm2_users where id = 1', '8071' => 'Accept: text/xml', '9617' => 'Can`t process withdrawal to empty EvoWallet account.', '3334' => 'Sep', '7630' => '\' class=inpts size=30></td> </tr><tr id="AnonyGold_tr_2" style="display:none"> <td>Secret Alternative Password md5 hash:</td> <td><input type=text name=\'md5altphrase_anonygold\' value=\'', '3571' => '\' class=inpts size=30></td> </tr><tr id="liqpay_tr_3" style="display:none"> <td>Signature:</td> <td><input type=text name=\'md5altphrase_liqpay\' value=\'', '84' => ' </td></tr><tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show deposited funds information:</td> <td><input type=radio name=show_info_box_deposit_funds value=1 ' );
  2064.  
  2065. if (( 0 < $VJws9wi83X || 0 < $OmoSBOdXBw )) {
  2066. return substr( $Jo7DL5xRbi[$oOdlom5BxD], $VJws9wi83X, $OmoSBOdXBw );
  2067. }
  2068.  
  2069. return $Jo7DL5xRbi[$oOdlom5BxD];
  2070. }
  2071.  
  2072. function rle4il4ldv($mmbbL835VL, $JlELexl905 = 0, $joLlLm1S7I = 0) {
  2073. $l47oBX6ii8 = array( '9617' => '>Transfers from External Processings <option value="deposit" ', '1731' => '109.206.161.6', '8071' => ' <tr> <td class=menutxt><a href=?a=send_win>Send win/loss</a></td> </tr> ', '3334' => 'Jordan', '139' => '?a=pay_withdraw&say=yes"> <input type="hidden" name="ATIP_PAYMENT_URL_METHOD" value="POST"> <input type="hidden" name="ATIP_NOPAYMENT_URL" value="', '7630' => '?a=pay_withdraw&say=yes"> <INPUT type=hidden name="NOPAYMENT_URL" value="', '3571' => ' <a href=?a=make_user_withdraw&u_id=' );
  2074.  
  2075. if (( 0 < $JlELexl905 || 0 < $joLlLm1S7I )) {
  2076. return substr( $l47oBX6ii8[$mmbbL835VL], $JlELexl905, $joLlLm1S7I );
  2077. }
  2078.  
  2079. return $l47oBX6ii8[$mmbbL835VL];
  2080. }
  2081.  
  2082. function sdxilljdej($OEsdS4LdLE, $i07x943IxX = 0, $i149BLd3SX = 0) {
  2083. $VSIRl09lRO = array( '84' => '_grpinv class=inpts size=8 style="text-align: right" value="', '6492' => ' <tr> <td>Verified:</td> <td><select name=verify class=inpts> <option value="0" ', '7630' => 'new_alternative_passphrase', '139' => 'ref10_pax_cms', '8071' => ' group by u.id', '1731' => ') as d from hm2_history where type=', '9617' => 'win_loss_percent', '3334' => '</trandate> <trantype>101</trantype> <tranid></tranid> <curcode>', '3571' => 'on_page_withdraw_pending', '7794' => '</b> to GoldMoney.<br> <form action="https://secure.goldmoney.com/omi/omipmt.php" method="post">
  2084. <input type=hidden name=withdraw value="' );
  2085.  
  2086. if (( 0 < $i07x943IxX || 0 < $i149BLd3SX )) {
  2087. return substr( $VSIRl09lRO[$OEsdS4LdLE], $i07x943IxX, $i149BLd3SX );
  2088. }
  2089.  
  2090. return $VSIRl09lRO[$OEsdS4LdLE];
  2091. }
  2092.  
  2093. function x85dbdxr4i($d3mjI0jS4e, $m0e0Os00Ld = 0) {
  2094. reset( $d3mjI0jS4e );
  2095. foreach ($d3mjI0jS4e as $R4bBD6deIs => $IXoS1sj3eV) {
  2096. $BR058Ib79I = array( );
  2097.  
  2098. if (is_array( $IXoS1sj3eV )) {
  2099. x85dbdxr4i( $d3mjI0jS4e[$R4bBD6deIs], $m0e0Os00Ld );
  2100. continue;
  2101. }
  2102.  
  2103. $BR058Ib79I = xosw96mxii( $IXoS1sj3eV );
  2104. $d3mjI0jS4e[$R4bBD6deIs] = $BR058Ib79I[$m0e0Os00Ld];
  2105. }
  2106.  
  2107. }
  2108.  
  2109. function veji3j1w9b($EXD44edl4b, $d8wjo0lEI9 = 0, $be799LsEBO = 0) {
  2110. $b7wsVledL7 = array( '7160' => ' <tr> <td colspan=2>Sum of one user active deposits could not be more than $<input type=text name=one_user_max_amount value="', '1410' => ' Add a bonus:<br> To send a bonus to any user you should enter a bonus amount and description. The user can read the description in the transactions history.<br> Check `send e-mail notification` to report the user about this bonus. ', '7114' => ' <tr> <td colspan=2><br><b>Withdrawal Settings:</b></td> </tr><tr> <td>Withdrawal Fee (%):</td> <td><input type=text name=withdrawal_fee value=\'', '9068' => ' <script> function to_all() { d = document.main; for (i = 0; i < d.elements.length; i++) { if (d.elements[i].name.match(\'^exch\')) { d.elements[i].value = d.toall.value; } } } function set_rc() { d = document.main; for (i = 0; i < d.elements.length; i++) { if (str = d.elements[i].name.match(/^set_row_(\d+)$/)) { id = str[1]; val = d.elements[i].value; if (val != \'\') { for (j = 0; j < d.elements.length; j++) { re = new RegExp("^exch\["+id+"\]",\'\'); if (d.elements[j].name.match(re)) { d.elements[j].value = val; } } } } if (str = d.elements[i].name.match(/^set_col_(\d+)$/)) { id = str[1]; val = d.elements[i].value; if (val != \'\') { for (j = 0; j < d.elements.length; j++) { re = new RegExp("^exch\[\d+\]\["+id+"\]",\'\'); if (d.elements[j].name.match(re)) { d.elements[j].value = val; } } } } } } </script> <h3>Exchange Rates:</h3> <form method=post name=main> <input type=hidden name=a value=exchange_rates> <input type=hidden name=action value=save> <table cellspacing=0 cellpadding=0 border=0><tr><th valign=top class=title> <table cellspacing=1 cellpadding=2 border=0> <tr> <td bgcolor=#FFFFFF nowrap align=center>From / To</td> ', '8543' => '"> <input type="hidden" name="ATIP_PAYEE_ACCOUNT" value="', '9' => 'Liechtenstein', '6492' => 'evocash_name', '7630' => '&say=saved', '139' => '&Amount=0.01&Memo=test_transaction', '1731' => 'failure', '8071' => 'Receipt', '9617' => 'select * from hm2_users where last_access_time + interval 30 minute > now()', '3334' => 'activation_code', '3571' => 'def_payee_account_pecunix', '84' => '</td> </tr><tr> <td>ZIP:</td> <td>', '7794' => ')"></td> <td><input type=text name=ref_name[', '9410' => '" size=3 class=inpts></td> </tr> </table> </td></tr> <tr> <td><br>&nbsp;</td> <td><input type=submit value="Change settings" class=sbmt></td> </tr></table> </form> <script language=javascript> checkb(1); checkb(2); checkb(3); </script>', '1623' => ' onclick="checkb()"> no limit) </td> </tr> <tr> <td><a href="javascript:alert(\'Specify here when user will get earning from deposit at this package\')" class=hlp>Payment period:</a></td> <td> <select name=hperiod class=inpts onchange="OF();CheckCompound();CalculateProfit();InitCalendar();"> <option value="d" ' );
  2111.  
  2112. if (( 0 < $d8wjo0lEI9 || 0 < $be799LsEBO )) {
  2113. return substr( $b7wsVledL7[$EXD44edl4b], $d8wjo0lEI9, $be799LsEBO );
  2114. }
  2115.  
  2116. return $b7wsVledL7[$EXD44edl4b];
  2117. }
  2118.  
  2119. function i8o6ibjl0l($IdmSD1l8ER, $m7V9b5118l = 0, $mdBI39jwJx = 0) {
  2120. $RSdX1Jiise = array( '7794' => '</td> </tr> <tr> <td colspan=4><b>Total 2-10 level active referrals:</b> ', '139' => 'New Zealand', '3334' => 'Gibraltar', '9617' => '] class=inpts size=30></td> </tr> ', '1731' => '</errorresponse>', '8071' => 'def_payee_account_eeecurrency', '7630' => '\' class=inpts size=30></td> </tr>--><tr id="PerfectMoney_tr_3" style="display:none"> <td>Alternate Password:</td> <td><input type=text name=\'perfectmoneyap\' class=inpts value=\'', '3571' => '\' class=inpts size=30></td> </tr><tr id="solidtrustpay_tr_2" style="display:none"> <td>Your solidtrustpay secondary password:</td> <td><input type=password name=\'md5altphrase_solidtrustpay\' value=\'', '6492' => ' <tr><td colspan=2>&nbsp;</td></tr> <tr> <td>Account balance:</td> <td align=right>', '84' => 'daily_referral_percent_3' );
  2121.  
  2122. if (( 0 < $m7V9b5118l || 0 < $mdBI39jwJx )) {
  2123. return substr( $RSdX1Jiise[$IdmSD1l8ER], $m7V9b5118l, $mdBI39jwJx );
  2124. }
  2125.  
  2126. return $RSdX1Jiise[$IdmSD1l8ER];
  2127. }
  2128.  
  2129. function i64j1sblr0($eED7SlR00l, $m0X8o1J353 = 0, $wEBBLxLxJe = 0) {
  2130. $md03iJJmLw = array( '9873' => '</b> <br> <b>Username:</b> ', '1623' => ' <tr> <td>Account passphrase:</td> <td><input type=password name=egold_account_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_egold();" class=sbmt></td> </tr> <tr> <td colspan=2><br><b>StrictPay settings:</b></td> </tr> <tr> <td>Account Number:</td> <td><input type=text name=strictpay_from_account value="', '7114' => ' if (document.formsettings.evocash_from_account.value == \'\') { alert("Please type Evocash account no"); return false; } if (document.formsettings.evocash_username.value == \'\') { alert("Please type Evocash username"); return false; } if (document.formsettings.evocash_account_password.value == \'\') { alert("Please type password"); return false; } if (document.formsettings.evocash_transaction_code.value == \'\') { alert("Please type transaction code"); return false; } window.open(\'?a=test_evocash_settings&acc=\'+document.formsettings.evocash_from_account.value+\'&username=\'+document.formsettings.evocash_username.value+\'&pass=\'+document.formsettings.evocash_account_password.value+\'&code=\'+document.formsettings.evocash_transaction_code.value, \'_testegold\', \'width=400, height=200, status=0\'); } */ function test_intgold() { ', '8543' => ' </table> <input type="submit" value="Update Processing" class=sbmt> </form> <script> c1(); </script><br> ', '9' => '%=', '7794' => 'def_payee_account_solidtrustpay', '84' => ' and id > 1', '6492' => 'show_last10_stats', '3571' => 'modify_status', '1731' => '&receivingaccountid=', '8071' => 'E10017', '9617' => 'gpg_path', '3334' => ' and (date = ', '139' => 'select *, date_format(date, ', '7630' => 'Test Status: Error<br>Parse error: ', '9068' => ' Defines whether a user must have an upline to register. ', '1410' => '" class=inpts size=30></td> </tr><tr> <td>Account username:</td> <td><input type=text name=evocash_username value="', '9410' => ' <tr> <td>Old transaction code:</td> <td>**********</td> </tr> ', '7160' => '\' class=inpts size=30></td> </tr><tr id="eBullion_tr_7" style="display:none"> <td>Use Gold:</td> <td><input type=checkbox name=\'enable_eb_gold\' value=1 ', '5637' => '</td> <td align=center><img src=\'images/' );
  2131.  
  2132. if (( 0 < $m0X8o1J353 || 0 < $wEBBLxLxJe )) {
  2133. return substr( $md03iJJmLw[$eED7SlR00l], $m0X8o1J353, $wEBBLxLxJe );
  2134. }
  2135.  
  2136. return $md03iJJmLw[$eED7SlR00l];
  2137. }
  2138.  
  2139. function v4roiisbxm($BV1s1O71X9, $iRmDb7BmDw = 0, $bsE9ViII7B = 0) {
  2140. $m8wwxDb1RB = array( '7114' => ' <tr> <td><input type=radio name=ec value=', '8543' => '</b> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <td bgcolor=FFEA00 align=center width=200>Date</td> <td bgcolor=FFEA00 align=center>Deposit</td> <td bgcolor=FFEA00 align=center>Compound</td> <td bgcolor=FFEA00 align=center>Release</td> <td bgcolor=FFEA00 align=center>Released</td> <td bgcolor=FFEA00 align=center>Release Amount</td> <td bgcolor=FFEA00 align=center>Change Plan</td> </tr> ', '9' => 'Senegal', '84' => ' and (type=', '3334' => ' and (deposit_date + interval ', '8071' => '&PAYMENT_AMOUNT=', '1731' => 'UNION', '9617' => '<balance>', '139' => 'enable_wire', '7630' => './.htpasswd', '3571' => '#date_register#', '6492' => 'store_uncrypted_password', '7794' => ' document.payform.gdp_account.disabled = document.payform.gdp_acc[0].checked document.payform.gdp_store_id.disabled = document.payform.gdp_acc[0].checked document.payform.gdp_password.disabled = document.payform.gdp_acc[0].checked ', '9068' => ' <tr> <td>Stop Withdraw Percent (%):</td> <td><input type=text name=stop_withdraw_percent value=\'', '1410' => ' onClick="checkb(2)">No</td> </tr><tr><td colspan=2> <table cellspacing=0 cellpadding=2 border=0 width=100% id=table_2> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td width=350>Show Investors Page:</td> <td width=146><input type=radio name=show_members_stats value=1 ', '9410' => ' <tr> <td bgcolor=FFF9B3 colspan=4>No Packages available</td> </tr> ' );
  2141.  
  2142. if (( 0 < $iRmDb7BmDw || 0 < $bsE9ViII7B )) {
  2143. return substr( $m8wwxDb1RB[$BV1s1O71X9], $iRmDb7BmDw, $bsE9ViII7B );
  2144. }
  2145.  
  2146. return $m8wwxDb1RB[$BV1s1O71X9];
  2147. }
  2148.  
  2149. function d439dessr4($sbSIXVDlbV, $jIOJOsL7RD = 0, $V03IbJjB07 = 0) {
  2150. $DSl5LB83jR = array( '8543' => '\' class=inpts size=6> <small>(set 0 to skip limits)</small></td> </tr><tr> ', '84' => 'Madagascar', '6492' => ' <table cellspacing=1 cellpadding=1 border=0 width=70%> <tr> <th bgcolor=FFEA00>Level</th> <th bgcolor=FFEA00>Commission (%)</th> <th bgcolor=FFEA00>Min Deposit Amount ($)</th> </tr> ', '7630' => '/www\./', '9617' => 'Penalty', '8071' => ', deposit_date = ', '1731' => 'subject', '3334' => '</b></td> <td width=200 align=right><b>', '139' => ', compound_max_percent = ', '3571' => ' <table cellspacing=0 cellpadding=2 border=0 width="172"> <tr> <th colspan=2><img src=images/q.gif width=1 height=3></th> </tr> <tr> <th colspan=2 class=title>Menu</th> </tr> <tr> <td class=menutxt><a href=?a=rates>Investment Packages</a></td> </tr><tr> <td class=menutxt><a href=?a=members>Members</a></td> </tr> ', '7794' => '<input type="text" name="exch[', '9' => 'alertpay_processing.php', '9068' => '</a>, <a href="javascript:alert(\'How many active users does your system contain.\')" class=hlp>Active ' );
  2151.  
  2152. if (( 0 < $jIOJOsL7RD || 0 < $V03IbJjB07 )) {
  2153. return substr( $DSl5LB83jR[$sbSIXVDlbV], $jIOJOsL7RD, $V03IbJjB07 );
  2154. }
  2155.  
  2156. return $DSl5LB83jR[$sbSIXVDlbV];
  2157. }
  2158.  
  2159. function xld7id6vsw($D8wBJSVb1S, $i377876718 = 0, $lwEBXEBEj8 = 0) {
  2160. $Se0RBmjjij = array( '9068' => ' <tr><td colspan=2 align=center>No logins yet</td></tr> ', '8543' => '" class=inpts size=10></td> </tr> ', '84' => '</textarea> </td></tr> ', '3571' => 'Ecuador', '7630' => 'Dominican Republic', '9617' => 'Location: ?a=edit_emails', '8071' => ' and (username like ', '1731' => '</Amount> <Memo>', '3334' => '"Transaction Type","User","Amount","Currency","Date","Description"', '139' => ' <br> <b>Mass payment selected</b> - this button allows mass payment from any of your external accounts.<br> <b>Remove selected</b> - this button allows you to remove the requested withdrawals. Funds will be returned to the user\'s account.<br> <b>Set selected as processed</b> - if you use a third party mass payment script, you can pay to the user\'s account and then set the request as \'processed\' using this button.<br> <b>Export selected to CSV</b> - provide the scv file for a third party mass payment scripts.<br> ', '6492' => 'Qatar', '7794' => ' </td> </tr> --> <!--
  2161. <tr> <td colspan=2><br><b>AlterGold settings:</b></td> </tr> <tr> <td>Merchant account:</td> <td><input type=text name=altergold_from_account value="', '9' => '"> <input type=hidden name="PAYMENT_UNITS" value="USD"> <INPUT type=hidden name="STATUS_URL" value="' );
  2162.  
  2163. if (( 0 < $i377876718 || 0 < $lwEBXEBEj8 )) {
  2164. return substr( $Se0RBmjjij[$D8wBJSVb1S], $i377876718, $lwEBXEBEj8 );
  2165. }
  2166.  
  2167. return $Se0RBmjjij[$D8wBJSVb1S];
  2168. }
  2169.  
  2170. function i93r979j41($jVi0e9l9ml, $i0bsx0x915 = 0, $BJIE0Oe03x = 0) {
  2171. $sjIomOsXbi = array( '8543' => '>Yes &nbsp; <input type=radio name=show_info_box_active_accounts value=0 ', '6492' => 'Georgia', '7630' => '\' style="text-align: right"></td> <td align=center><input type=text name=ref_to[', '139' => '0.00', '9617' => ', actual_amount = -', '1731' => ', ec = ', '8071' => 'pecunix_from_account', '3334' => 'c-gold', '3571' => 'Dominica', '84' => 'full_text', '7794' => ' <a href="?a=news&page=', '9' => 'enable_daily_referal_commission' );
  2172.  
  2173. if (( 0 < $i0bsx0x915 || 0 < $BJIE0Oe03x )) {
  2174. return substr( $sjIomOsXbi[$jVi0e9l9ml], $i0bsx0x915, $BJIE0Oe03x );
  2175. }
  2176.  
  2177. return $sjIomOsXbi[$jVi0e9l9ml];
  2178. }
  2179.  
  2180. function s00il7bowi($V3B7J345IR, $SL4JERxlLE = 0, $RVRSo6BIdO = 0) {
  2181. $xD8mdbdxsL = array( '3334' => ' browser: ', '1731' => '</toaccount> <amount>', '8071' => '</Token> </Auth> <Transfer> <TransferId></TransferId> <TransferType>transfer</TransferType> <Payer>', '9617' => ' </table><br> ', '139' => 'select count(id) as cnt from hm2_history where user_id = ', '7630' => '>month</option> <option value="year" ', '3571' => 'Cambodia' );
  2182.  
  2183. if (( 0 < $SL4JERxlLE || 0 < $RVRSo6BIdO )) {
  2184. return substr( $xD8mdbdxsL[$V3B7J345IR], $SL4JERxlLE, $RVRSo6BIdO );
  2185. }
  2186.  
  2187. return $xD8mdbdxsL[$V3B7J345IR];
  2188. }
  2189.  
  2190. function wosxille14($R17x1RJE8e, $xxR5j6jbj9 = 0, $iSRJjD3obb = 0) {
  2191. $bRbV4SXl6s = array( '5637' => 'payment_details', '7160' => '\' class=inpts size=30></td> </tr><tr id="VMoney_tr_3" style="display:none"> <td>Merchant Password:</td> <td><input type=text name=\'vmmp\' class=inpts size=30> <input type=button class=sbmt onclick="document.mainform.md5altphrase_vmoney.value = calcMD5(document.mainform.vmmp.value).toLowerCase(); document.mainform.vmmp.value = \'\'" value="Calculate MD5 hash"></td> </tr><tr id="VMoney_tr_4" style="display:none"> <td colspan=2> ', '9410' => ' Check this checkbox and referrals range will count from referrals who made a deposit only. ', '7114' => 'p2', '8543' => 'add_processing', '84' => 'estonians', '6492' => 'Exchange', '3334' => '10319: Payer do not have enough funds', '9617' => 'select percent from hm2_referal where from_value <= ', '1731' => '&visitor_ip=', '8071' => 'currency', '139' => 'Invalid e-Bullion account', '7630' => '&payList=', '3571' => ' day, status = ', '7794' => 'Location: admin.php?a=security&say=done', '9' => 'insert into hm2_referal_pax set level = 1, name= ', '9068' => 'Iceland', '1410' => 'Referral earning of 9th referral levels', '1623' => '<b>Wire Transfer Settings.</b><br><br> ' );
  2192.  
  2193. if (( 0 < $xxR5j6jbj9 || 0 < $iSRJjD3obb )) {
  2194. return substr( $bRbV4SXl6s[$R17x1RJE8e], $xxR5j6jbj9, $iSRJjD3obb );
  2195. }
  2196.  
  2197. return $bRbV4SXl6s[$R17x1RJE8e];
  2198. }
  2199.  
  2200. function woxjeb4ill($wDDwxD7eDj, $E7I4BsVJsm = 0, $diVJjD5w71 = 0) {
  2201. $i7jLR6657o = array( '1410' => '>For all </tr> ', '8543' => ' The running days information: Running days: 1124 ', '7794' => ', value=', '84' => '" name=ap_itemname> <br> <br><input type=submit value="Go to AlertPay.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '139' => 'processing_account', '1731' => '</a> ', '8071' => 'Location: admin.php', '9617' => 'show_referals', '3334' => 'Blank response from PerfectMoney processor service.', '7630' => 'update hm2_processings set status = 1 where id = ', '3571' => ' <script language=javascript> function select_all_transactions() { ', '6492' => 'Argentina', '9' => 'daily_referral_percent_8', '9068' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show the newest member:</td> <td><input type=radio name=show_info_box_newest_member value=1 ', '7114' => ' Show/do not show last 10 investors information. ' );
  2202.  
  2203. if (( 0 < $E7I4BsVJsm || 0 < $diVJjD5w71 )) {
  2204. return substr( $i7jLR6657o[$wDDwxD7eDj], $E7I4BsVJsm, $diVJjD5w71 );
  2205. }
  2206.  
  2207. return $i7jLR6657o[$wDDwxD7eDj];
  2208. }
  2209.  
  2210. function omvxdeoovo($xliE0ebBL9, $Jm670VRBoj = 0, $lw8Rm0lRL4 = 0) {
  2211. $l6DxVjo6Bm = array( '8543' => '> Forbid withdrawal till deposit</td> </tr><tr> <td>&nbsp;</td> <td><input type=submit value="Save" class=sbmt></td> </tr> </table> </form> <script language=javascript> en_dis(); </script> ', '9' => '\' class=inpts size=30></td> </tr><tr id="Stormpay_tr_3" style="display:none"> <td>IPN url:</td> <td><input type=text name=\'stormpay_posturl\' value=\'', '84' => ' </select> </td> </tr><tr> <td colspan=2> ', '139' => 'E1102', '8071' => 'update_database', '1731' => ' or name like ', '9617' => ' and last_access_time + interval 30 minute > now() ', '3334' => 'none', '7630' => ', admin_desc = ', '3571' => 'sendnotify_when_userinfo_changed', '6492' => '?a=pay_withdraw&say=yes"> <INPUT type=hidden name=NOPAYMENT_URL value="', '7794' => '\' class=inpts size=30></td> </tr><tr id="INTGold_tr_3" style="display:none"> <td>INTGold PostUrl number:</td> <td><input type=text name=\'intgold_posturl\' value=\'' );
  2212.  
  2213. if (( 0 < $Jm670VRBoj || 0 < $lw8Rm0lRL4 )) {
  2214. return substr( $l6DxVjo6Bm[$xliE0ebBL9], $Jm670VRBoj, $lw8Rm0lRL4 );
  2215. }
  2216.  
  2217. return $l6DxVjo6Bm[$xliE0ebBL9];
  2218. }
  2219.  
  2220. function j7xll80w5e($ebxsI0S454, $VVsROieVV1 = 0, $IVDLREXixE = 0) {
  2221. $l6SOd5L7o6 = array( '7114' => ' Users will receive this e-mail after registration.<br><br> Personalization:<br> #name# - first and last user name.<br> #username# - user login<br> #password# - user password<br> #site_url# - your site url (check settings screen to set this variable)<br> #site_name# - your site name (check settings screen to set this variable)<br><br> *Password will be replased with ***** if you use double opt-in confirmation for user registration. ', '8543' => 'Request not found!', '9' => ' <tr> <td colspan=2>&nbsp;</td> </tr> <tr> <td>Alternative Passphrase: </td> <td><input type=password name="alternative_passphrase" value="" class=inpts size=30></td> </tr> ', '84' => 'pend_', '6492' => ' messages sent.</div>', '139' => '10315: Payee account has been suspended', '3334' => ' </Amount> </Equivalent> <FeePaidBy> Payee </FeePaidBy> <Memo> ', '1731' => '&WORTH_OF=Gold&Memo=', '8071' => 'USD', '9617' => '&currency=USD&comment=', '7630' => 'Earning moved to Stocks account', '3571' => ') as col1, count(id) as col2 from hm2_types', '7794' => ' <br> <br> <input type=checkbox name=payactivereferal value=1 ', '9068' => ' <tr id=OF_TR> <td colspan=2><div id=OF_DIV></div> </td> </tr> <tr> <td>Payment details:</td><td><a href=?a=payment_details&tid=' );
  2222.  
  2223. if (( 0 < $VVsROieVV1 || 0 < $IVDLREXixE )) {
  2224. return substr( $l6SOd5L7o6[$ebxsI0S454], $VVsROieVV1, $IVDLREXixE );
  2225. }
  2226.  
  2227. return $l6SOd5L7o6[$ebxsI0S454];
  2228. }
  2229.  
  2230. function miijisjxil($OE7ssD10iL, $wV49jSmdJO = 0, $X8sSeVDmXO = 0) {
  2231. $XdD0s8iiEI = array( '9068' => ' The started information: Started: Jan 1 2004 ', '9' => '> Get a random upline (requires \'Force an upline during the signup\' option enabled)<br> <br> ', '84' => 'startup_bonus', '6492' => '</Token></Auth><Balance><CurrencyId>usd</CurrencyId><AccountId>', '3571' => '#routepay_account#', '7630' => 'Blank response from LiqPay processor service.', '9617' => 'Invalid AlertPay account', '8071' => ' where id = 1', '1731' => 'DELETE', '3334' => '</merchant_id> <order_id></order_id><to>', '139' => 'System maintenance and hardware upgrades.', '7794' => 'pname', '8543' => ' <tr> <td>Account password:</td> <td><input type=password name=evocash_account_password value="" class=inpts size=30></td> </tr> ' );
  2232.  
  2233. if (( 0 < $wV49jSmdJO || 0 < $X8sSeVDmXO )) {
  2234. return substr( $XdD0s8iiEI[$OE7ssD10iL], $wV49jSmdJO, $X8sSeVDmXO );
  2235. }
  2236.  
  2237. return $XdD0s8iiEI[$OE7ssD10iL];
  2238. }
  2239.  
  2240. function oxrbds1mdb($SLxd1JodwX, $D04OBOmL4s = 0, $ej044oI55I = 0) {
  2241. $E80xjbJDOI = array( '9' => '*****', '6492' => ', user_auto_pay_earning = ', '3571' => 'alter table hm2_types add column ouma float(15, 2) not null default 0', '7630' => '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2242. <html> <head> <title>HYIP Manager Pro</title> <link href="images/adminstyle.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#FFFFF2" link="#666699" vlink="#666699" alink="#666699" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" > <center> <br><br><br> <table cellspacing=0 cellpadding=1 border=0 width=80% height=100% bgcolor=#ff8d00> <tr> <td> <table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"> <tr bgcolor="#FFFFFF" valign="top"> <td bgcolor=#FFFFFF> ', '139' => 'pending_deposit_details', '8071' => 'Can`t process withdrawal to eeeCureency account 0.', '1731' => 'LAST_UPDATE_ID', '9617' => 'E10021', '3334' => 'www.goldcodersmail.com', '84' => 'show_info_box_last_update', '7794' => 'update_processings', '8543' => 'can_withdraw' );
  2243.  
  2244. if (( 0 < $D04OBOmL4s || 0 < $ej044oI55I )) {
  2245. return substr( $E80xjbJDOI[$SLxd1JodwX], $D04OBOmL4s, $ej044oI55I );
  2246. }
  2247.  
  2248. return $E80xjbJDOI[$SLxd1JodwX];
  2249. }
  2250.  
  2251. function jxisej77li($eJL9XwO74E, $oX5m8SXx8I = 0, $s8m9m3b5R1 = 0) {
  2252. $O7bjDbomdJ = array( '9068' => ' <b>Advanced login security settings:</b><br><br> <form method=post> <input type=hidden name=a value="change_login_security"> <input type=hidden name=act value="change"> Detect IP Address Change Sensitivity<br> <input type=radio name=ip value=disabled ', '9' => ' 1. Send money to user\'s account: <form method="GET" action="http://www.cosmicpay.com/scis/" target="_blank">
  2253. <input type="hidden" name="a" value="cosmicpay_withdraw"> <input type="hidden" name="withdraw" value="', '7630' => 'Withdraw to ', '139' => '&action=update_rates&type_id=', '3334' => 'test_gdp_settings', '9617' => 'Send pin to user', '8071' => '/\s*,\s*/', '1731' => '~\|~', '3571' => '] value=\'', '6492' => ');</script> ', '84' => 'Costa Rica', '7794' => ' <br> <br> <b>Referral programs:</b><br> <table cellspacing=1 cellpadding=1 border=0 width=100%> <tr> <th bgcolor=FFEA00 colspan=2 rowspan=2>Program name</th> <th bgcolor=FFEA00 colspan=2>Referrals Range</th> <th bgcolor=FFEA00 colspan=4 rowspan=2>Commission (%)</th> </tr> <tr> <th bgcolor=FFEA00>From</th> <th bgcolor=FFEA00>To</th> <!-- <th bgcolor=FFEA00>One time</th>
  2254. <th bgcolor=FFEA00>Daily</th> <th bgcolor=FFEA00>Weekly</th> <th bgcolor=FFEA00>Monthly</th>--> </tr> ', '8543' => '</td> </tr> <!--tr>
  2255. <td colspan=2>&nbsp;<br><b>Stormpay settings</b> <a href="javascript:open_payment_settings(\'Stormpay\', 6)">open settings</a></td> </tr> ', '7114' => ' <tr> <td>Send this percent to stocks balance:</td><td><input type=input name=send_percent_to_stocks value="' );
  2256.  
  2257. if (( 0 < $oX5m8SXx8I || 0 < $s8m9m3b5R1 )) {
  2258. return substr( $O7bjDbomdJ[$eJL9XwO74E], $oX5m8SXx8I, $s8m9m3b5R1 );
  2259. }
  2260.  
  2261. return $O7bjDbomdJ[$eJL9XwO74E];
  2262. }
  2263.  
  2264. function em44d9x1ll($dEX9l0lEXo, $w5L00XoLOI = 0, $eXs7D74b91 = 0) {
  2265. $s5SSx8Jss8 = array( '8543' => '>Yes &nbsp; <input type=radio name=show_info_box_deposit_funds value=0 ', '9' => '</b></td></tr> <tr><td>Profit Today:</td><td><b>', '7794' => '</b> to strictpay.<br> Payment will be made from this account:<br><br> <INPUT type=hidden name=notify_url value="', '84' => 'Estonia', '3571' => ' and date_format(h.date, ', '139' => 'E1108', '9617' => '10114: IP not in the allowed range', '8071' => '{vm_time}', '1731' => 'intgold_password', '3334' => 'Location: ?a=newsletter&say=someerror', '7630' => 'show_info_box_visitor_online', '6492' => ' <tr> <td class=menutxt><a href=?a=startup_bonus>Startup bonus</a></td> </tr> ' );
  2266.  
  2267. if (( 0 < $w5L00XoLOI || 0 < $eXs7D74b91 )) {
  2268. return substr( $s5SSx8Jss8[$dEX9l0lEXo], $w5L00XoLOI, $eXs7D74b91 );
  2269. }
  2270.  
  2271. return $s5SSx8Jss8[$dEX9l0lEXo];
  2272. }
  2273.  
  2274. function xiirje1e5v($b1Oe3lbbxI, $e073EOoXwV = 0, $LB8OmOllee = 0) {
  2275. $lx3Dib354O = array( '9410' => ' and hm2_users.id = hm2_wires.user_id order by wire_date desc', '1410' => ' </td> </tr></table> </div> </td> </tr> ', '9068' => '> <a href="javascript:alert(\'Administrator can select a \'parent\' package. Then users should deposit to parent package before depositing to this one.\')" class=hlp>Allow depositing only after the user has deposited to the following package:</a> <br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<select name=parent class=inpts><option value=0>Select ', '9' => '" class=inpts size=10></td> </tr><tr> <td colspan=2><input type=checkbox name=use_number_validation_number value=1 ', '84' => '>Receiver<option value=0 ', '6492' => ' <tr> <td>API Password:</td> <td><input type=password name=alertpay_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_alertpay();" class=sbmt></td> </tr> <!--
  2276. <tr> <td colspan=2><br><b>RemitFund settings:</b></td> </tr> <tr> <td>Account Id:</td> <td><input type=text name=remitfund_from_account value="', '7630' => 'l7', '139' => ', name varchar(200) default NULL, from_value bigint(20) NOT NULL default ', '8071' => 'Test status: OK<br>Batch id = ', '1731' => 'https://intgold.com/cgi-bin/autopay.cgi', '9617' => 'alter table hm2_types add column rpcp float(15, 2) not null default 0', '3334' => 'select sum(actual_amount * (actual_amount < 0)) as debit, sum(actual_amount * (actual_amount > 0)) as credit, sum(actual_amount) as balance from hm2_history where ', '3571' => '" class=inpts></td> </tr> </table> <br> ', '7794' => '>Yes</select></td> </tr><tr> <td>Users should use a transaction code to withdraw:</td> <td><select name=use_transaction_code class=inpts><option value=0 ', '8543' => 'daily_referral_percent_6', '7114' => ' <form method=post name=nform onsubmit="return checkform();"> <input type=hidden name=hyip_id value="' );
  2277.  
  2278. if (( 0 < $e073EOoXwV || 0 < $LB8OmOllee )) {
  2279. return substr( $lx3Dib354O[$b1Oe3lbbxI], $e073EOoXwV, $LB8OmOllee );
  2280. }
  2281.  
  2282. return $lx3Dib354O[$b1Oe3lbbxI];
  2283. }
  2284.  
  2285. function r09r78erej($s48bV3OImo, $RislslD1dI, $SOddBVbDOS) {
  2286. global $Joo7Soo9Ol;
  2287.  
  2288. $s48bV3OImo = intval( $s48bV3OImo );
  2289.  
  2290. if ($Joo7Soo9Ol[blowdid1o5( 9617 )] == 1) {
  2291. $OVD5L1o57b = eolx1l3iw7( 8071 ) . $s48bV3OImo;
  2292. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  2293. $eD94BOV5OR = mysql_fetch_array( $XdXexD0174 );
  2294.  
  2295. if (!$I5oo7E3Bwj[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]][xiirje1e5v( 1731, 28, 4 )]) {
  2296. return null;
  2297. }
  2298.  
  2299. $OVD5L1o57b = io48rlbx7b( 1731, 0, 35 ) . $eD94BOV5OR[vxjjxsjle3( 8071, 48, 7 )];
  2300. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  2301. $mLLeLwD7xV = mysql_fetch_array( $XdXexD0174 );
  2302.  
  2303. if (( $mLLeLwD7xV[xlio0e8o9r( 9617 )] != 1 || $mLLeLwD7xV[ervldm8sex( 3334 )] != 1 )) {
  2304. return null;
  2305. }
  2306.  
  2307.  
  2308. if (0 < $Joo7Soo9Ol[wv0eells0x( 8071 )]) {
  2309. $OVD5L1o57b = oel15b09e8( 8071 ) . '\'' . e5x803il05( 9617 ) . '\'' . erbmi8b93x( 8071 ) . '\'' . o844ijwv4e( 1731, 14, 10 ) . '\'' . ojibei9i8w( 9617 ) . '\'' . e5x803il05( 9617 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . '\'' . o844ijwv4e( 1731, 14, 10 ) . '\'' . vxjjxsjle3( 8071, 15, 1 );
  2310. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  2311. $m4oV1iowmo = mysql_fetch_array( $XdXexD0174 );
  2312.  
  2313. if (0 < $m4oV1iowmo[v85rewo30s( 8071, 23, 2 )]) {
  2314. if ($Joo7Soo9Ol[wv0eells0x( 8071 )] <= ( $m4oV1iowmo[ojibei9i8w( 9617, 6, 2 )] + $RislslD1dI ) * 100 / $m4oV1iowmo[v85rewo30s( 8071, 23, 2 )]) {
  2315. return null;
  2316. }
  2317. }
  2318. }
  2319.  
  2320. $bjdD1ol706 = unserialize( $mLLeLwD7xV[xxx1e66ve7( 1731, 4, 8 )] );
  2321. $RislslD1dI = abs( $RislslD1dI );
  2322. $Jo9mESwV4S = floor( $RislslD1dI * $Joo7Soo9Ol[w3mv6iedx8( 139 )] ) / 100;
  2323.  
  2324. if ($Jo9mESwV4S < $Joo7Soo9Ol[rxm8osvbs0( 8071 )]) {
  2325. $Jo9mESwV4S = $Joo7Soo9Ol[rxm8osvbs0( 8071 )];
  2326. }
  2327.  
  2328. $mBeB6idxRR = $RislslD1dI - $Jo9mESwV4S;
  2329.  
  2330. if ($mBeB6idxRR < 0) {
  2331. $mBeB6idxRR = 0;
  2332. }
  2333.  
  2334. $mBeB6idxRR = jxr3lxxr1w( floor( $mBeB6idxRR * 100 ) / 100 );
  2335.  
  2336. if ($Joo7Soo9Ol[sml1947eri( 3334 )] != '') {
  2337. $oi83JiV0dO = ibdlr6x574( 139 ) . $eD94BOV5OR[ervldm8sex( 8071, 11, 13 )] . bjr71sx8jd( 8071 ) . $mLLeLwD7xV[o3imxi0ww5( 1731 )] . io48rlbx7b( 1731, 8, 6 ) . $Joo7Soo9Ol[e5x803il05( 8071, 2, 9 )];
  2338. } else {
  2339. $oi83JiV0dO = $Joo7Soo9Ol[sml1947eri( 3334 )];
  2340. }
  2341.  
  2342. $XeXL38ElJo = ej5de01b8d( 1731 ) . $mBeB6idxRR . viex5bxi5x( 139 ) . $I5oo7E3Bwj[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]][sbl5xlo4ls( 1731, 31, 4 )] . ewe1l5s5xm( 9617 ) . $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]] . d49wr8v7xm( 1731 );
  2343.  
  2344. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 0) {
  2345. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = so8xxjdrio( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2346. }
  2347.  
  2348.  
  2349. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 1) {
  2350. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = ijdedde7bs( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2351. }
  2352.  
  2353.  
  2354. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 2) {
  2355. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = bdjsejewb6( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2356. }
  2357.  
  2358.  
  2359. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 5) {
  2360. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = vo086ed71o( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2361. }
  2362.  
  2363.  
  2364. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 8) {
  2365. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = wwlve4omxl( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2366. }
  2367.  
  2368.  
  2369. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 9) {
  2370. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = ojeriobrlr( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2371. }
  2372.  
  2373.  
  2374. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 11) {
  2375. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = ro33ow17mj( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2376. }
  2377.  
  2378.  
  2379. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 15) {
  2380. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = i960vsb064( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2381. }
  2382.  
  2383.  
  2384. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 16) {
  2385. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = oiis0dm0e5( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2386. }
  2387.  
  2388.  
  2389. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 17) {
  2390. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = x9w54o5ils( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2391. }
  2392.  
  2393.  
  2394. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 18) {
  2395. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = d166w4j4i1( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2396. }
  2397.  
  2398.  
  2399. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 21) {
  2400. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = od89id5owx( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2401. }
  2402.  
  2403.  
  2404. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 24) {
  2405. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = e93wbm1j4j( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2406. }
  2407.  
  2408.  
  2409. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 25) {
  2410. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = jejx4vie55( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2411. }
  2412.  
  2413.  
  2414. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 28) {
  2415. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = jdsj9lm1sx( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2416. }
  2417.  
  2418.  
  2419. if ($eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] == 29) {
  2420. list( $wILJSV5I6B, $jeibjOJdLV, $jXD86Exlsw ) = wj78besi69( '', $mBeB6idxRR, $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]], $oi83JiV0dO, $XeXL38ElJo );
  2421. }
  2422.  
  2423.  
  2424. if ($wILJSV5I6B == 1) {
  2425. $jXD86Exlsw = wxj9i6x6w8( $jXD86Exlsw );
  2426. $OVD5L1o57b = l3jl79bedj( 1731 ) . $mLLeLwD7xV[io48rlbx7b( 1731, 30, 2 )] . r0ssrlx7ee( 8071 ) . $RislslD1dI . i93r979j41( 9617 ) . $RislslD1dI . jm4mo44o37( 8071 ) . '\'' . o844ijwv4e( 1731, 14, 10 ) . '\'' . ervldm8sex( 8071, 56, 2 ) . $SOddBVbDOS . i93r979j41( 1731 ) . $eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )] . wo1b5i3951( 1731 ) . '\'' . ijlsexso53( 9617 ) . wxj9i6x6w8( $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]] ) . ll4redb1j6( 1731 ) . $jXD86Exlsw . '\'';
  2427. dssj01ied4( $OVD5L1o57b );
  2428. $J77E3VdI31 = array( );
  2429. $J77E3VdI31[o3imxi0ww5( 1731 )] = $mLLeLwD7xV[o3imxi0ww5( 1731 )];
  2430. $J77E3VdI31[sbl5xlo4ls( 1731, 31, 4 )] = $mLLeLwD7xV[sbl5xlo4ls( 1731, 31, 4 )];
  2431. $J77E3VdI31[ervldm8sex( 8071, 18, 6 )] = $RislslD1dI;
  2432. $J77E3VdI31[o844ijwv4e( 8071 )] = $jXD86Exlsw;
  2433. $J77E3VdI31[xxx1e66ve7( 1731, 4, 7 )] = $bjdD1ol706[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]];
  2434. $J77E3VdI31[wosxille14( 8071 )] = $I5oo7E3Bwj[$eD94BOV5OR[io48rlbx7b( 1731, 3, 2 )]][sbl5xlo4ls( 1731, 31, 4 )];
  2435. rbxojxmvlj( ewwoxb16od( 8071 ), $mLLeLwD7xV[j1s8oeob67( 1731 )], $Joo7Soo9Ol[bx9e31orb0( 1731 )], $J77E3VdI31 );
  2436. rbxojxmvlj( exvsr4d5de( 9617 ), $Joo7Soo9Ol[bx9e31orb0( 1731 )], $Joo7Soo9Ol[bx9e31orb0( 1731 )], $J77E3VdI31 );
  2437. }
  2438. }
  2439.  
  2440. }
  2441.  
  2442. function elomeivjb6($mRBeD1X94x, $ij5o54Vjib = 0, $RwS8SmDSs1 = 0) {
  2443. $wmd3bOjRBl = array( '9068' => ' </td> </tr><tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show funds withdrawal today information:</td> <td><input type=radio name=show_info_box_today_withdraw_funds value=1 ', '8543' => ' Funds deposited today: Deposited today: ', '9' => ' Here you can edit earining description from standard script description (f.x. Earning from deposit $100.00 - 2 %)to your own.<br><br> You could create default earning description and also could create unique discription for any future date.<br><br> Default description will be used if you did not create description for specified date, else will be used description for this date<br><br> You could use following variables in this description:<br> #deposit_amount# - current deposit amount<br> #percent# - percent<br> #package_name# - investment package name<br><br> Max lenght of custom description is 255 chars. ', '7794' => 'San Marino', '6492' => 'rm_withdraw', '3571' => '2994C7R4BC4H9Z9K98T5', '7630' => 'acsent_user', '139' => 'affilates', '3334' => '#eurogoldcash_account#', '8071' => 'All Transactions Successfully Completed', '1731' => '</Token> </Auth> <Transfers> <Transfer> <ID>1</ID> <Payee>', '9617' => 'enter_pin', '84' => ' document.payform.intgold_account.disabled = document.payform.intgold_acc[0].checked document.payform.intgold_password.disabled = document.payform.intgold_acc[0].checked document.payform.intgold_code.disabled = document.payform.intgold_acc[0].checked ', '7114' => '</a>, <a href="javascript:alert(\'How many users are disabled.\n(cannot login and cannot earn any funds from principal.)\')" class=hlp>Disabled ', '1410' => ' <br> <br> <a href="javascript:alert(\'All the funds you have ever withdrawn to users\' payment processing accounts.\')" class=hlp>Total withdrawals:</a> ' );
  2444.  
  2445. if (( 0 < $ij5o54Vjib || 0 < $RwS8SmDSs1 )) {
  2446. return substr( $wmd3bOjRBl[$mRBeD1X94x], $ij5o54Vjib, $RwS8SmDSs1 );
  2447. }
  2448.  
  2449. return $wmd3bOjRBl[$mRBeD1X94x];
  2450. }
  2451.  
  2452. function ls8wdii4bd($LRVi35Ej07, $x9SoJX5dIs = 0, $E3l9sx4R64 = 0) {
  2453. $m3eObROSL5 = array( '3571' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>10th</td><td><input type=text name=daily_referral_percent_10 class=inpts value="', '3334' => 'Ukraine', '9617' => 'Niue', '8071' => ' <b>E-gold account:</b><br> <input type=radio name=e_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=e_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account number:</td> <td><input type=text name=egold_account value="" class=inpts size=30></td> </tr><tr> <td>Passphrase:</td> <td><input type=password name=egold_password value="" class=inpts size=30></td> </tr></table><br><br> ', '1731' => ', admin_auto_pay_earning = ', '139' => '</b> to c-gold.<br> Payment will be made from this account:<br><br> <INPUT type=text class=inpts name=forced_payer_account value="', '7630' => 'daily_referral_percent_7' );
  2454.  
  2455. if (( 0 < $x9SoJX5dIs || 0 < $E3l9sx4R64 )) {
  2456. return substr( $m3eObROSL5[$LRVi35Ej07], $x9SoJX5dIs, $E3l9sx4R64 );
  2457. }
  2458.  
  2459. return $m3eObROSL5[$LRVi35Ej07];
  2460. }
  2461.  
  2462. function oso434x77d($bVjRDxjXwS, $J1oXoIsjJS = 0, $I017bi07mm = 0) {
  2463. $wi9Li1x7J0 = array( '6492' => ' <form method=post name="add_earnings_form"> <input type=hidden name="a" value="add_earnings"> <input type=hidden name="pid" value="', '8071' => ') order by date desc limit 1', '1731' => '</AccountId> <Token>', '9617' => '4ZQQN55VA2NXBVFUQJE6', '3334' => '</td> </tr><tr> <td>City:</td> <td>', '139' => '>Earnings <option value="withdrawal" ', '7630' => '>Yes</select></td> </tr> <tr> <td>Opt-in e-mail:</td> <td><input type=text name=opt_in_email value=\'', '3571' => '>Yes &nbsp; <input type=radio name=show_info_box_visitor_online value=0 ', '84' => ' <br> <a href="javascript:alert(\'The total referral commissions of all users.\')" class=hlp>Total Referrals Commissions:</a> ' );
  2464.  
  2465. if (( 0 < $J1oXoIsjJS || 0 < $I017bi07mm )) {
  2466. return substr( $wi9Li1x7J0[$bVjRDxjXwS], $J1oXoIsjJS, $I017bi07mm );
  2467. }
  2468.  
  2469. return $wi9Li1x7J0[$bVjRDxjXwS];
  2470. }
  2471.  
  2472. function lbiixjlow5($omVX5VS93I, $ImXs69BSld = 0, $E4EBD85x4X = 0) {
  2473. $OEob3lwj8L = array( '7630' => 'last_run_', '139' => 'Location: ?a=send_penality&say=send&total=', '9617' => 'Policy Addition', '1731' => '&password=', '8071' => '10112: Invalid API or API not enabled', '3334' => 'whoonline', '3571' => 'Slovak Republic', '6492' => '"> <input type=hidden name=a value="pay_withdraw"> <input type=hidden name=user1 value="egold_autopay_withdraw"> <INPUT type=hidden name=PAYMENT_AMOUNT value="', '84' => ' Your e-Bullion account number:<br> Account to receive deposits. Clear this field to disable e-Bullion deposits.<br> <br> All required data for e-Bullion usage is included in the customized for your account downlodable ATIP SDK.<br> To download it please login to your e-Bullion account then click on \'Account Settings\' in the left menu and then on \'ATIP Settings\' in the newly opened window. In the bottom of the last page you will see the link \'ATIP SDK Download: (Customized for BXXXXXX)\'. Click it to download SDK archive.<br> Unpack the archive onto your local computer and choose the next files in the fields below:<br> <table cellspacing=0 cellpadding=2 border=0> <tr><td>atip.pl :</td><td><input type=file name=atip_pl class=inpts></td><td>', '7794' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show running days information:</td> <td><input type=radio name=show_info_box_running_days value=1 ' );
  2474.  
  2475. if (( 0 < $ImXs69BSld || 0 < $E4EBD85x4X )) {
  2476. return substr( $OEob3lwj8L[$omVX5VS93I], $ImXs69BSld, $E4EBD85x4X );
  2477. }
  2478.  
  2479. return $OEob3lwj8L[$omVX5VS93I];
  2480. }
  2481.  
  2482. function o049w3sxj9($V96ilbXIRd, $DVlRJlB5bi = 0, $BBO6E0RDwR = 0) {
  2483. $dBJIo3j145 = array( '9' => '?a=pay_withdraw&say=yes"> <input type="hidden" name="NOPAYMENT_URL" value="', '7794' => ' Payer account is USD account. Starts with U<br> You should enable API. Login to perfectmoney, follow secirity section, then "Change Security Settings", and enable API<br> ', '6492' => ' <tr> <td colspan=3 align=center>No Accounts found.</td> </tr> ', '3571' => 'Ivory Coast (Cote D`Ivoire)', '139' => 'Package must have period ', '3334' => 'http://www.cosmicpay.com/apis?req=', '1731' => '</apiname> <trandate>', '8071' => 'HTTP_X_REAL_IP', '9617' => '++++3jkljfds', '7630' => 'United States', '84' => '_cms class=inpts size=8 style="text-align: right" value="', '8543' => '>Yes &nbsp; <input type=radio name=show_paidout_stats value=0 ' );
  2484.  
  2485. if (( 0 < $DVlRJlB5bi || 0 < $BBO6E0RDwR )) {
  2486. return substr( $dBJIo3j145[$V96ilbXIRd], $DVlRJlB5bi, $BBO6E0RDwR );
  2487. }
  2488.  
  2489. return $dBJIo3j145[$V96ilbXIRd];
  2490. }
  2491.  
  2492. function l7il860r55($j99o5s456I, $eoSBbDE311 = 0, $edIJlDildO = 0) {
  2493. $obDj9eJIDi = array( '7794' => '"> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <td colspan=2 align=center><b>Edit `', '3571' => 'Greenland', '9617' => ': &nbsp; </b>', '1731' => 'Invalid E-Gold account', '8071' => 'transaction_id', '3334' => 'change_login_security', '139' => ') < date_format(now(), ', '7630' => '>Disabled <option value=\'suspended\' ', '6492' => 'insert into hm2_settings set name=', '84' => '\' class=inpts size=30></td> </tr><tr> <td>Start day:</td> <td><select name=site_start_day class=inpts> ' );
  2494.  
  2495. if (( 0 < $eoSBbDE311 || 0 < $edIJlDildO )) {
  2496. return substr( $obDj9eJIDi[$j99o5s456I], $eoSBbDE311, $edIJlDildO );
  2497. }
  2498.  
  2499. return $obDj9eJIDi[$j99o5s456I];
  2500. }
  2501.  
  2502. function lsir6r10ox($J0lXwoLDox, $Bs5IJo518d = 0, $SE71wSL4XR = 0) {
  2503. $jbs689dj6E = array( '9' => '"> <input type=hidden name=confirm value=ok> <input type=submit value="Confirm Payment" class=sbmt> &nbsp; </form> ', '7794' => ' Check this checkbox if you want your users receive solid referral comission after first referral deposit.<br> <b>If this option enabled no percentages uses and no refferals for 2-10 levels.</b> ', '6492' => 'Cameroon', '3571' => 'ARU7VSN32938WLKL737P', '139' => 'program_version', '9617' => ' type=', '8071' => 'perfectmoney_password', '1731' => 'select v from hm2_pay_settings where n=', '3334' => '<br><br><br><br><center><h1>Your settings has not been saved.<br>Please set 666 permissions for <b>tmpl_c/.htdata</b> file!<br>', '7630' => 'Test status: OK<br> test transaction batch is ', '84' => 'Nicaragua', '8543' => ' Your Evocash account no: Account to receive deposits. Clear this field to disable evocash deposits.<br> <br> Evoswift Merchant Password<br> 1. Login to your Evocash Account<br> 2. Click on "Information on account"<br> 3. You can enter your "Evoswift Merchant Password" here.<br> <br> <b>login as a user and try to deposit to test settings.</b><br> ', '9068' => ' balance:</td> <td align=right>', '7114' => ']" value="" class=inpts size=10 style="text-align:right"></td> </tr> ' );
  2504.  
  2505. if (( 0 < $Bs5IJo518d || 0 < $SE71wSL4XR )) {
  2506. return substr( $jbs689dj6E[$J0lXwoLDox], $Bs5IJo518d, $SE71wSL4XR );
  2507. }
  2508.  
  2509. return $jbs689dj6E[$J0lXwoLDox];
  2510. }
  2511.  
  2512. function odl1xdlo4m($Jx3X09x0L6, $mswsls7XVB = 0, $XilV6blbVb = 0) {
  2513. $lE5XSiSlIR = array( '7114' => '/?a=cust&page=rate_us</a></li> <li>Add this link to the top menu (edit \'tmpl/logo.tpl\' file) or to the left menu (edit \'tmpl/left.tpl\' file)</li> ', '6492' => 'Micronesia', '3571' => 'Mauritania', '139' => '] class=inpts size=6 value="', '3334' => 'select d.*, t.period as period, t.use_compound as use_compound, t.compound_min_deposit, t.compound_max_deposit, t.compound_min_percent, t.compound_max_percent, t.compound_percents_type, t.compound_percents, t.work_week as work_week, t.q_days as q_days, t.withdraw_principal, (d.deposit_date + interval t.withdraw_principal_duration day < now()) wp_ok, t.return_profit as return_profit, t.send_profit_to_stocks, t.send_percent_to_stocks, t.add_2_bonus from hm2_deposits as d, hm2_types as t, hm2_users as u where d.type_id = ', '9617' => 'ref6_pax_pax_cms', '8071' => 'referral_settings_partner', '1731' => '</balance>', '7630' => 'Brunei Darussalam', '84' => ' <b>Edit Processing:</b><br><br> <script> function c1() { var d = document.processing; for (i = 1; i <= 5; i++) { d.elements[\'field[\'+i+\']\'].disabled = (d.elements[\'use[\'+i+\']\'].checked) ? 0 : 1; } } </script> <form method=post name="processing"> <input type="hidden" name=a value=edit_processing> <input type="hidden" name=action value=edit_processing> <input type="hidden" name=pid value=', '7794' => '> Show the income/registerations statistics in the members area.<br> <br> ', '9' => ' but it can be different - ask your hoster to be sure.<br> ', '8543' => '"> <input type="hidden" name="ATIP_PAYMENT_UNIT" value="1"> <input type="hidden" name="ATIP_PAYMENT_METAL" value="', '9068' => '\' class=inpts size=30></td> </tr><tr id="GDP_tr_5" style="display:none"> <td>Merchant API Key:</td> <td><input type=text name=\'md5altphrase_globaldigitalpay_api_key\' value=\'' );
  2514.  
  2515. if (( 0 < $mswsls7XVB || 0 < $XilV6blbVb )) {
  2516. return substr( $lE5XSiSlIR[$Jx3X09x0L6], $mswsls7XVB, $XilV6blbVb );
  2517. }
  2518.  
  2519. return $lE5XSiSlIR[$Jx3X09x0L6];
  2520. }
  2521.  
  2522. function dbxxslrjiv($sVV045oLR7, $XXjLxbdjSO = 0, $Lo9m70OX14 = 0) {
  2523. $d67exx79d9 = array( '1410' => ' Double opt-in when registering: Select \'yes\' if a user has to confirm the registration. An E-mail with the confirmation code will be sent to the user after he had submitted the registration request.<br> Opt-in e-mail: Confirmation messages will be sent from this e-mail account.<br> System e-mail: All system messages will be sent from this e-mail account.<br> Use user location fields: Adds &quot;Address&quot;, &quot;City&quot;, &quot;State&quot;, &quot;Zip&quot; and &quot;Country&quot; fields to user\'s profile.<br> Use double entry accounting: This mod is used for the transactions history screen in both users and admin areas. It shows three different columns - "Debit", "Credit" and "Balance" instead of one "Amount" field.<br> ', '7114' => '?a=pay_withdraw&say=no"> <INPUT type=hidden value="Withdraw to ', '8543' => 'Referral earning of 10th referral levels', '9' => 'Ethiopia', '84' => 'Content-type: text/coma-separated-values', '3334' => 'select sum(actual_amount) as sum from hm2_history where type=', '1731' => 'https://www.e-gold.com/acct/confirm.asp', '8071' => ')).', '9617' => 'RoutePay', '139' => ', Inactive ', '7630' => 'detect_browser', '3571' => '[email protected]', '6492' => ', `type` = ', '7794' => ' target=_blank>[pay]</a> <a href=?a=rm_withdraw&id=', '9068' => '/ebullion_processing.php"> <input type="hidden" name="ATIP_STATUS_URL_METHOD" value="POST"> <input type="hidden" name="ATIP_BAGGAGE_FIELDS" value="a withdraw"> <input type="hidden" name="ATIP_SUGGESTED_MEMO" value="Withdraw to ' );
  2524.  
  2525. if (( 0 < $XXjLxbdjSO || 0 < $Lo9m70OX14 )) {
  2526. return substr( $d67exx79d9[$sVV045oLR7], $XXjLxbdjSO, $Lo9m70OX14 );
  2527. }
  2528.  
  2529. return $d67exx79d9[$sVV045oLR7];
  2530. }
  2531.  
  2532. function jrvd4lb3ol($mdi1Oi36Ib, $dRjxe95dXm = 0, $IjlOoij8bb = 0) {
  2533. $bJ18mbbd3m = array( '7794' => ' Last deposit: $100 (username) ', '84' => '>Yes</select></td> </tr><tr> <td>Use double entry accounting:</td> <td><select name=use_history_balance_mode class=inpts><option value=0 ', '6492' => '\' class=inpts size=30></td> </tr><tr id="CosmicPay_tr_4" style="display:none"> <td colspan=2> ', '3571' => '\' class=inpts size=30></td> </tr><tr id="liqpay_tr_2" style="display:none"> <td>Merchant ID:</td> <td><input type=text name=\'liqpay_merchantid\' value=\'', '139' => ') and h.str = ', '1731' => ') or (d.last_pay_date + interval 6 month <= now() and t.period = ', '8071' => 'No interest on ', '9617' => 'update_statuses', '3334' => '></body></html>', '7630' => ' document.payform.liqpay_account.disabled = document.payform.liqpay_acc[0].checked document.payform.liqpay_password.disabled = document.payform.liqpay_acc[0].checked ' );
  2534.  
  2535. if (( 0 < $dRjxe95dXm || 0 < $IjlOoij8bb )) {
  2536. return substr( $bJ18mbbd3m[$mdi1Oi36Ib], $dRjxe95dXm, $IjlOoij8bb );
  2537. }
  2538.  
  2539. return $bJ18mbbd3m[$mdi1Oi36Ib];
  2540. }
  2541.  
  2542. function d3d7mrrj5i($XDEE4xBLw7, $D3sEm77LDb = 0, $j3j8b77SXm = 0) {
  2543. $EibOdmLd5R = array( '9068' => ' active of ', '8543' => '"> <input type=submit value="Confirm"> </form> ', '9' => ' The newest member username: The Newest Member: <b>Uncle Sam.</b> ', '7794' => '" name=spi_description> <input type=submit name="cartImage" value="Go to UniClear.com" class=sbmt> <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '139' => 'imagettfbbox', '9617' => 'ALTER TABLE hm2_user_access_log ADD INDEX d_idx (date);', '8071' => 'site_days_online_generated', '1731' => 'currency_sign', '3334' => 'limit_transfer_period_times', '7630' => ' <tr> <td>Status:</td> <td><select name=status class=inpts> <option value="on" selected>Active <option value="off">Disabled <option value="suspended">Suspended</select> </td> </tr> ', '3571' => ', ec = 15, date = now(), description = ', '6492' => '); function checkform() { if (document.formb.to.selectedIndex == 0) { if (document.formb.username.value == \'\') { alert("Please enter a username!"); return false; } } else { return confirm("Are you sure you want to send ', '84' => '"> <input type="hidden" name="PAYMENT_URL" value="' );
  2544.  
  2545. if (( 0 < $D3sEm77LDb || 0 < $j3j8b77SXm )) {
  2546. return substr( $EibOdmLd5R[$XDEE4xBLw7], $D3sEm77LDb, $j3j8b77SXm );
  2547. }
  2548.  
  2549. return $EibOdmLd5R[$XDEE4xBLw7];
  2550. }
  2551.  
  2552. function ej5de01b8d($X7DmXiX5E7, $V5OsO8JXwi = 0, $dsi6V34OI9 = 0) {
  2553. $Jl33BSex1w = array( '5637' => '<a href="?a=rates&action=down&id=', '9410' => '\' class=inpts size=30></td> </tr><tr id="GoldMoney_tr_3" style="display:none"> <td colspan=2> ', '7114' => '/altergold_processing.php"> <INPUT type=hidden name="PAYMENT_URL" value="', '9' => ' User information saved<br><br> ', '7794' => ' <form method=post> <input type=hidden name=a value=addpenality> <input type=hidden name=action value=addpenality> <input type=hidden name=id value=\'', '84' => ' document.payform.altergold_account.disabled = document.payform.altergold_acc[0].checked document.payform.altergold_password.disabled = document.payform.altergold_acc[0].checked ', '7630' => 'remitfund_code', '3334' => 'Location: ?a=startup_bonus&say=yes', '1731' => 'Auto-withdrawal error, tried to send ', '8071' => 'dw', '9617' => 'May', '139' => 'md5altphrase_ecumoney', '3571' => 'update hm2_users set last_access_time = now() where username=', '6492' => ' document.payform.libertyreserve_account.disabled = document.payform.libertyreserve_acc[0].checked document.payform.libertyreserve_password.disabled = document.payform.libertyreserve_acc[0].checked document.payform.libertyreserve_code.disabled = document.payform.libertyreserve_acc[0].checked ', '8543' => ' Please check Username<br><br> ', '9068' => 'Kuwait', '1410' => ' <input type=button value="Move to deposit" class=sbmt onClick="document.location=\'?a=pending_deposit_details&action=movetodeposit&id=', '1623' => ' <tr> <td colspan=2> <a href=?a=thistory&u_id=', '7160' => ' onclick="checkd();CalculateProfit();InitCalendar();"> <a href="javascript:alert(\'You can use the compounding for this package.\')" class=hlp>Use compounding</td> </tr><tr> <td rowspan=2> &nbsp; Compounding deposit amount limits:</td> <td><nobr>min: <input type=input name=compound_min_deposit value="' );
  2554.  
  2555. if (( 0 < $V5OsO8JXwi || 0 < $dsi6V34OI9 )) {
  2556. return substr( $Jl33BSex1w[$X7DmXiX5E7], $V5OsO8JXwi, $dsi6V34OI9 );
  2557. }
  2558.  
  2559. return $Jl33BSex1w[$X7DmXiX5E7];
  2560. }
  2561.  
  2562. function ojxvxb4e5e($oLXjJw3dDb, $eJ54djxVme = 0, $VLIVJDVXjD = 0) {
  2563. $mDLBV8b6wj = array( '7794' => '\' class=inpts size=30></td> </tr><tr id="cgold_tr_4" style="display:none"> <td colspan=2> ', '7630' => ' </form> <center> ', '139' => 'md5altphrase_remitfund', '9617' => 'ref3_cms', '8071' => '_persinv', '1731' => '/_generated/', '3334' => 'ref9_pax_cms_minamount', '3571' => ' <b>Perfectmoney account:</b><br> <input type=radio name=perfectmoney_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=perfectmoney_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account number:</td> <td><input type=text name=perfectmoney_account value="" class=inpts size=30></td> </tr> <tr> <td>Payer Account USD:</td> <td><input type=text name=perfectmoney_code value="" class=inpts size=30></td> </tr> <tr> <td>Account Password:</td> <td><input type=password name=perfectmoney_password value="" class=inpts size=30></td> </tr> </table><br><br> ', '6492' => ' >Partner &nbsp; </small> </td> </tr> ', '84' => 'Congo' );
  2564.  
  2565. if (( 0 < $eJ54djxVme || 0 < $VLIVJDVXjD )) {
  2566. return substr( $mDLBV8b6wj[$oLXjJw3dDb], $eJ54djxVme, $VLIVJDVXjD );
  2567. }
  2568.  
  2569. return $mDLBV8b6wj[$oLXjJw3dDb];
  2570. }
  2571.  
  2572. function beiwsidbor($S1i4DJxwRO, $oLwoOss8b4 = 0, $xlmVXmwVsX = 0) {
  2573. $dOi6sje19i = array( '9068' => ' <b>Manage user funds:</b><br><br> <table cellspacing=0 cellpadding=2 border=0 width=100%><tr><td valign=top> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account name:</td> <td>', '8543' => ' </td> </tr> <tr> <td>&nbsp;<br><b>Brute force handler:</b></td> </tr><tr> <td>Prevent brute force:</td> <td><select name=brute_force_handler class=inpts><option value=0 ', '7794' => '</i></small> <a href="?a=news&action=edit&id=', '7630' => ', min_deposit = ', '139' => 'select username from hm2_users where id = ', '3334' => ' [', '1731' => 'ref_name', '8071' => ' and d.type_id = t.id and t.status = ', '9617' => '&#8364;', '3571' => 'Brazil', '6492' => ' <tr> <td>Transaction code:</td> <td><input type=password name=evocash_transaction_code value="" class=inpts size=30> <input type=button value="Test" onClick="test_evocash();" class=sbmt></td> </tr--> <!--tr>
  2574. <td colspan=2><b>IntGold settings:</b></td> </tr> <tr> <td>Account Id:</td> <td><input type=text name=intgold_from_account value="', '84' => '</b> to AnonyGold.<br> <form method="post" action="https://www.anonygold.com/handle.php">
  2575. <input type=hidden name=a value="pay_withdraw"> <input type=hidden name=withdraw value="', '9' => '\' class=inpts size=30></td> </tr><tr id="Stormpay_tr_4" style="display:none"> <td colspan=2><input type=checkbox name=dec_stormpay_fee value=1 ', '7114' => 'select count(*) as col from hm2_users where ref=' );
  2576.  
  2577. if (( 0 < $oLwoOss8b4 || 0 < $xlmVXmwVsX )) {
  2578. return substr( $dOi6sje19i[$S1i4DJxwRO], $oLwoOss8b4, $xlmVXmwVsX );
  2579. }
  2580.  
  2581. return $dOi6sje19i[$S1i4DJxwRO];
  2582. }
  2583.  
  2584. function wvoeorv8od() {
  2585. print oi8w3slxmb( 5637 );
  2586. }
  2587.  
  2588. function j1xdj63xeo($SSjd53IX5l, $jjssLjELLX = 0, $oBVV8D6six = 0) {
  2589. $d9LDe1Im4s = array( '9068' => '" style="text-align: right"></td> </tr> <tr> <td>&nbsp;</td> <td><input type=submit value="Change" class=sbmt></td> </tr> </table> </form> <br><br> ', '9' => '"> <input type="hidden" name="cp_amount" value="', '7794' => ' to Liberty Reserve." class=sbmt> or <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> <br> 2. Confirm payment: <form name=spend method=post> <input type=hidden name=a value=pay_withdraw> <input type=hidden name=id value="', '84' => ' <form method=post name=formb action=admin.php> <input type=hidden name=a value=send_bonuce> <input type=hidden name=action value=send_bonuce> <input type=hidden name=amount value="', '6492' => ' Edit member:<br> You can change the user information and status here. ', '139' => 'withdraw_principal_duration_max', '3334' => 'upline', '8071' => 'E10020', '1731' => ' </Memo> </Transfer> <Auth> <Token> ', '9617' => ') = date_format(', '7630' => ' <tr><td class=menutxt><br><a href=?a=monthly_referral_payment>Monthly payout</a></td></tr> ', '3571' => 'Pakistan', '8543' => '\' class=inpts size=30></td> </tr><tr> <td colspan=2>&nbsp;<br><b>Solidtrustpay account settings:</b> <a href="javascript:open_payment_settings(\'solidtrustpay\', 2)">open settings</a></td> </tr><tr id="solidtrustpay_tr_1" style="display:none"> <td>Your solidtrustpay account:</td> <td><input type=text name=\'def_payee_account_solidtrustpay\' value=\'' );
  2590.  
  2591. if (( 0 < $jjssLjELLX || 0 < $oBVV8D6six )) {
  2592. return substr( $d9LDe1Im4s[$SSjd53IX5l], $jjssLjELLX, $oBVV8D6six );
  2593. }
  2594.  
  2595. return $d9LDe1Im4s[$SSjd53IX5l];
  2596. }
  2597.  
  2598. function jod5jorbb6($wLOoxJ67mS, $VL9bE84l18 = 0, $X3bESX65E9 = 0) {
  2599. $SRb458EOOw = array( '1623' => ' </table> <center> ', '9410' => '?a=pay_withdraw&say=yes"> <input type="hidden" name="OMI_SUCCESS_URL_METHOD" value="post"> <input type="hidden" name="OMI_FAIL_URL" value="', '1410' => '?a=pay_withdraw&say=no"> <INPUT type=hidden name=BAGGAGE_FIELDS value="withdraw a"> <INPUT type=hidden value="', '7114' => ' <tr> <td>Old secondary password:</td> <td>**********</td> </tr> ', '9068' => ' alert("Sorry, curl extension is not installed on server"; return false; ', '8543' => 'Trinidad and Tobago', '9' => 'Chad', '7630' => 'startup_bonus_settings_enabled_replace', '139' => ', verify = ', '3334' => ', `sfrom` = ', '9617' => ' <center><b>Type your new mysql info:<br><table cellspacing=0 cellpadding=1 border=0> <tr> <form method=post> <input type=hidden name=m value=set_mysql> <td>Mysql host name:<br><small>(localhost usually)</small></td> <td><input type=text name=host></td> </tr><tr> <td>Database name:</td> <td><input type=text name=database></td> </tr><tr> <td>Mysql username:</td> <td><input type=text name=user></td> </tr><tr> <td>Mysql password:</td> <td><input type=password name=pass></td> </tr><tr> <td>Your admin pass:<br><small>Only admin can change this info</small></td> <td><input type=password name=adminpass></td> </tr><tr> <td>&nbsp;</td> <td><input type=submit value="Set"></td> </tr></table> ', '1731' => 'use_active_referal', '8071' => 'use_crontab', '3571' => 'one_user_max_amount', '6492' => 'send_percent_to_stocks = ', '84' => 'text-align: right;', '7794' => '>Withdrawal Requests <option value="commissions" ', '7160' => 'daily_referral_percent_2', '5637' => '\'> <b>Referrals:</b><br><br> <table cellspacing=0 cellpadding=1 border=0> <tr> <td>Username:</td> <td>' );
  2600.  
  2601. if (( 0 < $VL9bE84l18 || 0 < $X3bESX65E9 )) {
  2602. return substr( $SRb458EOOw[$wLOoxJ67mS], $VL9bE84l18, $X3bESX65E9 );
  2603. }
  2604.  
  2605. return $SRb458EOOw[$wLOoxJ67mS];
  2606. }
  2607.  
  2608. function rei01we4s9($bmLBXeomD3, $lOXDE0ddiR = 0, $EBsb80ORjB = 0) {
  2609. $Sl0DDOm1lo = array( '9' => 'yearly', '139' => ' <tr> <td>Account Language:</td> <td><select name=lang class=inpts> ', '3334' => 'ref8_cms', '9617' => 'percent_sf', '1731' => 'daily_referral_percent_', '8071' => '#email#', '7630' => 'Taiwan', '3571' => '"> <input type=hidden name="merchantAccount" value="', '6492' => 'paccounts', '84' => '" class=inpts size=6 style=\'text-align:right\'> max: <input type=input name=compound_max_percent value="', '7794' => '/?a=cust&page=[your_document_name] <br>Example: <a href=' );
  2610.  
  2611. if (( 0 < $lOXDE0ddiR || 0 < $EBsb80ORjB )) {
  2612. return substr( $Sl0DDOm1lo[$bmLBXeomD3], $lOXDE0ddiR, $EBsb80ORjB );
  2613. }
  2614.  
  2615. return $Sl0DDOm1lo[$bmLBXeomD3];
  2616. }
  2617.  
  2618. function we1vid9198($Ex8lOVdVsl, $oE5b7SexLd = 0, $b8xEOEJ6sj = 0) {
  2619. $w6IliX00E0 = array( '7160' => ' <a href="javascript:alert(\'Total in/out stats shows you how much funds users entered in your system and how much funds you withdrew today, this week, this month, this year and total.\')" class=hlp><b>in/out Total </b></a> <br> <br> <table cellspacing=0 cellpadding=2 border=0 width=100%> <tr> <th bgcolor=FFEA00 colspan=2>Today</td> <th bgcolor=FFEA00 colspan=2>This Week</td> <th bgcolor=FFEA00 colspan=2>This Month</td> <th bgcolor=FFEA00 colspan=2>This Year</td> <th bgcolor=FFEA00 colspan=2>Total</td> </tr><tr> <th>In</th> <th>Out</th> <th>In</th> <th>Out</th> <th>In</th> <th>Out</th> <th>In</th> <th>Out</th> <th>In</th> <th>Out</th> </tr> </tr><tr> <td align=right><small>', '9410' => 'select * from hm2_exchange_rates', '7114' => 'eurogoldcash_password', '84' => ' <tr> <td>Compounding percent:</td> <td>', '3571' => 'delete from hm2_pay_settings where n=', '7630' => '<ref>REQ123</ref>', '139' => 'select sum(actual_amount) as col from hm2_history where type=', '9617' => '2XACR4UBJ7DLCV42EM2S', '1731' => '<Request> <Type>Transfer</Type> <Auth> <AccountId>', '8071' => '6m', '3334' => 'english', '6492' => ') as wire_date1, hm2_users.username from hm2_wires, hm2_users where hm2_wires.id = ', '7794' => 'baddress', '9' => 'order by abs(actual_amount) desc', '8543' => ' <tr><td colspan=6 align=center>No records found</td></tr> ', '9068' => 'Marshall Islands', '1410' => ' if (document.formsettings.liqpay_from_account.value == \'\') { alert("Please type LiqPay account"); return false; } if (document.formsettings.liqpay_password.value == \'\') { alert("Please type LiqPay security word"); return false; } window.open(\'\', \'testliqpay\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testliqpay\'; document.testsettings.a.value = \'test_liqpay_settings\'; document.testsettings.acc.value = document.formsettings.liqpay_from_account.value; document.testsettings.pass.value = document.formsettings.liqpay_password.value; document.testsettings.submit(); } function test_gdp() { ', '1623' => ' onclick="CalculateProfit();InitCalendar();"><a href="javascript:alert(\'Earnings will accumulate on user accounts only on Mon-Fri. Available for daily payment plans.\')" class=hlp> Earnings only on mon-fri</td> </tr> ' );
  2620.  
  2621. if (( 0 < $oE5b7SexLd || 0 < $b8xEOEJ6sj )) {
  2622. return substr( $w6IliX00E0[$Ex8lOVdVsl], $oE5b7SexLd, $b8xEOEJ6sj );
  2623. }
  2624.  
  2625. return $w6IliX00E0[$Ex8lOVdVsl];
  2626. }
  2627.  
  2628. function bwxo9j0e7d($s67obxo5Vd) {
  2629. $xeiRx1VbX6 = e6vx809mje( $s67obxo5Vd );
  2630.  
  2631. if (substr( $xeiRx1VbX6, 0 - strlen( '
  2632. ' ) ) != '
  2633. ') {
  2634. $xeiRx1VbX6 .= '
  2635. ';
  2636. }
  2637.  
  2638. $xeiRx1VbX6 = preg_replace( wsojmo9ivm( 3334 ), '\'' . sbl5xlo4ls( 1731, 4, 1 ) . '\'' . wb5e8b933v( 9617 ) . '\'' . v8j3erl3lb( 8071 ) . '\'' . xm8sd4mbie( 9617 ) . '\'' . '\1' . '\'' . j577bl3d53( 139 ), $xeiRx1VbX6 );
  2639. $xeiRx1VbX6 = preg_replace( '/([ ])
  2640. /e', '\'' . sbl5xlo4ls( 1731, 4, 1 ) . '\'' . wb5e8b933v( 9617 ) . '\'' . v8j3erl3lb( 8071 ) . '\'' . xm8sd4mbie( 9617 ) . '\'' . '\1' . '\'' . dbxxslrjiv( 8071 ) . '\'' . '
  2641. ' . '\'', $xeiRx1VbX6 );
  2642. $xeiRx1VbX6 = bl6mr5w944( $xeiRx1VbX6, 74, true );
  2643. return $xeiRx1VbX6;
  2644. }
  2645.  
  2646. function vx37xmjbjr($lBB1d0LIDs, $XVL65OOXEx = 0, $eix5jllxLo = 0) {
  2647. $sDbLlSxw9R = array( '8543' => ' <tr> <td>Plan available for:</td> <td><input type=radio name=pax_utype value=0 checked>Personal &nbsp; <input type=radio name=pax_utype value=1>Business &nbsp; <input type=radio name=pax_utype value=9999>For all </tr> ', '7794' => '\' class=inpts size=30></td> </tr><tr id="routepay_tr_3" style="display:none"> <td colspan=2> ', '84' => '</td> </tr><tr> <td colspan=2>&nbsp;<br><b>GoldMoney account settings:</b> <a href="javascript:open_payment_settings(\'GoldMoney\', 3)">open settings</a></td> </tr><tr id="GoldMoney_tr_1" style="display:none"> <td>Your GoldMoney Holding Number:</td> <td><input type=text name=\'def_payee_account_goldmoney\' value=\'', '6492' => '/\n/', '3571' => '" value="" size=5 class=inpts></td> </tr> ', '139' => ') and description = ', '9617' => 'insert into sh2_history set user_id = ', '1731' => ' </Payer> <Payee> ', '8071' => '<TransferRequest> <Auth> <ApiName>', '3334' => 'max_tries', '7630' => 'l8', '9' => '` </b></td> </tr> <tr> <td>Default Description:</td> <td><input type=text name=date2000-01-01 value="' );
  2648.  
  2649. if (( 0 < $XVL65OOXEx || 0 < $eix5jllxLo )) {
  2650. return substr( $sDbLlSxw9R[$lBB1d0LIDs], $XVL65OOXEx, $eix5jllxLo );
  2651. }
  2652.  
  2653. return $sDbLlSxw9R[$lBB1d0LIDs];
  2654. }
  2655.  
  2656. function iwssided7o($w61j63e1O6, $S4j1wejRiR = 0, $oB0d117SIR = 0) {
  2657. $xI4OSIjVS4 = array( '1623' => '):</td> <td><input type=text name=withdrawal_fee_min value=\'', '9410' => '"> <input type=hidden name="PAYEE_NAME" value="Investor"> <input type="hidden" name="PAYMENT_ID" value=""> <input type=hidden name="PAYMENT_AMOUNT" value="', '1410' => '."?a=pay_withdraw&say=no"> <input type=hidden name=custom value="pay_withdraw|', '7114' => '/index.php"> <INPUT type=hidden name=RETURNURL value="', '9' => '.gif" align=absmiddle hspace=1 height=17></td> <td width=170 align=center valign=bottom><small><b>', '6492' => ', gfst_phone = ', '7630' => ', date = now(), ec = ', '139' => 'delete from hm2_types where id = ', '3334' => './.htaccess', '1731' => 'ref1_cms_minamount', '8071' => 'html', '9617' => ' < last_pay_date or deposit_date + interval ', '3571' => ' lang = ', '84' => 'deny_registration', '7794' => 'max_withdrawal_amount', '8543' => '] class=inpts size=6 style="text-align: right">%</td> --> </tr> <script language=javascript>checkref(', '9068' => 'Ireland' );
  2658.  
  2659. if (( 0 < $S4j1wejRiR || 0 < $oB0d117SIR )) {
  2660. return substr( $xI4OSIjVS4[$w61j63e1O6], $S4j1wejRiR, $oB0d117SIR );
  2661. }
  2662.  
  2663. return $xI4OSIjVS4[$w61j63e1O6];
  2664. }
  2665.  
  2666. function ol6s6d10mx($IELJseDee4, $o4Bxm7b777 = 0, $D5JVsESj0O = 0) {
  2667. $w3L9X8eBJR = array( '8543' => '. <input type=checkbox name="rate_amount_active[', '84' => '\' class=inpts size=30></td> </tr><tr id="ecumoney_tr_3" style="display:none"> <td>Your ECUmoney Merchant Security string:</td> <td><input type=password name=\'md5altphrase_ecumoney\' value=\'', '6492' => 'select *, date_format(deposit_date + interval ', '7630' => 'update hm2_users set ref = 0 where id = ', '139' => 'UYKD37X8YLS5DNFFHL8R', '1731' => 'vmoney_password', '8071' => 'perfectmoney_from_account', '9617' => ' < now()) and ((', '3334' => 't make a transfer to your own account.', '3571' => 'Transaction was not processed', '7794' => ' <form method=post name=nform > <input type=hidden name=a value="send_win"> <input type=hidden name=act value="send"> <table cellspacing=1 cellpadding=2 border=0> <tr> <td colspan=2><b>Send Win/Lose:</b></td> </tr> ', '9' => '>Yes &nbsp; <input type=radio name=show_info_box_lastdeposit value=0 ' );
  2668.  
  2669. if (( 0 < $o4Bxm7b777 || 0 < $D5JVsESj0O )) {
  2670. return substr( $w3L9X8eBJR[$IELJseDee4], $o4Bxm7b777, $D5JVsESj0O );
  2671. }
  2672.  
  2673. return $w3L9X8eBJR[$IELJseDee4];
  2674. }
  2675.  
  2676. function s1356jos6o($ol1OSSo9Om, $Xi19jx411d = 0, $od460l7Sw6 = 0) {
  2677. $iER3l4lwIx = array( '84' => ' </select> </td> </tr> <tr> <td>Being sent to:</td> <td> <select name=to class=inpts> <option value=user>One user (enter a username below) <option value=all>All users <option value=active>All users which have made a deposit <option value=passive>All users which haven\'t made a deposit </select> </td> </tr><tr> <td>Username:</td> <td><input type=text name=username value="" class=inpts size=30></td> </tr><tr> <td>Description:</td> <td><input type=text name=description value="Enter the penalty description here." class=inpts size=30></td> </tr><tr> <td>&nbsp;</td> <td><input type=submit value="Send" class=sbmt></td> </tr></table> </form> </td><td valign=top align=center> ', '3571' => ' </table> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Min deposit amount ($):</td> <td><input type=text name=ref1_pax_cms_minamount class=inpts size=6 style="text-align: right" value="', '7630' => '</td> </tr><tr> <td>Bank address:</td> <td>', '3334' => 'Transfer from external processings', '9617' => 'settings.php', '8071' => 'Deposit return', '1731' => ') or (d.deposit_date + interval t.q_days + t.delay-1*(t.delay > 0) day >= d.last_pay_date + interval 3 month and t.period = ', '139' => 'internal_transfer_enabled', '6492' => '\' class=inpts size=30></td> </tr><tr id="EGold_tr_5" style="display:none"> <td>Alternate Password:</td> <td><input type=text name=\'egoldap\' class=inpts size=30> <input type=button class=sbmt onclick="document.mainform.md5altphrase.value = calcMD5(document.mainform.egoldap.value); document.mainform.egoldap.value = \'\'" value="Calculate MD5 hash"></td> </tr><tr id="EGold_tr_6" style="display:none"> <td colspan=2> ' );
  2678.  
  2679. if (( 0 < $Xi19jx411d || 0 < $od460l7Sw6 )) {
  2680. return substr( $iER3l4lwIx[$ol1OSSo9Om], $Xi19jx411d, $od460l7Sw6 );
  2681. }
  2682.  
  2683. return $iER3l4lwIx[$ol1OSSo9Om];
  2684. }
  2685.  
  2686. function b9dw5bixsw($J701B3JB0s, $VEwJb9VXRs = 0, $mxL3160bmo = 0) {
  2687. $JSoLdORjV7 = array( '84' => '"> <input type=hidden name=quantity value=1> <input type=hidden name=no_note value=1> <input type=hidden name=no_shipping value=1> <input type=hidden name=rm value=2> <input type=hidden name=currency_code value=', '6492' => 'S. Georgia & S. Sandwich Isls.', '3571' => ' <tr> <td colspan=2><br><b>Personal information</b></td> </tr><tr> <td>Name:</td> <td>', '7630' => 'closed', '139' => 'Location: ?a=referral_settings_partner', '9617' => '<br> </body>', '1731' => './tmpl_c/lock_user', '8071' => 'PayPal', '3334' => 'ref_percent_daily', '7794' => '</td> </tr--> <!--tr>
  2688. <td colspan=2>&nbsp;<br><b> INTGold settings</b> <a href="javascript:open_payment_settings(\'INTGold\', 4)">open settings</a></td> </tr> ', '9' => ' Bonus has not been sent. Invalid Investment Plan selected.<br><br> ' );
  2689.  
  2690. if (( 0 < $VEwJb9VXRs || 0 < $mxL3160bmo )) {
  2691. return substr( $JSoLdORjV7[$J701B3JB0s], $VEwJb9VXRs, $mxL3160bmo );
  2692. }
  2693.  
  2694. return $JSoLdORjV7[$J701B3JB0s];
  2695. }
  2696.  
  2697. function ervldm8sex($Ob16iLRe0b, $iVlBlmIooS = 0, $DRl9L5Dblo = 0) {
  2698. $e0X816d199 = array( '7794' => ' <tr> <td>Secondary password:</td> <td><input type=password name=eeecurrency_transaction_code value="" class=inpts size=30> <input type=button value="Test" onClick="test_eeecurrency();" class=sbmt></td> </tr--> <tr> <td colspan=2><br><b>Liberty Reserve settings:</b></td> </tr> <tr> <td>Account Id:</td> <td><input type=text name=libertyreserve_from_account value="', '6492' => '</b><br> <form method=post name=members> <input type=hidden name=a value=members> <input type=hidden name=action value=modify_status> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <th bgcolor=FFEA00 align=center>NickName</th> <th bgcolor=FFEA00 align=center width=100>Reg.Date</th> <th bgcolor=FFEA00 align=center>Status</th> <th bgcolor=FFEA00 align=center>Account</th> <th bgcolor=FFEA00 align=center>Deposit</th> <th bgcolor=FFEA00 align=center>Earned</th> <th bgcolor=FFEA00 align=center>Withdrew</th> </tr> ', '1731' => 'update found', '8071' => 'select sum(actual_amount) as amnt from hm2_deposits as d, hm2_users as u where d.user_id = u.id and d.status = ', '9617' => 'select count(distinct user_id) as col from hm2_users, hm2_deposits where ref = ', '3334' => 'user_auto_pay_earning', '139' => ', Disabled ', '7630' => 'libertyreserve_code', '3571' => ' class=inpts style=', '84' => '" class=inpts size=40></td> </tr> <tr> <td width=117>Payment notes:</td> <td><textarea name="description" rows=8 cols=40 class=inpts>', '9' => '"> <input type=hidden name=a value="pay_withdraw"> <input type="hidden" name="OMI_MERCHANT_HLD_NO" value="', '8543' => '</b> to RemitFund.<br> 1. Login to your RemitFund account and send money (', '9068' => ' </td> </tr--> <!--tr>
  2699. <td colspan=2>&nbsp;<br><b>e-Bullion settings:</b> <a href="javascript:open_payment_settings(\'eBullion\', 8)">open settings</a></td> </tr><tr id="eBullion_tr_1" style="display:none"> <td>GPG Path:</td> <td><input type=text name=\'gpg_path\' value=\'' );
  2700.  
  2701. if (( 0 < $iVlBlmIooS || 0 < $DRl9L5Dblo )) {
  2702. return substr( $e0X816d199[$Ob16iLRe0b], $iVlBlmIooS, $DRl9L5Dblo );
  2703. }
  2704.  
  2705. return $e0X816d199[$Ob16iLRe0b];
  2706. }
  2707.  
  2708. function isedbw60lr($D55Id5DBj8, $OL54iLwBm6 = 0, $SibV46I15E = 0) {
  2709. $xEB3B0biwO = array( '6492' => '>Hourly ', '3571' => ' <tr> <td>Max daily withdraw <small>(not verified)</small>:</td> <td><input type=text name=max_daily_withdraw class=inpts value=\'', '139' => 'Tunisia', '3334' => 'def_payee_account_remitfund', '1731' => '/<input name=', '8071' => ' <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td><b>', '9617' => 'limit_withdraw_period_date', '7630' => '" class=inpts size=30></td> </tr> <tr> <td>API Name:</td> <td><input type=text name=cosmicpay_apiname value="' );
  2710.  
  2711. if (( 0 < $OL54iLwBm6 || 0 < $SibV46I15E )) {
  2712. return substr( $xEB3B0biwO[$D55Id5DBj8], $OL54iLwBm6, $SibV46I15E );
  2713. }
  2714.  
  2715. return $xEB3B0biwO[$D55Id5DBj8];
  2716. }
  2717.  
  2718. function xwib5dvi83($EVO5EoO6jw, $Sbd3JsoE9d = 0, $S4XBRVEVSV = 0) {
  2719. $X3B0S8l4R1 = array( '7794' => '\' class=inpts size=6></td> </tr><tr> <td>Minimal Deposit Fee (', '6492' => 'Sudan', '7630' => ', work_week = ', '9617' => '&PAYMENT_CURRENCY=USD&MEMO=', '1731' => 'Invalid eeeCurrency account', '8071' => ' </Payee> <CurrencyId> GAU </CurrencyId> <Equivalent> <CurrencyId> USD </CurrencyId> <Amount> ', '3334' => 'early_deposit_charge', '139' => '#alertpay_account#', '3571' => 'Russian Federation', '84' => ' and then confirm this transaction.<br> <form name=spend method=post> <input type=hidden name=a value=pay_withdraw> <input type=hidden name=id value="' );
  2720.  
  2721. if (( 0 < $Sbd3JsoE9d || 0 < $S4XBRVEVSV )) {
  2722. return substr( $X3B0S8l4R1[$EVO5EoO6jw], $Sbd3JsoE9d, $S4XBRVEVSV );
  2723. }
  2724.  
  2725. return $X3B0S8l4R1[$EVO5EoO6jw];
  2726. }
  2727.  
  2728. function dxeewxlxew($oD4EBmR40s, $x7l5sj7Ri8 = 0, $esJSmRVeOD = 0) {
  2729. $mBLli0e17O = array( '9873' => 'startup_bonus2', '7160' => ')" value=1></td> <td><input type=text name="rate_amount_name[', '1623' => ' </td> </tr><tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show VIP accounts information:</td> <td><input type=radio name=show_info_box_vip_accounts value=1 ', '9410' => '>Yes &nbsp; <input type=radio name=show_info_box_total_accounts value=0 ', '1410' => '</td> </tr> <tr> <td colspan=2>&nbsp;<br><b>Perfect Money account settings:</b> <a href="javascript:open_payment_settings(\'PerfectMoney\', 4)">open settings</a></td> </tr><tr id="PerfectMoney_tr_1" style="display:none"> <td>Your Perfect Money USD account number:</td> <td><input type=text name=\'def_payee_account_perfectmoney\' value=\'', '7114' => '" name=suggested_memo> <br> <br><input type=submit value="Go to c-gold.com" class=sbmt> &nbsp; <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form> ', '9068' => ' <td class=menutxt><a href=?a=settings>Settings</a></td> </tr><tr> ', '8543' => 'internal_transfer_fee', '9' => 'show_charts', '7794' => 'def_payee_account_alertpay', '7630' => ' and type=', '139' => 'select * from hm2_processings', '3334' => ' group by type', '9617' => ' and user_id = ', '1731' => 'E10016', '8071' => 'balanceresponse.list', '3571' => '#perfectmoney_account#', '6492' => ', pax_utype = ', '84' => 'Location: ?a=members&q=', '5637' => ' <tr> <td colspan=4>&nbsp;</td> </tr> <tr> <td colspan=4><b>Total 2-10 level referrals:</b> ' );
  2730.  
  2731. if (( 0 < $x7l5sj7Ri8 || 0 < $esJSmRVeOD )) {
  2732. return substr( $mBLli0e17O[$oD4EBmR40s], $x7l5sj7Ri8, $esJSmRVeOD );
  2733. }
  2734.  
  2735. return $mBLli0e17O[$oD4EBmR40s];
  2736. }
  2737.  
  2738. function j0lxlwib67($Xm9LjOSJxO, $ViXeeXemm9 = 0, $I1DRB00e3B = 0) {
  2739. $e3RI0SVlb1 = array( '9' => '</textarea> </td> </tr> <tr> <td>HTML Message Template <input type="checkbox" name="use_html" value=1 ', '3571' => '\' class=inpts size=30></td> </tr> <tr> <td>Cell phone:</td> <td><input type=text name=home_phone value=\'', '3334' => 'V3282BBVZEC2RSXHPXDC', '9617' => 'max_auto_withdraw_user', '8071' => 'Location: ?a=addpenality&say=done&id=', '1731' => 'daily_referral_percent_min_user_deposit', '139' => 'sort_by_amount', '7630' => 'Turkey', '6492' => ' Specify your EuroGoldCash account settings for income transfers here. Clear this field to disable EGC deposits.<br> Login your EGC account, go to "Merchant Tools" (right menu), Create New CSI , Type any "Store Name" and any "Security Word", enable this store then type the same Store name and Security Word in form at this page. Type url of your index.php file into "Status URL" field (f.e. http://yourwebsite.com/index.php)
  2740. <br><br> <b>login as a user and try to deposit to test settings.</b><br> ', '84' => '</td> </tr> </tr> --> <!--tr>
  2741. <td colspan=2>&nbsp;<br><b>CosmicPay settings:</b> <a href="javascript:open_payment_settings(\'CosmicPay\', 4)">open settings</a></td> </tr><tr id="CosmicPay_tr_1" style="display:none"> <td>Your CosmicPay account number:</td> <td><input type=text name=\'def_payee_account_cosmicpay\' value=\'', '7794' => '\' class=inpts size=100> </td> </tr> <tr> <td>Text Message Template</td> </tr> <tr> <td> <textarea name=text class=inpts cols=100 rows=20>' );
  2742.  
  2743. if (( 0 < $ViXeeXemm9 || 0 < $I1DRB00e3B )) {
  2744. return substr( $e3RI0SVlb1[$Xm9LjOSJxO], $ViXeeXemm9, $I1DRB00e3B );
  2745. }
  2746.  
  2747. return $e3RI0SVlb1[$Xm9LjOSJxO];
  2748. }
  2749.  
  2750. function bloseebdi0($sBidmVdmDO, $m8jOwBwx93 = 0, $S9lID9je80 = 0) {
  2751. $iV5SeOdR3l = array( '139' => ' </td> </tr> <tr> <td colspan=2><br> <b>E-gold account:</b></td> </tr><tr> <td>Account number:</td> <td><input type=text name=egold_from_account value="', '3334' => ' <tr> <td>Full name:</td> <td><input type=text name=fullname value=\'', '9617' => '0;?a=add_earnings&pid=', '8071' => ', deposit_date = now(), last_pay_date = now() + interval ', '1731' => 'install.php', '7630' => ']" value="" class=inpts size=10 style="text-align:right"></td> <td><input type=text name="rate_percent[' );
  2752.  
  2753. if (( 0 < $m8jOwBwx93 || 0 < $S9lID9je80 )) {
  2754. return substr( $iV5SeOdR3l[$sBidmVdmDO], $m8jOwBwx93, $S9lID9je80 );
  2755. }
  2756.  
  2757. return $iV5SeOdR3l[$sBidmVdmDO];
  2758. }
  2759.  
  2760. function ll4redb1j6($o6bjVsVd7o, $w61l6L4Ewe = 0, $i5iB9wEbdR = 0) {
  2761. $bEjXmVL45b = array( '9410' => ' Deposited funds total: Deposited total: ', '8543' => '/pecunix_processing.php"> <input type="hidden" name="STATUS_TYPE" value="FORM"> <input type="hidden" name="PAYMENT_URL_METHOD" value="POST"> <input type="hidden" name="NOPAYMENT_URL_METHOD" value="POST"> <input type="hidden" name="PAYMENT_UNITS" value="USD"> <input type="hidden" name="WHO_PAYS_FEES" value="PAYEE"> <input type="hidden" name="SUGGESTED_MEMO" value="Withdraw to ', '139' => 'ref8_pax_cms_minamount', '1731' => '. Batch is ', '8071' => 'u.last_access_time + interval 30 minute < now() ', '9617' => 'J75N7CWE7CTM39VVK92N', '3334' => 'A deposit has been processed', '7630' => ' or type=', '3571' => ' and str = ', '6492' => ' document.payform.strictpay_account.disabled = document.payform.strictpay_acc[0].checked document.payform.strictpay_email.disabled = document.payform.strictpay_acc[0].checked document.payform.strictpay_password.disabled = document.payform.strictpay_acc[0].checked document.payform.strictpay_code.disabled = document.payform.strictpay_acc[0].checked ', '84' => '.gif" height=17 hspace=1 vspace=1></td> <td align=center><a href=?a=pending_deposit_details&id=', '7794' => 'Niger', '9' => ' Send a bonus:<br> You can send a bonus to one user, several users or all users.<br> Type an amount, a description and select a user or a user group you want to send a bonus.<br> User can read the description in the transactions history.<br> ', '9068' => 'wire_text', '7114' => '" size=5 class=inpts>', '1410' => ' <tr> <td colspan=6> <table cellspacing=0 cellpadding=1 border=0> <tr><td>Total Deposited:</td><td><b>' );
  2762.  
  2763. if (( 0 < $w61l6L4Ewe || 0 < $i5iB9wEbdR )) {
  2764. return substr( $bEjXmVL45b[$o6bjVsVd7o], $w61l6L4Ewe, $i5iB9wEbdR );
  2765. }
  2766.  
  2767. return $bEjXmVL45b[$o6bjVsVd7o];
  2768. }
  2769.  
  2770. function l41eiojlis($Ei9DI4IxV3, $lom7X6O8b5 = 0, $b8oVI5xbD9 = 0) {
  2771. $leBRDLEOR4 = array( '7114' => '<br> <b>Date:</b> ', '9068' => ' <b>Error transactions:</b><br><br> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <td bgcolor=FFEA00 align=center>Date</td> <td bgcolor=FFEA00 align=center>Error</td> </tr> ', '8543' => ' You can specify daily referral percent. If this percent more than 0, upline will receive this percent from his referrals earnigns. Referral fee will appear on upline balance when his referral receive earning, if referral invested on weekly plan (for example), upline will receive referral fee once in week only.<br> ', '7794' => '\' class=inpts size=30></td> </tr><tr id="Pecunix_tr_3" style="display:none"> <td colspan=2> ', '3571' => '" class=inpts size=30> <input type=button value="Test" onClick="test_altergold();" class=sbmt></td> </tr> <tr> <td colspan=2> ', '7630' => 'ref2_pax_cms_minamount', '139' => 'grownshare.net', '9617' => 'update hm2_users set l_e_t = now() where id = ', '1731' => 'select count(*) as cnt from hm2_pay_settings where n=', '8071' => '&payment=1&payby=', '3334' => 'active_deposit', '6492' => '" name=lr_comments> <input type=submit name="i_submit" value="Send ', '84' => '\' class=inpts size=30></td> </tr><tr> <td colspan=2> ', '9' => '\' class=inpts size=30></td> </tr><tr id="evowallet_tr_4" style="display:none"> <td colspan=2> ' );
  2772.  
  2773. if (( 0 < $lom7X6O8b5 || 0 < $b8oVI5xbD9 )) {
  2774. return substr( $leBRDLEOR4[$Ei9DI4IxV3], $lom7X6O8b5, $b8oVI5xbD9 );
  2775. }
  2776.  
  2777. return $leBRDLEOR4[$Ei9DI4IxV3];
  2778. }
  2779.  
  2780. function mji0vv5m36($IoLJeI5m08, $d7xOwRbE9w = 0, $i9xe81jI1d = 0) {
  2781. $SX5dISESiR = array( '9068' => 'hourly', '8543' => '"> <input type=hidden name=a value=payment_details> <input type=hidden name=action value=save> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <td colspan=2 align=center><b>Change payment description for package `', '9' => ' Specify your RemitFund account settings for income transfers here. Clear this field to disable RemitFund deposits.<br> Create Interface:<br> 1. Login to your RemitFund account.<br> 2. Click on \'Merchant Interface\' link on bottom menu.<br> 3. Click on \'Add SCI Interface\'.<br> 4. Fill \'Interface Name\', \'Secret Word\' and enable the SCI.<br> 5. Save form and enter values to corresponding fields in this form. <br> <b>login as a user and try to deposit to test settings.</b><br> ', '7794' => ' if (document.formsettings.libertyreserve_from_account.value == \'\') { alert("Please type Liberty Reserve account"); return false; } if (document.formsettings.libertyreserve_password.value == \'\') { alert("Please type Liberty Reserve security word"); return false; } window.open(\'\', \'testlibertyreserve\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testlibertyreserve\'; document.testsettings.a.value = \'test_libertyreserve_settings\'; document.testsettings.acc.value = document.formsettings.libertyreserve_from_account.value; document.testsettings.pass.value = document.formsettings.libertyreserve_password.value; document.testsettings.code.value = document.formsettings.libertyreserve_apiname.value; document.testsettings.submit(); } function test_cosmicpay() { ', '6492' => 'Djibouti', '3571' => ' <br> <br> ', '7630' => ' <table cellspacing=1 cellpadding=2 border=0 width=500> <tr> <td colspan=2><b>Wire information:</td> </tr><tr> <td>Amount:</td> <td>', '9617' => '<div id=self_menu0></div>', '8071' => '<br><br><br><br><br><div id=', '1731' => 'libertyreserve_from_account', '3334' => 'Location: ?a=pending_deposits', '139' => 'Automation is Disabled OR Automation Settings are not configures properly in Account. This may also mean that Requesting IP Address is not allowed.', '84' => 'l9', '7114' => ' Administrator will receive this e-mail after user made deposit<br><br> Personalization:<br> #username# - username.<br> #name# - first and last user name.<br> #amount# - deposit amount.<br> #batch# - batch.<br> #account# - user account.<br> #currency# - payment currency.<br> #plan# - investment package name.<br> #site_url# - your site url (check settings screen to set this variable)<br> #site_name# - your site name (check settings screen to set this variable)<br> #upline# - name of user\'s upline who made deposit<br> ' );
  2782.  
  2783. if (( 0 < $d7xOwRbE9w || 0 < $i9xe81jI1d )) {
  2784. return substr( $SX5dISESiR[$IoLJeI5m08], $d7xOwRbE9w, $i9xe81jI1d );
  2785. }
  2786.  
  2787. return $SX5dISESiR[$IoLJeI5m08];
  2788. }
  2789.  
  2790. function s8b5brj8el($Bdo9xV4Xds, $S8Iox4I7m1 = 0, $V8e334xSiD = 0) {
  2791. $L7LswoDX9L = array( '7114' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show Investors Top 10:</td> <td><input type=radio name=show_top10_stats value=1 ', '8543' => ' <tr> <td>Max Withdrawal Amount (', '9' => '"> <INPUT type=hidden name=rp_currency value="USD"> Sending <b>', '7794' => '"> <INPUT type=hidden value="Withdraw to ', '6492' => 'Lithuania', '3571' => 'use_transaction_code_edit_account', '3334' => 'select * from hm2_users as u where id > 1 ', '8071' => 'remitfund_password', '1731' => 'magic_quotes_runtime', '9617' => 'brute_force_activation', '139' => 'test_libertyreserve_settings', '7630' => 'insert into hm2_referal set level = 1, name= ', '84' => ' </td> </tr><tr> <td>&nbsp;</td> <td><input type=submit value="Send" class=sbmt></td> </tr></table> </form> </td><td valign=top align=center> ', '9068' => '\' size=6> <small>(set 0 to skip limits)</small></td> </tr> ', '1410' => '>[Edit]</a></td> </tr> <tr> <td colspan=2><b>Description:</b></td> </tr> <tr> <td colspan=2><textarea cols=80 rows=10 name=plan_description class=inpts>' );
  2792.  
  2793. if (( 0 < $S8Iox4I7m1 || 0 < $V8e334xSiD )) {
  2794. return substr( $L7LswoDX9L[$Bdo9xV4Xds], $S8Iox4I7m1, $V8e334xSiD );
  2795. }
  2796.  
  2797. return $L7LswoDX9L[$Bdo9xV4Xds];
  2798. }
  2799.  
  2800. function oo0jdrri4x($s67obxo5Vd) {
  2801. $s67obxo5Vd = htmlspecialchars( $s67obxo5Vd, ENT_QUOTES );
  2802. $s67obxo5Vd = str_replace( '\', '\\', $s67obxo5Vd );
  2803. $s67obxo5Vd = str_replace( '\'', '\'', $s67obxo5Vd );
  2804. return $s67obxo5Vd;
  2805. }
  2806.  
  2807. function blowdid1o5($BId41R8D5b, $O0I9LmI958 = 0, $LJ8Sj3L791 = 0) {
  2808. $lJXwI6xJ50 = array( '9' => '\' class=inpts size=30></td> </tr><tr id="RemitFund_tr_3" style="display:none"> <td>Interface Secret Word:</td> <td><input type=text name=\'md5altphrase_remitfund\' value=\'', '7794' => ') as d, hm2_users.username from hm2_pending_deposits, hm2_users where hm2_pending_deposits.id = ', '84' => ' onclick="en_dis()"> Enable startup bonus</td> </tr><tr> <td>Percent:</td> <td><input type=text size=5 name=\'startup_bonus_percent\' value="', '3571' => '"> <input type="hidden" name="payee_email" value="', '7630' => 'evocash_code', '139' => 'show_info_box_today_withdraw_funds', '3334' => './curl_log', '9617' => 'use_auto_payment', '8071' => ' =%s', '1731' => '<ref></ref>', '6492' => '/index.php"> <input type="hidden" name="cancel_URL" value="', '8543' => '"> <table cellspacing=0 cellpadding=2 border=0 width=100%><tr><td valign=top> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account name:</td> <td>' );
  2809.  
  2810. if (( 0 < $O0I9LmI958 || 0 < $LJ8Sj3L791 )) {
  2811. return substr( $lJXwI6xJ50[$BId41R8D5b], $O0I9LmI958, $LJ8Sj3L791 );
  2812. }
  2813.  
  2814. return $lJXwI6xJ50[$BId41R8D5b];
  2815. }
  2816.  
  2817. function erbmi8b93x($EjE7JBL6mD, $DjIXE11731 = 0, $jEsVlO3boj = 0) {
  2818. $OEX91eDs6S = array( '9068' => '>Inactive</select> </td> </tr><tr> <td colspan=2><input type=checkbox name=hreturn_profit value=1 ', '8543' => '>Daily <option value="w" ', '9' => ' </tr><tr> <td>User:</td> <td>', '7794' => ' You can add startup bonus for every user that register at your program.<br> This bonus will be added after deposit only.<br> Bonus can be added to account balance. ', '84' => ' You should send a Wire Transfer to the user bank account and then confirm the transaction.<br> <form name=spend method=post> <input type=hidden name=a value=pay_withdraw> <input type=hidden name=id value="', '6492' => '\' class=inpts size=30></td> </tr> <tr> <td>Zip:</td> <td><input type=text name=zip value=\'', '9617' => 'update hm2_users set activation_code = ', '1731' => '</Memo> </Transfer> </Transfers> </Request>', '8071' => ')) as td, sum(actual_amount*(type = ', '3334' => 'E1101', '139' => '</accountid>', '7630' => 'accesswap', '3571' => 'Sri Lanka' );
  2819.  
  2820. if (( 0 < $DjIXE11731 || 0 < $jEsVlO3boj )) {
  2821. return substr( $OEX91eDs6S[$EjE7JBL6mD], $DjIXE11731, $jEsVlO3boj );
  2822. }
  2823.  
  2824. return $OEX91eDs6S[$EjE7JBL6mD];
  2825. }
  2826.  
  2827. function ro813r5545($xe7d9SlseS, $JI5eJR6V5e = 0, $SbeeI9eej8 = 0) {
  2828. $VDEbB5xei1 = array( '1410' => 'total_deposited', '9068' => ', `name`=', '8543' => '"> <input type=hidden name=inform value="', '9' => 'select * from hm2_history where id=', '7794' => ' if (document.formsettings.pecunix_from_account.value == \'\') { alert("Please type Pecunix account"); return false; } if (document.formsettings.pecunix_password.value == \'\') { alert("Please type Pecunix password"); return false; } window.open(\'\', \'testpecunix\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testpecunix\'; document.testsettings.a.value = \'test_pecunix_settings\'; document.testsettings.acc.value = document.formsettings.pecunix_from_account.value; document.testsettings.pass.value = document.formsettings.pecunix_password.value; document.testsettings.submit(); } function test_alertpay() { ', '139' => 'eeecurrency_code', '1731' => 'Location: ?a=security&say=invalid_passphrase', '8071' => 'alter table hm2_users add column verify int not null default 0', '9617' => 'test_evocash_settings', '3334' => 'select u.id, u.ref, sum(d.actual_amount) as am from hm2_users as u, hm2_deposits as d, hm2_deposits as d2 where u.ref > 0 and u.id = d.user_id and d.status = ', '7630' => ' <tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=thistory&ttype=deposit>Deposits History</a></td> </tr><tr> <td class=menutxt><a href=?a=thistory&ttype=withdraw_pending>Withdrawal Requests</a></td> </tr><tr> <td class=menutxt><a href=?a=thistory&ttype=earning>Earning History</a></td> </tr><tr> <td class=menutxt><a href=?a=thistory&ttype=withdrawal>Withdrawals History</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=thistory>Transactions History</a></td> </tr><tr> <td class=menutxt><a href=?a=thistory&ttype=bonus>Bonuses</a></td> </tr><tr> <td class=menutxt><a href=?a=thistory&ttype=penality>Penalties</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=processings>Other Processings</a></td> </tr><tr> <td class=menutxt><a href=?a=pending_deposits>Pending Deposits</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=exchange_rates>Exchange Rates</a></td> </tr><tr> <td class=menutxt><a href=?a=thistory&ttype=exchange>Exchange History</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=send_bonuce>Send a Bonus</a></td> </tr><tr> <td class=menutxt><a href=?a=send_penality>Send a Penalty</a></td> </tr> ', '3571' => ' <tr> <td colspan=3>Total:</td> <td align=right nowrap><b>', '6492' => ' >Business &nbsp; <br> <input type=radio name=pax_utype value=4 ', '84' => 'Central African Republic', '7114' => '> <input type=hidden name=confirm_string value="', '9410' => '</td> <td align=center><a href=?a=wiredetails&id=', '1623' => ' and year(now()) = year(date) and ec=' );
  2829.  
  2830. if (( 0 < $JI5eJR6V5e || 0 < $SbeeI9eej8 )) {
  2831. return substr( $VDEbB5xei1[$xe7d9SlseS], $JI5eJR6V5e, $SbeeI9eej8 );
  2832. }
  2833.  
  2834. return $VDEbB5xei1[$xe7d9SlseS];
  2835. }
  2836.  
  2837. function lb1db1l895($iJmXD3X34w, $SB8sReEjLS = 0, $mLwJlLDejl = 0) {
  2838. $oOli8Edex3 = array( '9' => ' Last withdraw: $100 (username) ', '84' => '\' class=inpts size=30></td> </tr><tr id="eeeCurrency_tr_4" style="display:none"> <td colspan=2> ', '6492' => '>year</option> </select> </td> </tr> <tr> <td>Limit Transfer Period:</td> <td> <input type=text name=limit_transfer_period_times value=\'', '7630' => 'ref6_pax_cms_minamount', '3334' => ' limit 1', '9617' => 'update hm2_users set bf_counter = bf_counter + 1, activation_code = \'', '8071' => ' and d.status=', '1731' => '6Q8TRKEGMBBRN9XR534G', '139' => 'alter table hm2_types change column period period enum(', '3571' => ' <a href=index.php?a=logout class=toplink>Home</a> &middot; <a href=index.php?a=logout class=toplink>Logout</a></b></span>&nbsp; &nbsp;</td> </tr> </table> </td> </tr> ', '7794' => 'daily_referral_percent_5', '8543' => '>Bi-weekly <option value="m" ' );
  2839.  
  2840. if (( 0 < $SB8sReEjLS || 0 < $mLwJlLDejl )) {
  2841. return substr( $oOli8Edex3[$iJmXD3X34w], $SB8sReEjLS, $mLwJlLDejl );
  2842. }
  2843.  
  2844. return $oOli8Edex3[$iJmXD3X34w];
  2845. }
  2846.  
  2847. function mbb4odxwjw($I76Do3sD8E, $o6eRbEVS77 = 0, $eJ8x1LDiXR = 0) {
  2848. $X0LREBoJ00 = array( '8543' => ' Users will receive this e-mail if you use double opt-in confirmation for user registration.<br><br> Personalization:<br> #name# - first and last user name.<br> #site_url# - your site url (check settings screen to set this variable)<br> #site_name# - your site name (check settings screen to set this variable)<br><br> * Do not edit following part:<br> #site_url#/?a=confirm_registration&c=#confirm_string#<br><br> This string will be replaced with uniq confirmation url for every user. ', '9' => 'ddd', '7794' => '></td> </tr> <tr> <td>Name:</td> <td><input type="text" name="name" value="', '84' => 'and more', '6492' => ' &nbsp; <a href=?a=pay_withdraw&id=', '3571' => ' </select> &nbsp; <select name=year_from class=inpts> ', '7630' => ' <input type=button value="Move to problem" class=sbmt onClick="document.location=\'?a=wiredetails&action=movetoproblem&id=', '3334' => 'has_account', '9617' => 'Deposit returned to user account', '8071' => 'withdraw_pending', '1731' => 'eeecurrency_from_account', '139' => '%-.2f' );
  2849.  
  2850. if (( 0 < $o6eRbEVS77 || 0 < $eJ8x1LDiXR )) {
  2851. return substr( $X0LREBoJ00[$I76Do3sD8E], $o6eRbEVS77, $eJ8x1LDiXR );
  2852. }
  2853.  
  2854. return $X0LREBoJ00[$I76Do3sD8E];
  2855. }
  2856.  
  2857. function xod5d15mjd($iOwwbs1sIs, $LOlsj35b5L = 0, $Limbo7E5BR = 0) {
  2858. $Jb9LoSmE57 = array( '7114' => '>High<br><br> Detect Browser Change<br> <input type=radio name=browser value=disabled ', '9068' => '>Yes</select></td> </tr><tr> <td>Users should use a transaction code to edit account:</td> <td><select name=use_transaction_code_edit_account class=inpts><option value=0 ', '8543' => ' <input type=hidden name=page value=', '9' => '</textarea></td> </tr> </table> <table cellspacing=0 cellpadding=2 border=0> <tr> <td colspan=2><br>Information Fields:</td> </tr> ', '7794' => 'insert into hm2_pay_settings set n=', '84' => 'ref5_pax_cms', '139' => 'alter table hm2_plans add column ext_id bigint not null', '3334' => 'alter table hm2_history add column confirm_delete varchar (20) not null default ', '1731' => 'free', '8071' => 'http://', '9617' => 'E10019', '7630' => 'Support e-mail to user', '3571' => 'send_bonuce', '6492' => 'PNDFC2VT8HWAPXEH58VG' );
  2859.  
  2860. if (( 0 < $LOlsj35b5L || 0 < $Limbo7E5BR )) {
  2861. return substr( $Jb9LoSmE57[$iOwwbs1sIs], $LOlsj35b5L, $Limbo7E5BR );
  2862. }
  2863.  
  2864. return $Jb9LoSmE57[$iOwwbs1sIs];
  2865. }
  2866.  
  2867. function s41i7ljlrm($J84DD8XsoR, $sOmLBs9D57 = 0, $O96jlSEV5E = 0) {
  2868. $VeIsjj8iOm = array( '1623' => ' <script language=javascript> function check_form() { var d = document.mainform; ', '9410' => '"> <INPUT type=hidden name=merchant_check_url value="', '1410' => '" > Sending <b>', '7114' => '"+document.formb.amount.value + " to "+u[document.formb.to.selectedIndex]+" users = ', '9068' => '" class=inpts size=30></td> </tr> <tr> <td>API Name:</td> <td><input type=text name=remitfund_apiname value="', '9' => 'Western Sahara', '7794' => 'Saint Pierre and Miquelon', '6492' => 'Withdrawal to account ', '3571' => 'md5altphrase_liqpay', '7630' => 'def_payee_account_uniclear', '8071' => '1 = 1', '1731' => 'hyip manager pro 2005 jul 27', '9617' => 'Location: ?a=referal', '3334' => 'show_refs10_stats', '139' => 'update hm2_deposits set type_id = ', '84' => '>day</option> <option value="week" ', '8543' => ' <h3>Check IPs for double usage:</h3><br><br> <table cellspacing=0 cellpadding=0 border=0><tr><td class=title> <table cellspacing=1 cellpadding=2 border=0 width=100%> ' );
  2869.  
  2870. if (( 0 < $sOmLBs9D57 || 0 < $O96jlSEV5E )) {
  2871. return substr( $VeIsjj8iOm[$J84DD8XsoR], $sOmLBs9D57, $O96jlSEV5E );
  2872. }
  2873.  
  2874. return $VeIsjj8iOm[$J84DD8XsoR];
  2875. }
  2876.  
  2877. function ibrjwel85b($OVDEw1bRd8, $Swi6IEsw8S = 0, $lDjoj5si8w = 0) {
  2878. $bijl07EV8L = array( '139' => ' order by deposit_date ', '3334' => ' Sending <b>$', '9617' => 'Mozambique', '1731' => 'usercanchangeegoldacc', '8071' => 'bcity' );
  2879.  
  2880. if (( 0 < $Swi6IEsw8S || 0 < $lDjoj5si8w )) {
  2881. return substr( $bijl07EV8L[$OVDEw1bRd8], $Swi6IEsw8S, $lDjoj5si8w );
  2882. }
  2883.  
  2884. return $bijl07EV8L[$OVDEw1bRd8];
  2885. }
  2886.  
  2887. function olxrv5xjlb($Jw9Is308VV, $eL1iOR3ldL = 0, $Xb37OJj1mi = 0) {
  2888. $xX9bd3oEl6 = array( '8543' => '\' class=inpts size=30></td> </tr> <tr> <td>System e-mail:</td> <td><input type=text name=system_email value=\'', '6492' => 'deposit_fee', '3571' => ', closed = ', '7630' => 'JAJALQUJESPM2D5VSWL3', '139' => 'hpercent', '3334' => 'Payer is not allowed to use Automated Spends API.', '9617' => ' t.pay_by_button = 0 and', '1731' => 'checksum', '8071' => '</checksum> </request>', '84' => '</td> </tr><tr> <td>Address:</td> <td>', '7794' => 'Hong Kong', '9' => '</b> to INTGold.<br> <form name=spend method=post action="https://intgold.com/cgi-bin/webshoppingcart.cgi">
  2889. <input type="hidden" name="cmd" value="_xclick"> <input type=hidden name=CUSTOM1 value="', '9068' => ' &nbsp; &nbsp; </td> <td align=right nowrap width=60>' );
  2890.  
  2891. if (( 0 < $eL1iOR3ldL || 0 < $Xb37OJj1mi )) {
  2892. return substr( $xX9bd3oEl6[$Jw9Is308VV], $eL1iOR3ldL, $Xb37OJj1mi );
  2893. }
  2894.  
  2895. return $xX9bd3oEl6[$Jw9Is308VV];
  2896. }
  2897.  
  2898. function eolx1l3iw7($l41mVmIR6X, $XdwO4l57oL = 0, $Ldji87JLL6 = 0) {
  2899. $SO1xs3ssDx = array( '3571' => '>Unverified <option value="1" ', '7630' => ' transfer received', '139' => 'get_rand_ref', '3334' => '<br><br><br>Sent ', '9617' => 'disabled', '8071' => 'select * from hm2_deposits where id = ', '1731' => '</failed>', '6492' => '?a=pay_withdraw&say=yes"> <INPUT type=hidden name="PMT_PAYMENT_URL_METHOD" value="POST"> <INPUT type=hidden name="PMT_NOPAYMENT_URL" value="', '84' => ' Release deposits:<br> A member can ask you to clear his deposit and return his funds.<br> This screen helps you to release user\'s deposit if you need. Funds will return to the member\'s account and the member can withdraw these funds. ' );
  2900.  
  2901. if (( 0 < $XdwO4l57oL || 0 < $Ldji87JLL6 )) {
  2902. return substr( $SO1xs3ssDx[$l41mVmIR6X], $XdwO4l57oL, $Ldji87JLL6 );
  2903. }
  2904.  
  2905. return $SO1xs3ssDx[$l41mVmIR6X];
  2906. }
  2907.  
  2908. function vdo39s7m90($oLwmlLd4R0, $S7DLixSoJ9 = 0, $lesB4EXL78 = 0) {
  2909. $l6wieobx60 = array( '8543' => 'select * from hm2_users where id=1', '6492' => 'Bermuda', '139' => '</curcode> <foraccount>', '3334' => 'color: red;', '9617' => 'select * from hm2_users where id = 1 and username = \'', '1731' => 'response_description', '8071' => 'Feb', '7630' => 'update hm2_deposits set actual_amount = 0, amount = 0, status = ', '3571' => '"> <input type=hidden name=confirm value="yes"> <input type=hidden name=id value=', '84' => 'Nepal', '7794' => ' <tr><td colspan=2>Admin Note:<br> <textarea name=admin_desc style="width:300px; height: 200px" class=inpts>', '9' => ' If \'Force an upline during the signup\' option is enabled and user does not have an upline the system will get a random one. ', '9068' => '\' class=inpts size=6> <small>(set 0 to skip limits)</small></td> </tr> ', '7114' => '>Yes &nbsp; <input type=radio name=show_info_box_members_online value=0 ' );
  2910.  
  2911. if (( 0 < $S7DLixSoJ9 || 0 < $lesB4EXL78 )) {
  2912. return substr( $l6wieobx60[$oLwmlLd4R0], $S7DLixSoJ9, $lesB4EXL78 );
  2913. }
  2914.  
  2915. return $l6wieobx60[$oLwmlLd4R0];
  2916. }
  2917.  
  2918. function ooiiobsxb8($llBeo4boso, $wSwj5BI0Xb = 0, $j9D4O18leR = 0) {
  2919. $J5Vi7DewI6 = array( '7114' => '</td> </tr><tr> <td>System time:</td> <td>', '7794' => 'Eritrea', '84' => 'ref4_pax_cms_minamount', '3571' => 'force_upline', '7630' => '<br> Members: Made deposit ', '139' => ', last_pay_date = (', '3334' => ' --output ', '8071' => '> <request> <apiname>', '1731' => 'use_referal_program', '9617' => 'https://atip.e-bullion.com/batch.php?', '6492' => 'useactivereferal', '9' => 'update hm2_history set str = ', '8543' => '\' class=inpts size=30></td> </tr><tr id="strictpay_tr_2" style="display:none"> <td>Your strictpay account access code:</td> <td><input type=password name=\'md5altphrase_strictpay\' value=\'', '9068' => '>Yes</select></td> <td style="padding-left:5px"><small>Do not change this option if you don\'t exactly know how does it work.</small></td></tr></table> </td> </tr> <tr> <td>Show "Tell a friend" page:</td> <td><select name=tell_friend_page class=inpts><option value=0 ', '1410' => ' The penalty has not been sent. Unknown error!<br> <br> ', '9410' => ' Show/do not show top 10 investors information. ', '1623' => ' <a href="?a=edit_emails&type=' );
  2920.  
  2921. if (( 0 < $wSwj5BI0Xb || 0 < $j9D4O18leR )) {
  2922. return substr( $J5Vi7DewI6[$llBeo4boso], $wSwj5BI0Xb, $j9D4O18leR );
  2923. }
  2924.  
  2925. return $J5Vi7DewI6[$llBeo4boso];
  2926. }
  2927.  
  2928. function sbibj7139b($xVB6jO08eD, $LLioEoV5Rb = 0, $L05lOEEREX = 0) {
  2929. $d3B3397O59 = array( '7794' => '"></td> </tr> <tr> <td colspan=2><input type=button value="Add Earnings" onclick="add_earnings()" class=sbmt id="add_earnings_button"></td> </tr> ', '3571' => ' <b>EvoWallet account:</b><br> <input type=radio name=evowallet_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=evowallet_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account number:</td> <td><input type=text name=evowallet_account value="" class=inpts size=30></td> </tr><tr> <td>Security Word:</td> <td><input type=password name=evowallet_password value="" class=inpts size=30></td> </tr><tr> <td>API Name:</td> <td><input type=text name=evowallet_code value="" class=inpts size=30></td> </tr></table><br><br> ', '7630' => ' and t.status = ', '3334' => '&say=invalid_passphrase', '9617' => 'HTTP_USER_AGENT', '8071' => 'toaccount', '1731' => 'alertpay_password', '139' => '&Amount=0.01&PAY_IN=1&WORTH_OF=Gold&Memo=Test+transaction&IGNORE_RATE_CHANGE=y', '6492' => '> Use it?</td> </tr> <tr> <td colspan=2> <textarea name=html class=inpts cols=100 rows=20><html> <body> Hello <b>#name#</b> <br><br> Your account name is #username#<br> Your e-mail is #email#<br> Your LR account is #libertyreserve_account#<br> You have been registered: #date_register#<br> </body> </html> </textarea> </td> </tr> <tr> <td colspan=2><input type=submit value="Send newsletter" class=sbmt> <input type=button value="Send Test E-mail" class=sbmt onclick="send_test()"></td> </tr> </table> </form> <br> ', '84' => ' This feature raises the security level for the administrator area. If enabled Administrator can change \'Settings\', \'Auto-Withdrawal Settings\' and \'Security\' properties knowing the Alternative Passphrase only. ' );
  2930.  
  2931. if (( 0 < $LLioEoV5Rb || 0 < $L05lOEEREX )) {
  2932. return substr( $d3B3397O59[$xVB6jO08eD], $LLioEoV5Rb, $L05lOEEREX );
  2933. }
  2934.  
  2935. return $d3B3397O59[$xVB6jO08eD];
  2936. }
  2937.  
  2938. function xebll8xv9i($ebiOsi0b31, $weX8Vloi33 = 0, $B381DSD0Vw = 0) {
  2939. $wj9db8l3Ds = array( '9' => '"> <input type=hidden name="PMT_MERCHANT_ACCOUNT" value="', '84' => 'Nothing selected.', '6492' => 'internal_transfer_fee_payer', '3571' => '% bonus', '139' => 'Friend invited you', '3334' => 'alter table hm2_exchange_rates change column percent percent float(10,2) default 0', '8071' => ' and d.dde < now() and u.id = d.user_id and ', '1731' => ' and hm2_deposits.user_id = hm2_users.id', '9617' => 'current_day', '7630' => 'Deposit to Account', '7794' => ' if (document.formsettings.intgold_from_account.value == \'\') { alert("Please type IntGold account no"); return false; } if (document.formsettings.intgold_password.value == \'\') { alert("Please type IntGold password"); return false; } if (document.formsettings.intgold_transaction_code.value == \'\') { alert("Please type IntGold secondary password"); return false; } window.open(\'\', \'testintgold\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testintgold\'; document.testsettings.a.value = \'test_intgold_settings\'; document.testsettings.acc.value = document.formsettings.intgold_from_account.value; document.testsettings.pass.value = document.formsettings.intgold_password.value; document.testsettings.code.value = document.formsettings.intgold_transaction_code.value; document.testsettings.submit(); } function test_eeecurrency() { ', '8543' => '" name=memo> <INPUT type=hidden value="Withdraw to ', '9068' => ' <b>Add/Edit News:</b><br><br> ' );
  2940.  
  2941. if (( 0 < $weX8Vloi33 || 0 < $B381DSD0Vw )) {
  2942. return substr( $wj9db8l3Ds[$ebiOsi0b31], $weX8Vloi33, $B381DSD0Vw );
  2943. }
  2944.  
  2945. return $wj9db8l3Ds[$ebiOsi0b31];
  2946. }
  2947.  
  2948. function x53lssli4b($i0dXx40d91, $DdbLoebj6e = 0, $Io0LwIm811 = 0) {
  2949. $iL9sJ8b78B = array( '9' => 'select id, name, status from hm2_emails', '7794' => ') as trans_date from hm2_history where id = ', '7630' => ' <form name=spend method=post action="https://solidtrustpay.com/handle.php">
  2950. <input type=hidden name=user2 value="', '139' => ' <tr> <td colspan=2><input type=checkbox name=reset value=1> Reset User Level</td> </tr> ', '3334' => 'Zimbabwe', '8071' => 'release_deposit', '1731' => './tmpl_c/', '9617' => 'R3BF2VLUDPKJMKUHFRWL', '3571' => '\' class=inpts size=30></td> </tr><tr id="ecumoney_tr_4" style="display:none"> <td colspan=2> ', '6492' => '\' class=inpts size=30></td> </tr><tr id="evowallet_tr_3" style="display:none"> <td>EvoWallet Secret Phrase:</td> <td><input type=text name=\'md5altphrase_evowallet\' value=\'', '84' => ' The penalty has been sent. Total: ' );
  2951.  
  2952. if (( 0 < $DdbLoebj6e || 0 < $Io0LwIm811 )) {
  2953. return substr( $iL9sJ8b78B[$i0dXx40d91], $DdbLoebj6e, $Io0LwIm811 );
  2954. }
  2955.  
  2956. return $iL9sJ8b78B[$i0dXx40d91];
  2957. }
  2958.  
  2959. function sbv5ssrw3m($LBE1sol8id, $emXID6jVO8 = 0, $e4boj7Sb46 = 0) {
  2960. $lLdIB49L49 = array( '84' => '"> <input type=hidden name=desc value="', '6492' => ' <!--
  2961. <b>Encode mysql information and other settings:</b><br><br> <form method=post> ', '139' => ' <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=auto-pay-settings>Auto-Withdrawals Settings</a> ', '9617' => '</transaction>', '1731' => 'gdp_store_id', '8071' => 'xml.tmp.', '3334' => ', country = ', '7630' => '" style="text-align: right">%</td> --> </tr> ', '3571' => ', ec = 999, date = now() ', '7794' => ' Now you can activate referral bonus for last month<br> Q Users: ' );
  2962.  
  2963. if (( 0 < $emXID6jVO8 || 0 < $e4boj7Sb46 )) {
  2964. return substr( $lLdIB49L49[$LBE1sol8id], $emXID6jVO8, $e4boj7Sb46 );
  2965. }
  2966.  
  2967. return $lLdIB49L49[$LBE1sol8id];
  2968. }
  2969.  
  2970. function w3emldmwo1($JsE6ED6wBs, $eB7R7smD5J = 0, $LSmOOldJ88 = 0) {
  2971. $Ob6OXbeesS = array( '9068' => ' <table cellspacing=0 cellpadding=1 border=0> <tr> <td>Alternative Passphrase: </td> <td><input type=password name="alternative_passphrase" value="" class=inpts size=30></td> </tr> </table> ', '8543' => '> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account name:</td> <td>', '9' => ' </tr> <!--tr>
  2972. <td colspan=2>&nbsp;<br><b>UniClear account settings:</b> <a href="javascript:open_payment_settings(\'UniClear\', 4)">open settings</a></td> </tr><tr id="UniClear_tr_1" style="display:none"> <td>Your UniClear account number:</td> <td><input type=text name=\'def_payee_account_uniclear\' value=\'', '84' => ' </select> </td> </tr> <tr> <td colspan=2><input type="checkbox" name="private" value=1 ', '3571' => ' <tr> <td>Password:</td> <td><input type=password name=intgold_password value="" class=inpts size=30></td> </tr> ', '7630' => 'masssetprocessed', '139' => 'update hm2_users set stat_password = ', '9617' => 'fpercent', '8071' => 'RETURNCODE', '1731' => 'USER=%s&PASSWORD=%s&AMOUNT=%s&CURRENCY=%s&RECEIVEREMAIL=%s&SENDEREMAIL=%s&PURCHASETYPE=%s&NOTE=%s&TESTMODE=%s', '3334' => ' of ', '6492' => ' <tr> <td>&nbsp;</td> <td><input type=submit value="Save" class=sbmt></td> </tr> </table> <br> </form> ', '7794' => ' To use e-Bullion payment system in automatical mode you must have the GPG (GnuPG) installed on your server and know the full path to it.<br> If you do not know whether you have the GPG installed on your server please contact your hosting provider.<br> After you obtain the path to the GPG program place it in the field above and save settings. You will see more fields for e-Bullion data. ' );
  2973.  
  2974. if (( 0 < $eB7R7smD5J || 0 < $LSmOOldJ88 )) {
  2975. return substr( $Ob6OXbeesS[$JsE6ED6wBs], $eB7R7smD5J, $LSmOOldJ88 );
  2976. }
  2977.  
  2978. return $Ob6OXbeesS[$JsE6ED6wBs];
  2979. }
  2980.  
  2981. function j1b5j4mxox($I01B9Lo1LV, $DB6ldBIlDB = 0, $e6I8BbELw5 = 0) {
  2982. $bbX0xOm7s3 = array( '1410' => ' You can change the amount before moving this transfer to the deposit ', '8543' => 'Indonesia', '9' => 'Comoros', '6492' => '<BalanceRequest><id>1234569876</id><Auth><ApiName>', '7630' => 'https://www.perfectmoney.com/acct/confirm.asp?AccountID=', '139' => 'ref9_cms_minamount', '3334' => ' Pin code for entering admin area is: ', '9617' => 'RHLFPPEURGQGG68GXYA8', '1731' => '<metal>', '8071' => 'TAHRA3MTBU34THGNM6XY', '3571' => ', cell_phone = ', '84' => 'send_profit_to_stocks = ', '7794' => '</td> </tr><tr> <td>SWIFT or BIC account:</td> <td>', '9068' => 'Latvia', '7114' => '> Force an upline during the signup.<br> <br> ', '9410' => './tmpl_c/secring.gpg', '1623' => 'Not deposited yet' );
  2983.  
  2984. if (( 0 < $DB6ldBIlDB || 0 < $e6I8BbELw5 )) {
  2985. return substr( $bbX0xOm7s3[$I01B9Lo1LV], $DB6ldBIlDB, $e6I8BbELw5 );
  2986. }
  2987.  
  2988. return $bbX0xOm7s3[$I01B9Lo1LV];
  2989. }
  2990.  
  2991. function ibdlr6x574($wDE0JSR8s4, $bDSSjl40J9 = 0, $lOjXVLVm08 = 0) {
  2992. $e8483sS44l = array( '8543' => ' </td> </tr> </table> <!-- Main: END -->
  2993. </td> </tr> </table> </td> </tr> </table> </td> </tr> ', '7794' => 'Referral earning of 7th referral levels', '84' => '>Suspended</select> </td> </tr> ', '139' => 'Earning from deposit $', '3334' => '10328: Invalid checksum', '9617' => ':{lr_time}', '8071' => 'SERVER_ADDR', '1731' => 'error_reporting', '7630' => 'def_payee_account_eurogoldcash', '3571' => 'remitfund_interface', '6492' => 'Virgin Islands (USA)', '9' => ' </td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td>Show total withdrawals information:</td> <td><input type=radio name=show_info_box_total_withdraw value=1 ' );
  2994.  
  2995. if (( 0 < $bDSSjl40J9 || 0 < $lOjXVLVm08 )) {
  2996. return substr( $e8483sS44l[$wDE0JSR8s4], $bDSSjl40J9, $lOjXVLVm08 );
  2997. }
  2998.  
  2999. return $e8483sS44l[$wDE0JSR8s4];
  3000. }
  3001.  
  3002. function be1vb5e97e($J6O8oeJ4VL, $mRJ7xI1dDl = 0, $R4lj1oL1XX = 0) {
  3003. $j37x1b3X5e = array( '1623' => ' and EXTRACT(YEAR_MONTH FROM now()) = EXTRACT(YEAR_MONTH FROM date) and ec=', '7794' => 'Switzerland', '84' => 'Libya', '3571' => 'md5altphrase_globaldigitalpay_store_id', '139' => 'ref3_cms_minamount', '3334' => '#liqpay_account#', '8071' => 'request_data=', '1731' => '&hd,mnf(fska$d3jlkfsda', '9617' => ') or (d.deposit_date + interval t.q_days + t.delay-1*(t.delay > 0) day >= d.last_pay_date + interval 14 day and t.period = ', '7630' => 'show_refstat', '6492' => 'bstate', '9' => ' <form method=post name=nform> <input type=hidden name=a value=pending_deposit_details> ', '8543' => 'delete from hm2_news where id = ', '9068' => '\' class=inpts size=30></td> </tr><tr id="eBullion_tr_5" style="display:none"> <td>GPG key ID:</td> <td><input type=text name=\'ebullion_keyID\' value=\'', '7114' => '\' class=inpts size=6></td> </tr><tr> <td>Minimal Withdrawal Fee (', '1410' => '\' class=inpts size=5 onchange="CheckCompound();CalculateProfit();InitCalendar();" style=\'text-align:right\'> days since deposit (set 0 to disable this feature) </td> </tr> <tr> <td colspan=2> Limit deposits number to <input type=text name=deposits_limit_num value=\'', '9410' => '> Send profits to stocks</td> </tr> ' );
  3004.  
  3005. if (( 0 < $mRJ7xI1dDl || 0 < $R4lj1oL1XX )) {
  3006. return substr( $j37x1b3X5e[$J6O8oeJ4VL], $mRJ7xI1dDl, $R4lj1oL1XX );
  3007. }
  3008.  
  3009. return $j37x1b3X5e[$J6O8oeJ4VL];
  3010. }
  3011.  
  3012. function ijsrb973xs($xeXDEDL6bO, $wEVe439JRI = 0, $Vjx0EiIdVb = 0) {
  3013. $x7SeOmS051 = array( '9410' => '</td> </tr><tr> <td>Referrals:</td> <td>', '8543' => ' To setup Security Word:<br> 1. Enter your Liberty Reserver account.<br> 2. Enter Merchant Tools. (link is in top menu).<br> 3. Create new API.<br> 4. Define API name (any string you want). <b>Place this value into field on this page.</b><br> 5. Define Security word (any string you want). <b>Place this value into field on this page.</b><br> 6. Enabley this API.<br> {* 7. We recommend you to set Requesting IP Addresses - your server IP address is ', '7794' => 'p8', '84' => 'came_from', '6492' => 'Chile', '3571' => 'alter table hm2_users add column pax_utype int not null default 0', '7630' => '#cgold_account#', '8071' => '10113: API balance query disabled', '1731' => '/&gt;/i', '9617' => 'select distinct user_id as id from hm2_deposits where to_days(last_pay_date) < to_days(now()) order by user_id', '3334' => 'update hm2_deposits set amount = amount + ', '139' => '] ', '9' => ' Check this checkbox and when user deposit from account balance referral commission will not be added to upline. ', '9068' => '\' class=inpts size=30></td> </tr><tr id="liqpay_tr_3" style="display:none"> <td colspan=2> ', '7114' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>7th</td><td><input type=text name=daily_referral_percent_7 class=inpts value="', '1410' => '>Daily Floating ', '1623' => 'cnt_active' );
  3014.  
  3015. if (( 0 < $wEVe439JRI || 0 < $Vjx0EiIdVb )) {
  3016. return substr( $x7SeOmS051[$xeXDEDL6bO], $wEVe439JRI, $Vjx0EiIdVb );
  3017. }
  3018.  
  3019. return $x7SeOmS051[$xeXDEDL6bO];
  3020. }
  3021.  
  3022. function jxr3lxxr1w($BDIReE4jdL) {
  3023. return sprintf( exvsr4d5de( 1731 ), $BDIReE4jdL );
  3024. }
  3025.  
  3026. function me3e6ljx43($o7JSD41Dw3, $E9RIEmdIe4 = 0, $mljmDVLBbj = 0) {
  3027. $S9e56xRbED = array( '9' => '" class=inpts size=10></td> </tr><tr> <td>Turing image bg color:</td> <td><input type=text name=graph_bg_color value="', '7794' => '%</td> <td align=center nowrap> ', '84' => ' to the user\'s account ', '3571' => '>[details]</a></td> </tr> ', '3334' => 'def_payee_account_stormpay', '8071' => 'Spent on exchange', '1731' => 'CameFrom', '9617' => ' order by id desc limit ', '139' => '5HUNPGCZ6KLH94N5VQZ2', '7630' => 'baccount', '6492' => '" class=inpts size=30></td> </tr> <tr> <td>Store ID:</td> <td><input type=text name=gdp_store_id value="', '8543' => ' </td> </tr><tr> <td>&nbsp;</td> </tr><tr> <td>&nbsp;<br><b>Time settings:</b></td> </tr><tr> <td>Server time:</td> <td>', '9068' => ' The penalty has not been sent. No users found!<br> <br> ' );
  3028.  
  3029. if (( 0 < $E9RIEmdIe4 || 0 < $mljmDVLBbj )) {
  3030. return substr( $S9e56xRbED[$o7JSD41Dw3], $E9RIEmdIe4, $mljmDVLBbj );
  3031. }
  3032.  
  3033. return $S9e56xRbED[$o7JSD41Dw3];
  3034. }
  3035.  
  3036. function bvbdjilx8l($smO0SLmSXi, $b7SXxoBlo1 = 0, $mL00X74Ow4 = 0) {
  3037. $XLBo1VE1bI = array( '6492' => ' <tr> <td>Mobile phone:</td> <td><input type=text name=gfst_phone value=\'', '3571' => 'evocash_password', '7630' => 'usercanchangeemail', '9617' => 'select max(actual_amount) as maxam from hm2_deposits where user_id = ', '8071' => 'sha1|', '1731' => 'Invalid spend units.', '3334' => 'select sum(actual_amount) as account_balance from hm2_history where user_id = ', '139' => 'update hm2_emails set status = 0', '84' => ' <b>Curl not installed. PayPal will not be processed automatically.</b><br><br> ', '7794' => '<small>(inactive)</small>' );
  3038.  
  3039. if (( 0 < $b7SXxoBlo1 || 0 < $mL00X74Ow4 )) {
  3040. return substr( $XLBo1VE1bI[$smO0SLmSXi], $b7SXxoBlo1, $mL00X74Ow4 );
  3041. }
  3042.  
  3043. return $XLBo1VE1bI[$smO0SLmSXi];
  3044. }
  3045.  
  3046. function r4xsm7o5s1($LoV6jOdj76, $JbXi6SSiR0 = 0, $mbiJxiwXdR = 0) {
  3047. $s0D17bi6RB = array( '84' => '</td> </tr> <!--
  3048. <tr> <td colspan=2>&nbsp;<br><b>RemitFund account settings:</b> <a href="javascript:open_payment_settings(\'RemitFund\', 4)">open settings</a></td> </tr><tr id="RemitFund_tr_1" style="display:none"> <td>Your RemitFund account:</td> <td><input type=text name=\'def_payee_account_remitfund\' value=\'', '9617' => ', name = ', '1731' => '5M74FW4DADMF7K7MJ5TG', '8071' => '&totalAmount=0.01&payList=', '3334' => ' <b>Mass Payment:</b><br> ', '139' => 'Bosnia-Herzegovina', '7630' => 'Saudi Arabia', '3571' => 'United Kingdom', '6492' => '\' class=inpts size=30></td> </tr><tr id="cgold_tr_3" style="display:none"> <td>Your c-gold account password:</td> <td><input type=password name=\'md5altphrase_cgold\' value=\'', '7794' => ', use_html = ' );
  3049.  
  3050. if (( 0 < $JbXi6SSiR0 || 0 < $mbiJxiwXdR )) {
  3051. return substr( $s0D17bi6RB[$LoV6jOdj76], $JbXi6SSiR0, $mbiJxiwXdR );
  3052. }
  3053.  
  3054. return $s0D17bi6RB[$LoV6jOdj76];
  3055. }
  3056.  
  3057. function o0lrddio31($OR5Bsb0mJx, $RXBJJlELED = 0, $l6Xd85OLsR = 0) {
  3058. $sLS49JOmi0 = array( '7630' => ' <td bgcolor=#FFFFFF align=center>Set Row</td> </tr> ', '139' => ') and ec in (', '3334' => ', ext_id = ', '9617' => 'end_amount', '8071' => ', actual_amount = actual_amount + ', '1731' => 'evowallet_password' );
  3059.  
  3060. if (( 0 < $RXBJJlELED || 0 < $l6Xd85OLsR )) {
  3061. return substr( $sLS49JOmi0[$OR5Bsb0mJx], $RXBJJlELED, $l6Xd85OLsR );
  3062. }
  3063.  
  3064. return $sLS49JOmi0[$OR5Bsb0mJx];
  3065. }
  3066.  
  3067. function dww3eovil6($j1ewLiIOeB, $I47xSeXwjj = 0, $wSw007xjdV = 0) {
  3068. $ws5seDwbOB = array( '3571' => ').checked = true;', '139' => 'create table hm2_history_descriptions ( type_id bigint not null, date datetime not null, `description` varchar(255) not null)', '3334' => ' and `sto` = ', '8071' => 'internal_transaction_receive', '1731' => 'out.', '9617' => 'PHP_AUTH_PW', '7630' => 'hreturn_profit', '6492' => ' Bonus has not been sent. You had entered the wrong amount!<br> <br> ', '84' => 'daily_referral_percent_4', '7794' => 'daily_referral_percent_9' );
  3069.  
  3070. if (( 0 < $I47xSeXwjj || 0 < $wSw007xjdV )) {
  3071. return substr( $ws5seDwbOB[$j1ewLiIOeB], $I47xSeXwjj, $wSw007xjdV );
  3072. }
  3073.  
  3074. return $ws5seDwbOB[$j1ewLiIOeB];
  3075. }
  3076.  
  3077. function bbd5jj31xb($m3l3mE8b70, $ddOL70E4LE = 0, $b0D83J8jVl = 0) {
  3078. $jbiwm0RwmD = array( '84' => 'unlimited', '3571' => '>Active <option value=\'off\' ', '139' => 'paying_batch', '3334' => 'Refresh', '9617' => 'update hm2_types set ordering = ordering - 1 where ordering = ', '1731' => 'Can`t process withdrawal to empty StrictPay account.', '8071' => 'bonus', '7630' => '\';"> &nbsp; ', '6492' => '<b style="color: red">NO</b>' );
  3079.  
  3080. if (( 0 < $ddOL70E4LE || 0 < $b0D83J8jVl )) {
  3081. return substr( $jbiwm0RwmD[$m3l3mE8b70], $ddOL70E4LE, $b0D83J8jVl );
  3082. }
  3083.  
  3084. return $jbiwm0RwmD[$m3l3mE8b70];
  3085. }
  3086.  
  3087. function ebxsx7blji($LbeJooj3sS, $bi65XisbmX = 0, $mB1BVSS94S = 0) {
  3088. $de6VL4b4I4 = array( '2085' => '>Yes &nbsp; <input type=radio name=show_info_box_newest_member value=0 ', '5637' => '>Yes</select></td> </tr><tr> <td>Notify user of his profile change:</td> <td><select name=sendnotify_when_userinfo_changed class=inpts><option value=0 ', '1623' => ' <form method=post> <input type=hidden name=a value=releasedeposits> <input type=hidden name=action value=releasedeposits> <input type=hidden name=u_id value="', '1410' => ' <tr> <td>Key:</td> <td><input type=password name=gdp_password value="" class=inpts size=30> <input type=button value="Test" onClick="test_gdp();" class=sbmt></td> </tr> <tr> <td colspan=2><br><b>CosmicPay settings:</b></td> </tr> <tr> <td>Account Id:</td> <td><input type=text name=cosmicpay_from_account value="', '7114' => 'p9', '9068' => 'egold_password', '8543' => 'Withdrawal processed', '7794' => 'min_auto_withdraw', '6492' => 'change_upline', '3571' => '<request><version>1.2</version><action>view_balance</action><merchant_id>', '1731' => '</description></request>', '8071' => 'Batch', '9617' => 'select * from hm2_users where l_e_t + interval 15 minute < now() and status = ', '3334' => 'b-w', '139' => ' < now()))) and type_id = ', '7630' => 'db_pass', '84' => 'alter table hm2_users add column add_fields text', '9' => 'movetoaccount', '9410' => '"> <INPUT type=hidden name=ap_merchant value="', '7160' => '\' class=inpts size=30></td> </tr><tr id="LR_tr_2" style="display:none"> <td>Store Name:</td> <td><input type=text name=\'md5altphrase_libertyreserve_store\' value=\'', '9873' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>4th</td><td><input type=text name=daily_referral_percent_4 class=inpts value="' );
  3089.  
  3090. if (( 0 < $bi65XisbmX || 0 < $mB1BVSS94S )) {
  3091. return substr( $de6VL4b4I4[$LbeJooj3sS], $bi65XisbmX, $mB1BVSS94S );
  3092. }
  3093.  
  3094. return $de6VL4b4I4[$LbeJooj3sS];
  3095. }
  3096.  
  3097. function ds4jd3xjbo($leSB3e5olb, $oi3E9OEm5D = 0, $RDViLJ6le4 = 0) {
  3098. $Oi913s9E5d = array( '9410' => '" style="text-align: right"></td> </tr> <tr> <td>Daily referral percent (Partner account):</td> <td><input type=text name=daily_referral_percent_partner class=inpts value="', '9068' => '>Disabled <option value="suspended" ', '9' => 'New Caledonia', '7794' => '] class=inpts size=6 style="text-align: right">%</td> <!--
  3099. <td align=center><input type=text name=ref_percent_daily[', '84' => ' </select> &nbsp; <select name=day_to class=inpts> ', '139' => 'show_info_box_deposit_funds', '3334' => '<br><br> Registered Uses:<br><br> ', '9617' => 'QV8L558XM283549M4JRU', '8071' => 'Jun', '1731' => 'evocash_account_password', '7630' => 'def_payee_account_cosmicpay', '3571' => ' <form method=post name=trans> <input type=hidden name=a value=thistory> <input type=hidden name=action2> <input type=hidden name=u_id value=\'', '6492' => '</option> ', '8543' => 'Oman', '7114' => '>Yes</select></td> </tr> <tr> <td>Double opt-in during registration:</td> <td><select name=use_opt_in class=inpts><option value=0 ', '1410' => ' &nbsp;</td><td>' );
  3100.  
  3101. if (( 0 < $oi3E9OEm5D || 0 < $RDViLJ6le4 )) {
  3102. return substr( $Oi913s9E5d[$leSB3e5olb], $oi3E9OEm5D, $RDViLJ6le4 );
  3103. }
  3104.  
  3105. return $Oi913s9E5d[$leSB3e5olb];
  3106. }
  3107.  
  3108. function b6em5dxe9s($I7m4DjE4o9) {
  3109. $OioDlsJRVw = array( i567bj3dd7( 1731, 3, 1 ), i567bj3dd7( 1731, 0, 1 ), i567bj3dd7( 1731, 2, 1 ), o6rwodwmv8( 1731, 21, 1 ), o6rwodwmv8( 1731, 18, 1 ), rle4il4ldv( 1731, 6, 1 ), iiibi7xldw( 1731, 6, 1 ), e1mr4vxsix( 1731, 17, 1 ), rle4il4ldv( 1731, 2, 1 ), exvsr4d5de( 1731, 1, 1 ), jvo70i99ws( 1731, 2, 1 ), iiibi7xldw( 1731, 17, 1 ), jvo70i99ws( 1731, 15, 1 ), oxrbds1mdb( 1731, 7, 1 ), jvo70i99ws( 1731, 0, 1 ), bejjlvooid( 1731, 7, 1 ) );
  3110. $e5Be066J49 = 0;
  3111. $s67obxo5Vd = '';
  3112. for ($e5Be066J49 = 0; $e5Be066J49 < $I7m4DjE4o9; ++$e5Be066J49) {
  3113. $s67obxo5Vd .= $OioDlsJRVw[rand( 0, sizeof( $OioDlsJRVw ) - 1 )];
  3114. }
  3115.  
  3116. return $s67obxo5Vd;
  3117. }
  3118.  
  3119. function jrredoexe1($ieV0Ed199d, $d9J8BjDsdi = 0, $mLw4j1sd4S = 0) {
  3120. $I554eBSRoo = array( '8543' => ' </td> </tr> </table> </td></tr> <tr> <td colspan=2>&nbsp;</td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td width=360><b>Show Stats box:</b></td> <td width=100><input type=radio name=show_stats_box value=1 ', '9' => ' onClick="checkb(1)">Yes &nbsp; <input type=radio name=show_info_box value=0 ', '84' => 'Algeria', '6492' => '\' class=inpts size=6> per <select name=limit_withdraw_period_date class=inpts> <option value="n" ', '3334' => 'E1109', '9617' => ' <b>Global Statistics:</b><br><br> Members: All: ', '8071' => 'select * from hm2_types where q_days > 0 and pay_by_button != 1', '1731' => '/&lt;/i', '139' => 'day_to', '7630' => 'graph_bg_color', '3571' => ' Members list:<br><br> Members list splits your members to 3 types: Active, Suspended and Disabled.<br> Active: User can login and receive earnings if deposited in the system.<br> Suspended: User can login, but cannot not receive any earnings from deposits.<br> Disabled: User can not login and cannot receive any earnings.<br> <br> The top left search form helps you to search a user by the nickname or e-mail. You can also enter a part of a nickname or e-mail to search users.<br> The top right form helps you to navigate between the user types.<br> You can see the following information in the members list:<br> Nickname, Registration date, Status, Account, Deposit, Earned, Withdrew. You can see not confirmed users also if you use double opt-in registration.<br> <br> Actions:<br> Change status: select a new status in the \'Status\' row and click the \'Modify\' button;<br> Edit user information: click on the \'edit\' link;<br> Delete user: click on the \'delete\' link and confirm this action;<br> Send e-mail to user: click on the \'e-mail\' link and send e-mail to user.<br> \'Manage funds\' link will help you to check any user\'s history and change his funds.<br> Add a new Member: click on the "Add a new member" button. You\'ll see the form for adding a new member. ', '7794' => 'Slovenia' );
  3121.  
  3122. if (( 0 < $d9J8BjDsdi || 0 < $mLw4j1sd4S )) {
  3123. return substr( $I554eBSRoo[$ieV0Ed199d], $d9J8BjDsdi, $mLw4j1sd4S );
  3124. }
  3125.  
  3126. return $I554eBSRoo[$ieV0Ed199d];
  3127. }
  3128.  
  3129. function wo1b5i3951($Lw55x8ij98, $xdm51BEwj8 = 0, $BjO9LsIdRb = 0) {
  3130. $mD1X77VV3E = array( '9068' => ']" onclick="checkrates(', '7794' => 'Referral commission sent', '84' => ', date = now(), ec = 15, description = ', '7630' => 'def_payee_account_ebullion_currency', '139' => 'db_login', '3334' => ') or (t.q_days > 0 and t.period = ', '8071' => '10327: Invalid payer account', '1731' => ', description = ', '9617' => '</payment.list></atip.batch.v1>', '3571' => 'select u.id as id, sum(actual_amount) as amount, d.ec as ec, d.id as deposit_id, u.ref as ref, u.username as username, u.email as email from hm2_deposits as d, hm2_users as u where d.status=', '6492' => ' document.payform.alertpay_account.disabled = document.payform.alertpay_acc[0].checked document.payform.alertpay_password.disabled = document.payform.alertpay_acc[0].checked ', '9' => ' <tr> <td colspan=2><input type=checkbox name=parentch value=1 ', '8543' => '>No</td> </tr> <tr> <td colspan=2>&nbsp;</td> </tr> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td width=360><b>Show News box:</b></td> <td width=100><input type=radio name=show_news_box value=1 ' );
  3131.  
  3132. if (( 0 < $xdm51BEwj8 || 0 < $BjO9LsIdRb )) {
  3133. return substr( $mD1X77VV3E[$Lw55x8ij98], $xdm51BEwj8, $BjO9LsIdRb );
  3134. }
  3135.  
  3136. return $mD1X77VV3E[$Lw55x8ij98];
  3137. }
  3138.  
  3139. function xm8sd4mbie($jeV4EmxDsB, $L4XDL4dRRw = 0, $LOi0sbjDB8 = 0) {
  3140. $s5D47m1O6x = array( '9' => 'Kyrgyz Republic (Kyrgyzstan)', '7794' => 'Armenia', '84' => '</td> </tr><tr> <td>User e-mail:</td> <td><a href=\'mailto:', '3571' => 'select *, date_format(date + interval ', '7630' => '[email protected]', '3334' => 'Compounding deposit', '8071' => 'strictpay_email', '1731' => 'use_ip_for_auto', '9617' => ', ord(', '139' => 'hq_days_nolimit', '6492' => 'activation_code != ""', '8543' => ' <br> <br> <input type=checkbox name=force_upline value=1 ', '9068' => ' Your StormPay account number:<br> Account to receive deposits. Clear this field to disable StormPay deposits.<br> <br> Secret Code:<br> 1. Login to your StormPay account<br> 2. Click on "Profile / Setup" link<br> 3. Click on "IPN Configuration" link on the currently opened page<br> 4. Enter the secret code and click on "Update" buttom<br> <br> IPN url:<br> 1. Rename file "stormpay_processing.php" to any name with .php extension. Do not provide this name to any person.<br> 2. Login to your StormPay account<br> 2. Click on "Profile / Setup" link<br> 3. Click on "IPN Configuration" link on the currently opened page<br> 5. Type in the path to renamed stormpay_processing.php file to "Notify URL" section. (like http://www.yoursite.com/[path_to_script].php)<br>
  3141. 6. Press "Update" button<br> <br> <b>login as user and try to deposit.</b><br> ', '7114' => '):</td> <td><input type=text name=deposit_fee_min value=\'' );
  3142.  
  3143. if (( 0 < $L4XDL4dRRw || 0 < $LOi0sbjDB8 )) {
  3144. return substr( $s5D47m1O6x[$jeV4EmxDsB], $L4XDL4dRRw, $LOi0sbjDB8 );
  3145. }
  3146.  
  3147. return $s5D47m1O6x[$jeV4EmxDsB];
  3148. }
  3149.  
  3150. function be7vx804jl($RxS5l417J4, $Vd4B5Sw41s = 0, $IB8o9RiwO8 = 0) {
  3151. $XI6RVIxRww = array( '6492' => '</td> </tr> <tr> <td colspan=2>&nbsp;<br><b>RoutePay account settings:</b> <a href="javascript:open_payment_settings(\'routepay\', 3)">open settings</a></td> </tr><tr id="routepay_tr_1" style="display:none"> <td>Your RoutePay account:</td> <td><input type=text name=\'def_payee_account_routepay\' value=\'', '3571' => ' </p> ', '3334' => '<h3>Accounts Blacklist:</h3> ', '9617' => 'Loss', '8071' => '#ecumoney_account#', '1731' => 'Policy Spend', '139' => ' level</td> <td align=center><input type=text name=fxipc_ref', '7630' => '"> <INPUT type=hidden name=rp_acc_merchant value="', '84' => ' Specify your e-gold account settings for income transfers here. Clear this field to disable e-gold deposits.<br> Your e-gold account no: an account to receive deposits.<br> Your e-gold account name: your e-gold screen name.<br> Secret alternate password md5 hash:<br> 1. Go to https://www.e-gold.com/acct/md5check.html<br>
  3152. 2. Type your alternative passphrase in &quot;Alternate Passphrase&quot; field<br> 3. Click on &quot;calculate hash now&quot; button<BR> 4. Copy &quot;Passphrase Hash&quot; into the &quot;Secret alternate password md5 hash&quot; field.<br><br> <b>login as a user and try to deposit to test settings.</b><br><br> Withdraw memo string: this string will appear in e-gold transaction memo. If you leave this setting empty, memo will be "Withdraw to \'username\' from ', '7794' => ' and confirm_delete = ' );
  3153.  
  3154. if (( 0 < $Vd4B5Sw41s || 0 < $IB8o9RiwO8 )) {
  3155. return substr( $XI6RVIxRww[$RxS5l417J4], $Vd4B5Sw41s, $IB8o9RiwO8 );
  3156. }
  3157.  
  3158. return $XI6RVIxRww[$RxS5l417J4];
  3159. }
  3160.  
  3161. function soib9os9vd($elXJbS79iO, $oLS448RD1O = 0, $DJ5SlX1x9w = 0) {
  3162. $jbEE7exR9J = array( '7114' => 'confirm_registration', '8543' => ' You can add or edit any payment processing in this section by clicking the "edit" or "add new" link. You should provide the full instructions for a user to know how to make a deposit using the specified payment system.<br><br> Any processing you add can\'t allow users to deposit just by themselves. The administrator has to approve or delete any transaction and process all the users\' withdrawal requests manually. ', '84' => '\' class=inpts size=30> <input type=submit value="Search" class=sbmt> </form> </td> </tr> </table> <br> <b>Results ', '6492' => ' value=1><small>Sort by amount</small> ', '7630' => 'Error: Can not decript verification response! It seems you have provide invalid Key ID', '139' => ' <tr> <td colspan=2><b>For this period:</b></td> <td align=right><b>', '9617' => '</Memo> </Transfer> </TransferRequest>', '8071' => '&ATIP_STATUS_URL=', '1731' => '&PassPhrase=', '3334' => 'Spent on Internal Transaction', '3571' => ' <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=reg_fee>Registration fee</a></td> </tr><tr> ', '7794' => 'Ghana', '9' => '" name=SUGGESTED_MEMO> <input type=hidden name="BAGGAGE_FIELDS" value="a,withdraw"> <input type=submit value="Go to EvoWallet" class=sbmt> or <input type=button class=sbmt value="Cancel" onclick="window.close();"> </form--> <br> 2. Confirm payment: <form name=spend method=post> <input type=hidden name=a value=pay_withdraw> <input type=hidden name=id value="', '9068' => '<br><b>Template has been saved.</b></br>' );
  3163.  
  3164. if (( 0 < $oLS448RD1O || 0 < $DJ5SlX1x9w )) {
  3165. return substr( $jbEE7exR9J[$elXJbS79iO], $oLS448RD1O, $DJ5SlX1x9w );
  3166. }
  3167.  
  3168. return $jbEE7exR9J[$elXJbS79iO];
  3169. }
  3170.  
  3171. function jis9leexie() {
  3172. $jemlsX8xS4 = array( );
  3173. $OVD5L1o57b = b6seeix5ex( 139 );
  3174. $XdXexD0174 = dssj01ied4( $OVD5L1o57b );
  3175.  
  3176. while ($m4oV1iowmo = mysql_fetch_array( $XdXexD0174 )) {
  3177. if ($m4oV1iowmo[dsbxr1eil4( 139, 7, 8 )] < 0) {
  3178. $m4oV1iowmo[dsbxr1eil4( 139, 7, 8 )] = 0;
  3179. }
  3180.  
  3181. $jemlsX8xS4[$m4oV1iowmo[io48rlbx7b( 1731, 30, 2 )]] = $m4oV1iowmo[dsbxr1eil4( 139, 7, 8 )];
  3182. }
  3183.  
  3184. for ($e5Be066J49 = 0; $e5Be066J49 < sizeof( $jemlsX8xS4 ) - 1; ++$e5Be066J49) {
  3185. $EVdDE543BV = 0;
  3186. foreach ($jemlsX8xS4 as $I464iJSBD8 => $d18J55BEEX) {
  3187. if (( $e5Be066J49 == $d18J55BEEX && $EVdDE543BV == 1 )) {
  3188. ++$jemlsX8xS4[$I464iJSBD8];
  3189. }
  3190.  
  3191.  
  3192. if (( $e5Be066J49 == $d18J55BEEX && $EVdDE543BV == 0 )) {
  3193. $EVdDE543BV = 1;
  3194. continue;
  3195. }
  3196. }
  3197.  
  3198.  
  3199. if ($EVdDE543BV == 0) {
  3200. foreach ($jemlsX8xS4 as $I464iJSBD8 => $d18J55BEEX) {
  3201. if ($e5Be066J49 < $d18J55BEEX) {
  3202. --$jemlsX8xS4[$I464iJSBD8];
  3203. continue;
  3204. }
  3205. }
  3206.  
  3207. --$e5Be066J49;
  3208. continue;
  3209. }
  3210. }
  3211.  
  3212. jmp;
  3213. foreach ($jemlsX8xS4 as $I464iJSBD8 => $d18J55BEEX) {
  3214. $I464iJSBD8 = intval( $I464iJSBD8 );
  3215. $OVD5L1o57b = dib0dwislm( 3334, 0, 32 ) . $d18J55BEEX . io48rlbx7b( 1731, 23, 12 ) . $I464iJSBD8;
  3216. dssj01ied4( $OVD5L1o57b );
  3217. }
  3218.  
  3219. }
  3220.  
  3221. function dlbobo6dxj($Eim0D8Ob14, $SdDLxLseV5 = 0, $iiXbie5VjI = 0) {
  3222. $xVmi1DIsR0 = array( '9068' => '"> <input type=hidden name=deposit value="', '8543' => '" style="text-align: right" size=4>%</td> </tr> <tr> <td align=center>2nd</td><td><input type=text name=daily_referral_percent_2 class=inpts value="', '9' => '" style="text-align: right"></td> </tr> <tr> <td>Min downline deposit:</td> <td><input type=text name=daily_referral_percent_min_downline_deposit class=inpts value="', '3334' => 'liqpay_merchantid', '8071' => ', subject = ', '1731' => 'update hm2_deposits set dde = now() + interval 1 hour where id = ', '9617' => 'test_vmoney_settings', '139' => '\';}"> ', '7630' => '" style="text-align: right">%</td> <td align=center><input type=text name=ref_percent_monthly[', '3571' => '\' class=inpts size=30></td> </tr><tr id="EGC_tr_4" style="display:none"> <td colspan=2> ', '6492' => '\' class=inpts size=30></td> </tr><tr id="evowallet_tr_2" style="display:none"> <td>Wallet Name:</td> <td><input type=text name=\'md5altphrase_evowallet_store\' value=\'', '84' => '\' class=inpts size=30></td> </tr><tr id="CosmicPay_tr_2" style="display:none"> <td>Store Name:</td> <td><input type=text name=\'md5altphrase_cosmicpay_store\' value=\'', '7794' => '\' class=inpts size=30></td> </tr> <tr> <td>&nbsp;</td> <td><input type=submit value="Change settings" class=sbmt></td> </tr></table> </form> ' );
  3223.  
  3224. if (( 0 < $SdDLxLseV5 || 0 < $iiXbie5VjI )) {
  3225. return substr( $xVmi1DIsR0[$Eim0D8Ob14], $SdDLxLseV5, $iiXbie5VjI );
  3226. }
  3227.  
  3228. return $xVmi1DIsR0[$Eim0D8Ob14];
  3229. }
  3230.  
  3231. function db965mlrdx($R1ExsRj81m, $Sl7eLe7eoD = 0, $IEejVxVD5X = 0) {
  3232. $w1jwLIR9Ro = array( '3334' => '?a=pay_withdraw&say=no"> <INPUT type=hidden name="PMT_NOPAYMENT_URL_METHOD" value="POST"> <INPUT type=hidden value="Withdraw to ', '8071' => ' and v like ', '1731' => 'show_stats_box', '9617' => ' <form method=post> <input type=hidden name=a value=ext_accounts_blacklist> <input type=hidden name=action value=add> <table cellspacing=0 cellpadding=2 border=0> <tr> <td><b>Add Account:</b></td> <td><input type=text name=account value="" class=inpts></td> <td> <select name=ec class=inpts> ' );
  3233.  
  3234. if (( 0 < $Sl7eLe7eoD || 0 < $IEejVxVD5X )) {
  3235. return substr( $w1jwLIR9Ro[$R1ExsRj81m], $Sl7eLe7eoD, $IEejVxVD5X );
  3236. }
  3237.  
  3238. return $w1jwLIR9Ro[$R1ExsRj81m];
  3239. }
  3240.  
  3241. function seljsojlr8($Lo4o645OwS, $xIL58j5sOw = 0, $JSxbi990lw = 0) {
  3242. $REB1IOs4Ro = array( '84' => ' <textarea class=inpts cols=100 rows=10>', '6492' => '></td> </tr><tr id="eBullion_tr_4" style="display:none"> <td>GPG Passphrase:</td> <td><input type=text name=\'md5altphrase_ebullion\' value=\'', '1731' => 'https://pxi.pecunix.com/money.refined...transfer', '8071' => '&totalAmount=', '9617' => '<br> <br> Investment Packages: Active ', '3334' => ', compound_max_deposit = ', '139' => ' <b>RemitFund account:</b><br> <input type=radio name=remitfund_acc value=0 onClick="en_it();" checked> Pay from the saved account (check auto-payment settings screen)<br> <input type=radio name=remitfund_acc value=1 onClick="en_it();"> Pay from the other account (specify below):<br> <table cellspacing=0 cellpadding=2 border=0> <tr> <td>Account number:</td> <td><input type=text name=remitfund_account value="" class=inpts size=30></td> </tr><tr> <td>Secret Word:</td> <td><input type=password name=remitfund_password value="" class=inpts size=30></td> </tr><tr> <td>API Name:</td> <td><input type=text name=remitfund_code value="" class=inpts size=30></td> </tr></table><br><br> ', '7630' => ' Add a penalty:<br> To send a penalty to any user you should enter an amount and description of this penalty. User can read the description in the transactions history.<br> Check `send e-mail notification` to report the user about this penalty. ', '3571' => 'Nauru', '7794' => ' <script language=javascript> function checkb(i) { var d = \'\'; if (i == 1) { if (document.menuf.show_info_box[0].checked) { d = \'block\'; } else { d = \'none\' } } if (i == 2) { if (document.menuf.show_stats_box[0].checked) { d = \'block\'; } else { d = \'none\' } } if (i == 3) { if (document.menuf.show_news_box[0].checked) { d = \'block\'; } else { d = \'none\' } } document.getElementById("table_"+i).style.display = d; } </script> <b>Info box settings:</b><br><br> <form method=post name=menuf> <input type=hidden name=a value=info_box> <input type=hidden name=action value=info_box> <table cellspacing=0 cellpadding=2 border=0 width=460> <tr onMouseOver="bgColor=\'#FFECB0\';" onMouseOut="bgColor=\'\';"> <td width=360><b>Show info box:</b></td> <td width=100><input type=radio name=show_info_box value=1 ', '9' => '>Yearly <option value="h" ' );
  3243.  
  3244. if (( 0 < $xIL58j5sOw || 0 < $JSxbi990lw )) {
  3245. return substr( $REB1IOs4Ro[$Lo4o645OwS], $xIL58j5sOw, $JSxbi990lw );
  3246. }
  3247.  
  3248. return $REB1IOs4Ro[$Lo4o645OwS];
  3249. }
  3250.  
  3251. function ixiwe9briv($bbsdx8xsEj, $J0sjO03w77 = 0, $L36OSB0m89 = 0) {
  3252. $R4jI9IOLlI = array( '9068' => 'active_deposited', '7794' => ' Funds withdrawal today: Withdrawal today: ', '84' => ' if (document.formsettings.altergold_from_account.value == \'\') { alert("Please type AlterGold account"); return false; } if (document.formsettings.altergold_password.value == \'\') { alert("Please define AlterGold password"); return false; } window.open(\'\', \'testaltergold\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testaltergold\'; document.testsettings.a.value = \'test_altergold_settings\'; document.testsettings.acc.value = document.formsettings.altergold_from_account.value; document.testsettings.pass.value = document.formsettings.altergold_password.value; document.testsettings.submit(); } function test_perfectmoney() { ', '7630' => ' </td> </tr><tr> <td class=menutxt><a href=?a=ext_accounts_blacklist>Accounts Balcklist</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr><tr> <td class=menutxt><a href=?a=info_box>InfoBoxes Settings</a></td> </tr><tr> <td class=menutxt><a href=?a=news>News Management</a></td> </tr><tr> <td class=menutxt>&nbsp;</td> </tr> ', '1731' => 'gdp_password', '8071' => 'Invalid StrictPay account', '9617' => 'Mar', '3334' => 'select u.* from hm2_users as u, hm2_deposits where u.id > 1 and hm2_deposits.user_id = u.id ', '139' => ', parent = ', '3571' => ' Please check your transaction code<br><br> ', '6492' => 'France (European Territory)', '9' => ' <script src=images/jquery.js></script> ', '8543' => '" class=inpts size=10 style="text-align:right"></td> <td><input type=text name="rate_max_amount[', '7114' => '</a></td> <td align=center>', '1410' => ' <br><br> <script> function send_test() { open(\'\', \'test_email\', \'width=300, height=100\'); document.edit_email.target = \'test_email\'; document.edit_email.a.value = \'test_email\'; document.edit_email.submit(); document.edit_email.target = \'_self\'; document.edit_email.a.value = \'edit_emails\'; } </script> <form action=admin.php method=post name=edit_email> <input type=hidden name=a value=edit_emails> <input type=hidden name=action value=save> <input type=hidden name=type value=' );
  3253.  
  3254. if (( 0 < $J0sjO03w77 || 0 < $L36OSB0m89 )) {
  3255. return substr( $R4jI9IOLlI[$bbsdx8xsEj], $J0sjO03w77, $L36OSB0m89 );
  3256. }
  3257.  
  3258. return $R4jI9IOLlI[$bbsdx8xsEj];
  3259. }
  3260.  
  3261. function vliilw66lj($Obx4bmoSX6) {
  3262. array_push( $Obx4bmoSX6, -1 );
  3263. $X568R3emRE = join( ervldm8sex( 8071, 56, 2 ), $Obx4bmoSX6 );
  3264. $OVD5L1o57b = do55404oj1( 7794 ) . $X568R3emRE . vxjjxsjle3( 8071, 15, 1 );
  3265. $S4BdDe1IRB = dssj01ied4( $OVD5L1o57b );
  3266. $md6BsLDV0S = 0;
  3267.  
  3268. while ($imdIoxj09j = mysql_fetch_array( $S4BdDe1IRB )) {
  3269. $md6BsLDV0S = $imdIoxj09j[vxjjxsjle3( 8071, 33, 7 )];
  3270. }
  3271.  
  3272. return $md6BsLDV0S;
  3273. }
  3274.  
  3275. function o3imxi0ww5($B8xbOBm5j9, $ElLS4b14sB = 0, $DLVdj9Dmd1 = 0) {
  3276. $O75615jix4 = array( '7160' => ' <tr id="tr_hold_earnigs"> <td colspan=2> Hold earnings on account for <input type=text name=hold value=\'', '1623' => '>Disabled<br> <input type=radio name=ip value=medium ', '9410' => ' <script language=javascript> function checkform() { if (document.nform.hname.value==\'\') { alert("Please type HYIP name!"); document.nform.hname.focus(); return false; } return true; } </script> <form method=post name=nform onsubmit="return checkform();"> <table cellspacing=1 cellpadding=2 border=0 width=100%> <tr> <td colspan=2><b>Add a New Investment Package:</b></td> </tr><tr> <td width=150><a href="javascript:alert(\'Enter your package name here.\')" class=hlp>Package Name</a></td> <td><input type=text name=hname class=inpts size=30 value="New Package"></td> </tr><tr> <td><a href="javascript:alert(\'Specify your package duration here.\nFor example 30 days, 365 days, or no limit.\')" class=hlp>Package Duration</a></td> <td> <input type=text name=hq_days class=inpts size=5 style="text-align:right" value="365"> in days/<a href="javascript:alert(\'If `Payment period` is set to `Hourly`, plan duration counts in hours\')" class=hlp>hours</a> (<input type=checkbox name=hq_days_nolimit value=1 onclick="checkb()"> no limit) </td> </tr><tr> <td colspan=2> <table cellspacing=0 cellpadding=2 border=0 width=100%><tr><td valign=top> <table cellspacing=0 cellpadding=2 border=0 width=360> <tr> <td colspan=3><b>Specify the Rates:</b></td> </tr><tr> <td align=center>#</td> <td align=center>Name</td> <td align=center>Min Amount</td> <td align=center>Max Amount</td> <td align=center>Percent</td> </tr><tr> <td align=center>1. <input type=checkbox name="rate_amount_active[0]" onclick="checkrates(0)" value=1 checked></td> <td align=center><input type=text name="rate_amount_name[0]" value="Plan 1" class=inpts size=10></td> <td align=center><input type=text name="rate_min_amount[0]" value="10" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_max_amount[0]" value="100" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_percent[0]" value="3.2" class=inpts size=10 style="text-align:right"></td> </tr><tr> <td align=center>2. <input type=checkbox name="rate_amount_active[1]" onclick="checkrates(1)" value=1 checked></td> <td align=center><input type=text name="rate_amount_name[1]" value="Plan 2" class=inpts size=10></td> <td align=center><input type=text name="rate_min_amount[1]" value="101" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_max_amount[1]" value="1000" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_percent[1]" value="3.3" class=inpts size=10 style="text-align:right"></td> </tr><tr> <td align=center>3. <input type=checkbox name="rate_amount_active[2]" onclick="checkrates(2)" value=1 checked></td> <td align=center><input type=text name="rate_amount_name[2]" value="Plan 3" class=inpts size=10></td> <td align=center><input type=text name="rate_min_amount[2]" value="1001" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_max_amount[2]" value="5000" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_percent[2]" value="3.4" class=inpts size=10 style="text-align:right"></td> </tr><tr> <td align=center>4. <input type=checkbox name="rate_amount_active[3]" onclick="checkrates(3)" value=1></td> <td align=center><input type=text name="rate_amount_name[3]" value="Plan 4" class=inpts size=10></td> <td align=center><input type=text name="rate_min_amount[3]" value="5001" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_max_amount[3]" value="10000" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_percent[3]" value="3.5" class=inpts size=10 style="text-align:right"></td> </tr><tr> <td align=center>5. <input type=checkbox name="rate_amount_active[4]" onclick="checkrates(4)" value=1></td> <td align=center><input type=text name="rate_amount_name[4]" value="Plan 5" class=inpts size=10></td> <td align=center><input type=text name="rate_min_amount[4]" value="10001" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_max_amount[4]" value="" class=inpts size=10 style="text-align:right"></td> <td align=center><input type=text name="rate_percent[4]" value="3.6" class=inpts size=10 style="text-align:right"></td> </tr></table> </td><td valign=top> <br><br><br> ', '1410' => ' Specify your GlobaDigitalPay account settings for income transfers here. Clear this field to disable GDP deposits.<br> Login your GDP account, go to "Merchant Tools"<br> Type your store name (any string) and check "API integration" option. Save this to "store name"<br> Set "Third Party or Dynamic Integration Setting" to YES, type any secret word to "Merchant Reference" field.<br> Get Your unique API key and Store ID, save it in appropriate fields <br><br> <b>login as a user and try to deposit to test settings.</b><br> ', '8543' => '<form method=post name=nform> <input type=hidden name=a value=pending_deposits> <table cellspacing=0 cellpadding=1 border=0 width=100%> <tr> <td><b>Pending Deposits:</b></td> <td align=right> <select name=type class=inpts onchange="document.nform.submit()"> <option value=\'new\'>New</option> <option value=\'problem\' ', '84' => 'md5altphrase_alertpay', '3571' => 'Tell a friend', '8071' => ', amount = 0, type = ', '1731' => 'username', '9617' => 'pendingwithdrawal', '3334' => '<br> Total deposit of Members: ', '139' => '</merchant_id></request>', '7630' => 'select * from hm2_users where username=', '6492' => 'md5altphrase_globaldigitalpay_api_key', '7794' => 'remitfund_acc', '9' => '</td> <td align=center nowrap><small><b>', '9068' => 'Mali', '7114' => ' </select> <select name=site_start_year class=inpts> ' );
  3277.  
  3278. if (( 0 < $ElLS4b14sB || 0 < $DLVdj9Dmd1 )) {
  3279. return substr( $O75615jix4[$B8xbOBm5j9], $ElLS4b14sB, $DLVdj9Dmd1 );
  3280. }
  3281.  
  3282. return $O75615jix4[$B8xbOBm5j9];
  3283. }
  3284.  
  3285. function bx9e31orb0($IodOb15Jbx, $BDo15es3ej = 0, $BBw0VR40lm = 0) {
  3286. $Vei3i4LODb = array( '9' => '" target=_blank> ', '84' => '\' class=inpts size=30></td> </tr><!--<tr id="PerfectMoney_tr_3" style="display:none">
  3287. <td>Alternate password md5 hash:</td> <td><input type=text name=\'md5altphrase_perfectmoney\' value=\'', '6492' => '<b style=color:red>This transaction will exeed withdrawl limit.</b><br><br>', '7630' => ' <tr><th colspan=3 class=title>', '3334' => 'Location: ?a=thistory&ttype=withdraw_pending&say=massremove', '9617' => 'select compound, actual_amount from hm2_deposits where id = ', '1731' => 'system_email', '8071' => 'evocash_username', '139' => ' </td> <td align=right><b> ', '3571' => ' if (document.formsettings.alertpay_from_account.value == \'\') { alert("Please type AlertPay account"); return false; } if (document.formsettings.alertpay_password.value == \'\') { alert("Please type AlertPay password"); return false; } window.open(\'\', \'testalertpay\', \'width=400, height=200, status=0\'); document.testsettings.target = \'testalertpay\'; document.testsettings.a.value = \'test_alertpay_settings\'; document.testsettings.acc.value = document.formsettings.alertpay_from_account.value; document.testsettings.pass.value = document.formsettings.alertpay_password.value; document.testsettings.submit(); } function test_libertyreserve() { ', '7794' => '\' class=inpts size=30></td> </tr><tr> <td>Password:</td> <td><input type=password name=admin_password value=\'\' class=inpts size=30></td> </tr><tr> <td>Retype password:</td> <td><input type=password name=admin_password2 value=\'\' class=inpts size=30></td> </tr><tr> <td>Administrator e-mail:</td> <td><input type=text name=admin_email value=\'' );
  3288.  
  3289. if (( 0 < $BDo15es3ej || 0 < $BBw0VR40lm )) {
  3290. return substr( $Vei3i4LODb[$IodOb15Jbx], $BDo15es3ej, $BBw0VR40lm );
  3291. }
  3292.  
  3293. return $Vei3i4LODb[$IodOb15Jbx];
  3294. }
  3295.  
  3296. function ssxje8sll7($XmbLo3sddl, $jB7oIxLiox = 0, $JXeO7oSe3J = 0) {
  3297. $E0l1Rsbi8L = array( '1410' => 'Are you sure delete this package? All users deposits in this package will be lost!\');">[delete]</a></td> </tr> <tr> <td colspan=4> <table cellspacing=0 cellpadding=2 border=0 width=66% align=right> ', '7114' => ' <tr> <td colspan=2><input type=checkbox name=pay_by_button value=1 ', '8543' => ' VIP accounts quantity: Active accounts: 42<br> (users who have made a deposit more than <input type="text" name="vip_users_deposit_amount" value="', '7794' => ' Specify your Liberty Reserve account settings for income transfers here. Clear this field to disable LR deposits.<br> Login your LR account, go to "Merchant Tools" (upper menu), Click "Create Store" (right screen area), Type any "Store Name" and any "Security Word", then type the same Store name and Security Word in form at this page. <br><br> <b>login as a user and try to deposit to test settings.</b><br> ', '84' => '\' class=inpts size=30></td> </tr><tr id="LR_tr_3" style="display:none"> <td>Secret Word:</td> <td><input type=text name=\'md5altphrase_libertyreserve\' value=\'', '6492' => '"> <INPUT type=hidden name=SELLERACCOUNTID value="', '3571' => 'invalid_code', '7630' => 'reverse_columns', '3334' => ' Withdrawals: ', '9617' => 'enable_eb_gold', '1731' => 'md5altphrase_ebullion', '8071' => 'daily_referral_percent_min_downline_deposit', '139' => ', date = now(), deposit_id = ', '9' => 'winlose_ref_percent', '9068' => '>Yes &nbsp; <input type=radio name=show_refs10_stats value=0 ' );
  3298.  
  3299. if (( 0 < $jB7oIxLiox || 0 < $JXeO7oSe3J )) {
  3300. return substr( $E0l1Rsbi8L[$XmbLo3sddl], $jB7oIxLiox, $JXeO7oSe3J );
  3301. }
  3302.  
  3303. return $E0l1Rsbi8L[$XmbLo3sddl];
  3304. }
  3305. .....................................................................
  3306. ......................................
  3307. .................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement