############################################################
    ROBOX
############################################################
1)      online_robox.php
2)   ,     table.sql
3)  billing.php
   $egold=GetSetting("egold");    :

//START  Robox:

                 $robox = GetSetting("robox");

				 if($robox) {
                        $robox_pass1 = GetSetting("robox_pass1");
						$money=$r->money_host+$r->money_domain+$r->money_addons;

						$mrh_login = $robox;        //
						$mrh_pass1 = $robox_pass1;    //1

						// 
						$inv_id    = $sid;                // 
						// 
						$inv_desc  = "hosting inthost,   $sid";
						$out_summ  = $money;          // 

						// 
						$crc = md5("$mrh_login:$out_summ:$inv_id:$mrh_pass1");

						?>
	 			<tr>
                        <td valign=top><BR><A href="http://www.roboxchange.com/" target=_blank><img src="./_rootimages/logo_robox.gif" width="88" height="31" border=0></a></td>
                        <td width=10>&nbsp;</td>
						<td width=1 bgcolor=#CCCCCC></td>
						<td width=10>&nbsp;</td>
                        <td><BR>
                <B>:: RoboXchange  </B><BR><BR>
                	<b> :</b><br>Yandex.Money, WMR, WMZ, WME, WMU, WMY, WMB, WMG, iMoney UAH, USD e-gold,
                	MoneyMail RUR, RUR INOCard, RUR RuPay, LibertyReserve USD, e-Bullion e-Currency, e-Bullion Gold, Pecunix USD, Mobile Wallet RUR,
                	UkrMoney UAH, UkrMoney USD, UkrMoney RUR, MDL Emoney.md, W1 RUR, USD V-Money, EasyPay<br><br>

						<B>-:</b> <?=$robox?><BR><BR>

				<?
				print
				"<form action='https://www.roboxchange.com/ssl/calc.asp' method=POST>".
				"<input type=hidden name=mrh value=$mrh_login>".
				"<input type=hidden name=out_summ value=$out_summ>".
				"<input type=hidden name=inv_id value=$inv_id>".
				"<input type=hidden name=inv_desc value=$inv_desc>".
				"<input type=hidden name=crc value=$crc>".
				"<input type=submit value=' $money ..'>".
				"</form><br><br>";
				

    			}
//END  Robox

4)   ./_rootadmin/_setting.inc
a)  

SetSetting("wme", $wme);

  

        SetSetting("wme", $wme);
        //START ROBOX
        SetSetting("robox", $robox);
        SetSetting("robox_pass1", $robox_pass1);
        SetSetting("robox_pass2", $robox_pass2);
        //END ROBOX

b)  

$wme=GetSetting("wme");

  :
        
        $wme=GetSetting("wme");
		//START ROBOX
		$robox=GetSetting("robox");
		$robox_pass1=GetSetting("robox_pass1");
		$robox_pass2=GetSetting("robox_pass2");
        //END ROBOX)  
        
) :

<tr><td>WebMoney (WME):</td><Td align=right><input type=text name=wme size=40 value="<?=$wme?>"></td></tr>

 :

            <tr><td>WebMoney (WME):</td><Td align=right><input type=text name=wme size=40 value="<?=$wme?>"></td></tr>
			<!--START ROBOX-->
            <tr><td>Roboxchange :</td><Td align=right><input type=text name=robox size=40 value="<?=$robox?>"></td></tr>
            <tr><td>Roboxchange  #1:</td><Td align=right><input type=text name=robox_pass1 size=40 value="<?=$robox_pass1?>"></td></tr>
            <tr><td>Roboxchange  #2:</td><Td align=right><input type=text name=robox_pass2 size=40 value="<?=$robox_pass2?>"></td></tr>
            <!--END ROBOX-->  
5)  _rootfuncs.php



if (GetSetting("partnerEnable") and GetSetting("partnerEnablePayOrders") and !$isPartnerPage) {print "<option> </option>";}

 :

    if (GetSetting("partnerEnable") and GetSetting("partnerEnablePayOrders") and !$isPartnerPage) {print "<option> </option>";}
	if (GetSetting("robox")){print "<option>Roboxchange</option>";}
