NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Help WIth the Script.

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search
5 members in live chat ~  


Reply
 
LinkBack Thread Tools
Old 11-10-2009, 12:01 AM THREAD STARTER               #1 (permalink)
NamePros Member
 
ambkk's Avatar
Join Date: Dec 2007
Location: Vientiane
Posts: 106
ambkk is an unknown quantity at this point
 



Help! Help WIth the Script.


Hello Everybody here,

I have Just launched an Currency Exchanger..... But the code or script i put in doesn't work. Please have a look at the website and help me with the exchanging code.
E2EMOney - Home


THanks in Advance for Help
__________________
If you are doubtful or suspicious about something,take it as a voice of your heart and stay away from it. Don't acton it unlessyour head as well as heart say "yes" to it.
Awais
ambkk is offline   Reply With Quote
Old 11-10-2009, 02:11 AM   #2 (permalink)
NamePros Member
 
adamo's Avatar
Join Date: Aug 2008
Location: poland
Posts: 94
adamo is an unknown quantity at this point
 




I got a 404 error when trying to convert, this site http://www.e2emoney.com/ex.php.htm is missing I tried to change the url by hand to http://www.e2emoney.com/ex.php but his one is missing too.
__________________
adamo is offline   Reply With Quote
Old 11-10-2009, 05:22 AM THREAD STARTER               #3 (permalink)
NamePros Member
 
ambkk's Avatar
Join Date: Dec 2007
Location: Vientiane
Posts: 106
ambkk is an unknown quantity at this point
 



Originally Posted by adamo View Post
I got a 404 error when trying to convert, this site http://www.e2emoney.com/ex.php.htm is missing I tried to change the url by hand to http://www.e2emoney.com/ex.php but his one is missing too.
Yeah my friend. Thats what i dont know and how i can resolve that issue!
__________________
If you are doubtful or suspicious about something,take it as a voice of your heart and stay away from it. Don't acton it unlessyour head as well as heart say "yes" to it.
Awais
ambkk is offline   Reply With Quote
Old 11-10-2009, 06:16 AM   #4 (permalink)
NamePros Regular
 
qbert220's Avatar
Join Date: Jul 2007
Location: UK
Posts: 394
qbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to behold
 


Protect Our Planet
You'll need to post your code, or extracts of it that are causing problems, so that we can help you.
qbert220 is offline   Reply With Quote
Old 11-11-2009, 02:04 AM THREAD STARTER               #5 (permalink)
NamePros Member
 
ambkk's Avatar
Join Date: Dec 2007
Location: Vientiane
Posts: 106
ambkk is an unknown quantity at this point
 



