Register Login
 

Register



* $msg
* Referrer Trading ID:
* Placement Trading ID:
  Trading A Trading B  
 
PERSONAL INFORMATION
* Account Holder Name:
First Name: Last Name:   M.I.
* NIC/Passport Number:
* Date of Birth
* Gender
* Email:
* Country Dialing Code:
* Tel (Mobile/Cellphone):
(Example: Switzerland: +41xxxxxxx, USA: +1xxxxxxx)
Please make sure Email & Mobile/Cell Phone Number are key in correctly so that you are able to receive Email or SMS from FrancSwiss for all future transaction.
 
* Account Information
* Trading Account Name:
* Password:
  (6 to 15 Alphanumeric Characters)
* Confirm Password:
 
     
Terms and Conditions I Accept and Agree the Swiss Term of Use
 

SWISHMARGINFOREX® © 2006 | Privacy Policy | Terms Of Use

Help | Change Language
"; } function checknick($nick){ $sql1="select nick from member_profile where nick='$nick'"; $query1 = mysql_query("$sql1") or die ("error checking nick"); if($myrow1 = mysql_fetch_row($query1)){ return "N"; }else{ return "Y"; } } function getnewid(){ $sql1 = "select id_no from member_profile order by id_no desc"; $query1 = mysql_query("$sql1") or die ("error getting new id"); if($myrow1 = mysql_fetch_row($query1)){ $newid=str_pad($myrow1[0]+1, 4, "0", STR_PAD_LEFT); return $newid; } } function getnick($id){ $sql1="select id_no from member_profile where nick='$id'"; $query1 = mysql_query("$sql1") or die ("error checking nick"); if($myrow1 = mysql_fetch_row($query1)){ return $myrow1[0]; }else{ return "N"; } } function checkregcode($regcode,$pincode,$pkg){ $Str_Encypted = ENCRYPT_DECRYPT($pincode); //echo $pkg; switch($pkg){ case "1": $sql1="select regcode from pkg1 where regcode='$regcode' and pin='$Str_Encypted' and status='A'"; break; case "2": $sql1="select regcode from pkg2 where regcode='$regcode' and pin='$Str_Encypted' and status='A'"; break; case "3": $sql1="select regcode from pkg3 where regcode='$regcode' and pin='$Str_Encypted' and status='A'"; break; case "4": $sql1="select regcode from pkg4 where regcode='$regcode' and pin='$Str_Encypted' and status='A'"; break; } //echo $sql1; $query1 = mysql_query("$sql1") or die ("error checking regcodes"); if($myrow1 = mysql_fetch_row($query1)){ return "Y"; }else{ return "N"; } } function takeregcode($regcode,$idno,$pkg){ $disday=date("Y-m-d"); switch($pkg){ case "1": $sql1="update pkg1 set status='T',usedby='$idno',dateused='$disday' where RegCode='$regcode'"; break; case "2": $sql1="update pkg2 set status='T',usedby='$idno',dateused='$disday' where RegCode='$regcode'"; break; case "3": $sql1="update pkg3 set status='T',usedby='$idno',dateused='$disday' where RegCode='$regcode'"; break; case "4": $sql1="update pkg4 set status='T',usedby='$idno',dateused='$disday' where RegCode='$regcode'"; break; } $query1 = mysql_query("$sql1") or die ("error taking regcode"); } function checkpos($upline,$pos){ $sql1="select id_no from member_profile where upline_no='$upline' and position='$pos'"; $query1 = mysql_query("$sql1") or die ("error checking regcode"); if($myrow1 = mysql_fetch_row($query1)){ return "N"; }else{ return "Y"; } } function getid($nick){ $sql1="select id_no from member_profile where nick='$nick'"; $query1 = mysql_query("$sql1") or die ("error getting id"); if($myrow1 = mysql_fetch_row($query1)){ return $myrow1[0]; }else{ $sql1="select rid from register where nick='$nick'"; $query1 = mysql_query("$sql1") or die ("error getting id"); if($myrow1 = mysql_fetch_row($query1)){ return $myrow1[0]; }else{ return 0; } } } function ENCRYPT_DECRYPT($Str_Message) { $Len_Str_Message=STRLEN($Str_Message); $Str_Encrypted_Message=""; FOR ($Position = 0;$Position<$Len_Str_Message;$Position++){ $Key_To_Use = (($Len_Str_Message+$Position)+1); // (+5 or *3 or ^2) $Key_To_Use = (255+$Key_To_Use) % 255; $Byte_To_Be_Encrypted = SUBSTR($Str_Message, $Position, 1); $Ascii_Num_Byte_To_Encrypt = ORD($Byte_To_Be_Encrypted); $Xored_Byte = $Ascii_Num_Byte_To_Encrypt ^ $Key_To_Use; //xor operation $Encrypted_Byte = CHR($Xored_Byte); $Str_Encrypted_Message .= $Encrypted_Byte; //short code of the function once explained //$str_encrypted_message .= chr((ord(substr($str_message, $position, 1))) ^ ((255+(($len_str_message+$position)+1)) % 255)); } return $Str_Encrypted_Message; } //end function function gettid(){ $sql1 = "select id from transactions order by id desc"; $query1 = mysql_query("$sql1") or die ("Error retrieving record"); if($myrow = mysql_fetch_row($query1)){ $orno=$myrow[0]+1; }else{ $orno='1'; } return $orno; } function getpos($sponsor){ $sql1 = "select position from member_profile where sponsornick='$sponsor' order by position desc"; $query1 = mysql_query("$sql1") or die ("Error retrieving record"); if($myrow = mysql_fetch_row($query1)){ $pos=$myrow[0]+1; }else{ $pos=1; } return $pos; } function checktype($regscode){ $sql1="select RegCode,pkg from pkg1 where RegCode='$regscode'"; $query1 = mysql_query("$sql1") or die ("error taking regcode"); if($myrow1 = mysql_fetch_row($query1)){ return $myrow1[1]; } } function verifycrossline($sponsor,$upline){ if($sponsor==$upline){ return "Y"; }else{ $sql1="select nick,downline from droploader where nick='$sponsor' and downline='$upline'"; $query1 = mysql_query("$sql1") or die ("error taking regcode"); if($myrow1 = mysql_fetch_row($query1)){ return "Y"; }else{ return "N"; } } } function sucmsg($nick,$lname,$fname,$mname,$sponsor,$upline,$pos){ $disday=date("Y-m-d"); $distime = date("G:i:s A"); $idno=getid($nick); print" Register - SWISHMARGINFOREX
 

You have sucessfully registered and activated your account, you may print this account
for confirmation or keep your Trading Account ID number and Trading Account Name


You can now Sign in into your account

  • Confirmation Details

       
    Trading Account ID $idno
    Trading Account Name $nick
    Name $lname,$fname $mname
    Sponsor $sponsor
    Date Registered $disday
    Time Registered $distime




  • IMPORTANT:
    This serve as your confirmation, you may print this as a proof of registration.
    Take note of the Date and Time Registered. This info greatly affects your commission computations.

     
    "; } ?>