qbert Posted July 2, 2011 Report Share Posted July 2, 2011 Anyone used this system, yet. I'm assuming its the same as forexkiller. I would like to know results. Heres the page http://www.trade miner.com/?hop=01download Quote Link to comment Share on other sites More sharing options...
wadesworld Posted July 7, 2011 Report Share Posted July 7, 2011 (edited) Yes I see the Fap boys are turning more into affiliates than traders....that is who sent me my spam anyway....but yes the system looks like a signaler....for $97 it will be here just give it time. I just noticed you have an affiliate link also....:)) Edited July 7, 2011 by wades-world Quote Link to comment Share on other sites More sharing options...
⭐ c0py Posted July 7, 2011 Report Share Posted July 7, 2011 (edited) here you go :) TradeMiner Forex: http://www.trademiner.com/forex-thanks7931.htm TradeMiner Stocks: http://www.trademiner.com/stocks-thanks3695.htm TradeMiner Futures: http://www.trademiner.com/futures-thanks9635.htm All in One Link: http://www.trademiner.com/thanks-all3-7895.htm EDIT: Oops, didn't see you need a key to run the software :( Edited July 7, 2011 by c0py Keithp, wadesworld, pratamapet and 2 others 5 Quote Link to comment Share on other sites More sharing options...
⭐ c0py Posted July 7, 2011 Report Share Posted July 7, 2011 For the key... try working this out: public boolean isValidKey() { boolean result = false; int pid = 0; switch (1.$SwitchMap$com$trademiner$common$util$Validation$Market[this.market.ordinal()]) { case 1: pid = 518; break; case 2: pid = 520; break; case 3: pid = 519; break; default: pid = 0; } if ((this.key != null) && (!this.key.isEmpty())) { String[] keyParts = this.key.split("-"); if (keyParts.length == 4) { int r1 = Integer.parseInt(keyParts[3], 16); int r2 = Integer.parseInt(keyParts[1], 16); int r3 = Integer.parseInt(keyParts[2], 16); int c2 = (r1 + pid * 2) / 2; int c3 = (r1 + r2) / 2; if ((r2 == c2) && (r3 == c3)) { switch (1.$SwitchMap$com$trademiner$common$util$Validation$Market[this.market.ordinal()]) { case 1: if (!"TMS".equals(keyParts[0])) break; result = true; break; case 2: if (!"TMF".equals(keyParts[0])) break; result = true; break; case 3: if (!"TMFX".equals(keyParts[0])) break; result = true; break; default: result = false; } } } } return result; } found this function when decompiling the software. It looks like the key format for TradeMiner Forex should be: TMFX-XXXX-XXXX-XXXX PID for TMFX is 519, now work out r1,r2,r3 + c2 & c3 then you have the key. My head hurts will all this maths :) Quote Link to comment Share on other sites More sharing options...
soundfx Posted July 7, 2011 Report Share Posted July 7, 2011 I've not looked at the code, but it's much easier to just comment out the call to isValidKey() and set any flags (if required) to pretend that the key was found and is ok. Quote Link to comment Share on other sites More sharing options...
KelvinHand Posted July 7, 2011 Report Share Posted July 7, 2011 For the key... try working this out: found this function when decompiling the software. It looks like the key format for TradeMiner Forex should be: TMFX-XXXX-XXXX-XXXX PID for TMFX is 519, now work out r1,r2,r3 + c2 & c3 then you have the key. My head hurts will all this maths :) Where is this part of code segment in your PC ? Quote Link to comment Share on other sites More sharing options...
⭐ c0py Posted July 8, 2011 Report Share Posted July 8, 2011 Where is this part of code segment in your PC ? I got it from http://www.trademiner.com/software/forex/lib/TradeMinerCommon.jar Just download that and extract the files with winrar or similar Quote Link to comment Share on other sites More sharing options...
apple1937 Posted July 8, 2011 Report Share Posted July 8, 2011 I got it from http://www.trademiner.com/software/forex/lib/TradeMinerCommon.jar Just download that and extract the files with winrar or similar Is it educated? :) Quote Link to comment Share on other sites More sharing options...
FXX Posted July 8, 2011 Report Share Posted July 8, 2011 maybe we should ask hacker, I bet he knows how to break this Quote Link to comment Share on other sites More sharing options...
mtuppers Posted July 8, 2011 Report Share Posted July 8, 2011 (edited) yes we just need to command out most of part and make result=true as My browser somehow I am unable to download the install sections. so I only can tell you guys on what the code been posted. would someone upload to another site for the installations file? Edited July 8, 2011 by mtuppers Quote Link to comment Share on other sites More sharing options...
⭐ traderdxb Posted July 9, 2011 Report Share Posted July 9, 2011 yes we just need to command out most of part and make result=true as My browser somehow I am unable to download the install sections. so I only can tell you guys on what the code been posted. would someone upload to another site for the installations file? Hi mtuppers, I have uploaded to 4shared. I would do it myself but I had no idea which of these files to edit :) xxx.4shared.c0m/file/OSMHATvm/TradeMinerC0mmon.html Replace 0(Zeros) with o Diabolik1713006521 1 Quote Link to comment Share on other sites More sharing options...
wadesworld Posted July 10, 2011 Report Share Posted July 10, 2011 Thanks guys..traderdxb beat me to the post...good luck mtuppers. Hopefully you won't run into any snags. Quote Link to comment Share on other sites More sharing options...
newbie111 Posted July 14, 2011 Report Share Posted July 14, 2011 (edited) yes we just need to command out most of part and make result=true as My browser somehow I am unable to download the install sections. so I only can tell you guys on what the code been posted. would someone upload to another site for the installations file? Here you go. hxxp://[email protected]/file/YBymsuA6/TradeMinerCommon.html OOPS!!! That was quick, LOL while I was creating a link and posting, it was already being posted. Edited July 14, 2011 by newbie111 Quote Link to comment Share on other sites More sharing options...
john1368 Posted July 14, 2011 Report Share Posted July 14, 2011 Has anyone managed to bypass the reg key yet or another workaround solution?? Quote Link to comment Share on other sites More sharing options...
mtuppers Posted July 14, 2011 Report Share Posted July 14, 2011 I will try, but quite a bit file to read, it appear they using internet browser type. Quote Link to comment Share on other sites More sharing options...
mtuppers Posted July 14, 2011 Report Share Posted July 14, 2011 For the key... try working this out: found this function when decompiling the software. It looks like the key format for TradeMiner Forex should be: TMFX-XXXX-XXXX-XXXX PID for TMFX is 519, now work out r1,r2,r3 + c2 & c3 then you have the key. My head hurts will all this maths :) may I ask do you know which the file? Quote Link to comment Share on other sites More sharing options...
robotfx2 Posted July 15, 2011 Report Share Posted July 15, 2011 anyone manage to get the key code ???? Thanks Quote Link to comment Share on other sites More sharing options...
moch Posted July 23, 2011 Report Share Posted July 23, 2011 hey all, if i purchase the trademiner,whether we can use the key licency together? i think one key for one people, because the software is detect our IP address. but i dont know so. maybe anyone could to explain about this? Quote Link to comment Share on other sites More sharing options...
Marchello Posted July 23, 2011 Report Share Posted July 23, 2011 Educating it by our tremendous good programmers here @ II, for sure will solve that problem' MHO Good trading wishes Quote Link to comment Share on other sites More sharing options...
wadesworld Posted July 23, 2011 Report Share Posted July 23, 2011 (edited) Is testtt still around? He is gifted when it comes to dll's. Or how about musketeer....There is a thread in II for educating stuff like this. I will find it and place this there. Update: Files were posted to this thread, let's see what happens and report back here-----http://indo-investasi.com/showthread.php/9799-Put-Your-UNEDUCATED-Decompiled-MQ4-File-Here-I-Will-Give-It-A-Good-EDUCATION-4-You!/page7?highlight=expired Edited July 23, 2011 by wades-world Quote Link to comment Share on other sites More sharing options...
dhinesh89 Posted July 24, 2011 Report Share Posted July 24, 2011 any updates from our experts reg. trademiner????????????? Quote Link to comment Share on other sites More sharing options...
heliosphan Posted July 24, 2011 Report Share Posted July 24, 2011 Ok, I'm new to this education business, but do have a background to tinker with apps. This is a standalone java windows app, nothing like metatrader. There are several DLL files that need to be decomped likely the key is stored there somehow. But there is surely communication with the main website, so once you know where the datastream is posting to, you can redirect it with a web server, I've seen this done on Ninjatrader hacks. Will see what I can come up with newbie111 1 Quote Link to comment Share on other sites More sharing options...
wadesworld Posted July 25, 2011 Report Share Posted July 25, 2011 (edited) I tried looking for assistance from one of the new members but all I got was a biased opinion about standalone programs.....lol. He could have just said that he didn't have the time, or my opinion, that it was over his head and moved on. Hi! Since TradeMiner is ***NOT*** a MetaTrader EA or Indicator, I find it useless. I only work with MetaTrader as trading platform. Decompiling and analyzing DLL-files takes a lot more time than doing the same miw compiled mq4-files for MetaTrader. And unfortunately, I don't have that spare time to do it. Good luck anyway. Cheers, Pierre There is a bunch of people including myself trying to get this working....I was wondering if you would mind helping us with the dll and whole program in general..TY http://indo-investasi.com/showthread.php/13853-Trade-Miner?goto=newpost When did people get so hateful here at II. Is this the new face of our beloved forum? Well cheers to you too PeeAir....:P Edited July 25, 2011 by wades-world Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.