Originally Posted by qbert220 View Post
You'll need to post your code, or extracts of it that are causing problems, so that we can help you.
Code:
 <table cellspacing=2 cellpadding=0 border=0>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="2" onclick="fromtochange(2,'Liberty Reserve',-1,7.00000);update_fee2('Liberty Reserve',0.01000,2.99000,1,'USD');" checked> <font class=ab>Liberty Reserve</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="3" onclick="fromtochange(3,'WMZ',-1,7.30000);update_fee2('WMZ',0.01000,50.00000,0.8,'USD');"> <font class=ab>WMZ</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="4" onclick="fromtochange(4,'WME',-1,10.20000);update_fee2('WME',0.01000,50.00000,0.8,'USD');"> <font class=ab>WME</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="6" onclick="fromtochange(6,'Paypal',-1,7.10000);update_fee2('Paypal',0.00000,0.00000,0,'USD');"> <font class=ab>Paypal</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="7" onclick="fromtochange(7,'iGolds (RMB)',-1,1.02000);update_fee2('iGolds (RMB)',0.00000,0.00000,0,'USD');"> <font class=ab>iGolds (RMB)</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="8" onclick="fromtochange(8,'iGolds (USD)',-1,6.90000);update_fee2('iGolds (USD)',0.00000,0.00000,0,'USD');"> <font class=ab>iGolds (USD)</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="100" onclick="fromtochange(100,'Western Union',-1,7.70000);update_fee2('Western Union',0.00000,0.00000,0,'USD');"> <font class=ab>Western Union</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="101" onclick="fromtochange(101,'Money Gram',-1,7.90000);update_fee2('Money Gram',0.00000,0.00000,0,'USD');"> <font class=ab>Money Gram</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="9" onclick="fromtochange(9,'Perfect Money (USD)',-1,6.70000);update_fee2('Perfect Money (USD)',0.01000,0.00000,0.5,'USD');"> <font class=ab>Perfect Money (USD)</font></td></tr>
                 <tr><td><input type="radio" id="to_type" name="to_type" value="102" onclick="fromtochange(102,'Xoom',-1,7.90000);update_fee2('Xoom',0.00000,0.00000,0,'USD');"> <font class=ab>Xoom</font></td></tr>
                 </table>
               </td>
               <td></td>
              </tr><tr>
               <td align=center colspan=5 height=1 bgcolor=#c0c0c0></td>
              </tr><tr>
               <td align=center colspan=5>&nbsp;</td>
              </tr><tr>
               <td align=left colspan=5>
               <table cellspacing=0 cellpadding=0 border=0><tr><td width=20></td><td align=left>
                 You pay <input type=text name="pay_amount" value="1000" size=6 class="textinput" onkeyup="update_amount()"> <span id="pay"></span>, will get <span id="get_amount"></span>&nbsp;<span id="get"></span>
                 <input type=submit class='button' name='do' value=" Exchange "><br>
                 <font class="notice">*Notice: the get amount includes e-currency transfer fees</font>
                 <br>
                 <br>
                 
                 <table width=400 cellpadding=1 cellspacing=0 border=0 bgcolor=#d0d060><tr><td>	
                 <table width="100%" cellspacing=4 cellpadding=0 border=0 bgcolor=#ffffd0 align=left>
                   <tr><td class=smalltext>
                   <ul>
                     <br>
                     <li><span id='fee1'></span></li>
                     <br>
                     <br>
                     <li><span id='fee2'></span></li>
                   </ul>
                   </td></tr>
                 </table>
                 </td></tr></table>
                 
                 </td></tr></table>
               </td>
              </tr></table>
            </form>
            <script>
              fromtochange(2,'Liberty Reserve',6.60000,-1);
              update_fee1('Liberty Reserve',0.01000,2.99000,1,'USD');
              fromtochange(3,'WMZ',-1,7.30000);
              update_fee2('WMZ',0.01000,50.00000,0.8,'USD');
            </script>
            
          </td>
        </tr>
      </table>
__________________
If you are doubtful or suspicious about something,take it as a voice of your heart and stay away from it. Don't acton it unlessyour head as well as heart say "yes" to it.
Awais
Last edited by qbert220; 11-11-2009 at 02:55 AM. Reason: Adding code tag
ambkk is offline   Reply With Quote
Old 11-11-2009, 02:58 AM   #6 (permalink)
NamePros Regular
 
qbert220's Avatar
Join Date: Jul 2007
Location: UK
Posts: 394
qbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to behold
 


Protect Our Planet
What is it that you are trying to do with the above? What is going wrong?
qbert220 is offline   Reply With Quote
Old 11-11-2009, 08:56 PM   #7 (permalink)
NamePros Member
Join Date: Dec 2008
Posts: 60
foryounow is on a distinguished road
 



Just pm me, I can help you.
foryounow is offline   Reply With Quote
Old 11-14-2009, 10:16 AM THREAD STARTER               #8 (permalink)
NamePros Member
 
ambkk's Avatar
Join Date: Dec 2007
Location: Vientiane
Posts: 106
ambkk is an unknown quantity at this point
 



Originally Posted by qbert220 View Post
What is it that you are trying to do with the above? What is going wrong?
Thanks for your help qbert......actually the problem is i have not develops exch.php page for the website....... i dont know about that.....actually when you convert it on the website.....it redirect to the page where it makes the calculation results......please help me with that.............
????: NamePros.com http://www.namepros.com/programming/622134-help-with-the-script.html



Thanks & regards,

Awais
__________________
If you are doubtful or suspicious about something,take it as a voice of your heart and stay away from it. Don't acton it unlessyour head as well as heart say "yes" to it.
Awais
ambkk is offline   Reply With Quote
Old 11-14-2009, 12:46 PM   #9 (permalink)
NamePros Regular
 
qbert220's Avatar
Join Date: Jul 2007
Location: UK
Posts: 394
qbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to beholdqbert220 is a splendid one to behold
 


Protect Our Planet
If you are after a developer to develop the exch.php script for you, then you might want to try the web development wanted section:

Web Development Wanted - NamePros.com
qbert220 is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


 
All times are GMT -7. The time now is 02:33 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger