Bill A Posted March 20, 2016 Report Share Posted March 20, 2016 Thanks Admis - however all I know is that http://checkip.dyndns.org is called within the code and that means get the users IP address - I know little more than that. Quote Link to comment Share on other sites More sharing options...
admis Posted March 20, 2016 Report Share Posted March 20, 2016 Thanks Admis - however all I know is that http://checkip.dyndns.org is called within the code and that means get the users IP address - I know little more than that. Upps.. Bill forgive me please for the mistake. The 2nd part of my post was addressed to BobGill's. Quote Link to comment Share on other sites More sharing options...
admis Posted March 20, 2016 Report Share Posted March 20, 2016 @santoshv2k I appreciate your efforts too, Thanks. @Traderbeauty what you or he say is right, but do you really think it's that big issue to call moderators or admins in ?? I just finished what I started. I feel sad, when people fail to see the obvious and react. Peace Maybe you should try to cooperate with Santosh on this project? I think, not only both of you could benefit from that, but mainly the rest of our community... Keep in mind - we do not need here an unhealthy competition. Traderbeauty, ⭐ traderkx, tryitagainmf and 4 others 7 Quote Link to comment Share on other sites More sharing options...
⭐ santoshv2k Posted March 21, 2016 Report Share Posted March 21, 2016 Santoshv2k - I am no expert in coding but I can read basic code and see you have left in code that sends the users IP address to this seller - this is not a good idea unless you want him to know who you are !!! In my opinion I would suggest it is not used until this code is removed. 1. I am no expert in coding but I can read basic code and see you have left in code that sends the users IP address to this seller. Ans.:- Which sellers/vendors, please read the code again and let me know. I have already cleaned all concerning vendors (in your case sellers) like its email, FTP server. 2. this is not a good idea unless you want him to know who you are !!! Ans:- No one, using it, going to send his ip to any sellers, so there is no good or bad idea here. 3. In my opinion I would suggest it is not used until this code is removed. Ans:- In may opinion, there is no harm to use it. It's not going to send your identity to anyone. ⭐ bomdila, thedriver, ⭐ laser1000it and 1 other 4 Quote Link to comment Share on other sites More sharing options...
BobGill Posted March 21, 2016 Report Share Posted March 21, 2016 Maybe you should try to cooperate with Santosh on this project? I think, not only both of you could benefit from that, but mainly the rest of our community... Keep in mind - we do not need here an unhealthy competition. He didn't asked for my help, When I offered he misunderstood and called Traderbeauty. But I am still ready to help him teach him, whether its coding (.net) or its reversing. It happened to me many times, I was solving a thing, then in between you posted solution and I never replied to that thread. Since I don't use these indicators or fancy things, there's little less motivation to check all things properly or sometimes I don't even know how to check things, because I am not familiar to these addons, but I am doing reversing form many years so I can help others to fix things. there's more to say but I think you are saying that to wrong person. but its okay I was just helping not proving myself. To others, Usually I disable all homecalls like in StrategyQuant v.3.8.1 (read note), but in this I left update check only because its too old, may be seller will update soon and Update check doesn't tell vendor if its cracked or not, yes ip address is exposed which is also in trial or non persistence version, I don't see much harm in it. but still, here's version without update check or any home calls. https://filescdn.com/0vuog1hmcdhb Peace. iksak 1 Quote Link to comment Share on other sites More sharing options...
Bill A Posted March 21, 2016 Report Share Posted March 21, 2016 Hi Santoshv2k - as BobGill has addressed the issue - little point in replying - however this is what I saw :- Here the user IP is requested :- using (WebResponse response = WebRequest.Create("http://checkip.dyndns.org").GetResponse()) { using (StreamReader reader = new StreamReader(response.GetResponseStream())) And here it is sent :- FtpWebRequest request = (FtpWebRequest) WebRequest.Create(@"C:\" + str2 + "/" + id); request.Method = "STOR"; request.Credentials = new NetworkCredential(userName, password); using (StreamWriter writer = new StreamWriter(request.GetRequestStream())) { writer.WriteLine(user + "; " + GetIP() + ";"); exp48967 1 Quote Link to comment Share on other sites More sharing options...
⭐ santoshv2k Posted March 21, 2016 Report Share Posted March 21, 2016 (edited) Hi Santoshv2k - as BobGill has addressed the issue - little point in replying - however this is what I saw :- Here the user IP is requested :- using (WebResponse response = WebRequest.Create("http://checkip.dyndns.org").GetResponse()) { using (StreamReader reader = new StreamReader(response.GetResponseStream())) And here it is sent :- FtpWebRequest request = (FtpWebRequest) WebRequest.Create(@"C:\" + str2 + "/" + id); request.Method = "STOR"; request.Credentials = new NetworkCredential(userName, password); using (StreamWriter writer = new StreamWriter(request.GetRequestStream())) { writer.WriteLine(user + "; " + GetIP() + ";"); Don't worry bro, I had read all that and so I already removed vendor's FTP server and email address, and it's not going to harm anyone. C:\ is not a FTP server address in FtpWebRequest request = (FtpWebRequest) WebRequest.Create(@"C:\" + str2 + "/" + id); And now why I modified vendor's FTP server to Local C:\ directory, you may yourself understand. Cheers Edited March 21, 2016 by santoshv2k ⭐ bomdila, admis, iksak and 3 others 6 Quote Link to comment Share on other sites More sharing options...
Traderbeauty Posted March 21, 2016 Report Share Posted March 21, 2016 Santosh and BobGill Both of you have been here for a long time, you both have been helping this wonderful forum and sometimes things can get out of control which we dont want. I dont want to have a storm in a teacup as we had few times in the past when things just spiraled for nothing. I dont want a pissing competition here . My job is just to keep the peace and politeness. So please- just treat the whole thing as a misunderstanding or slight disagreement and dont let it get between you- when that happens its hurting all of us. Please act as a family and continue the amazing job you all doing here. traderbeauty-Jane ⭐ ESVepara, iksak, BobGill and 10 others 13 Quote Link to comment Share on other sites More sharing options...
zoheb Posted November 9, 2016 Report Share Posted November 9, 2016 1. I am no expert in coding but I can read basic code and see you have left in code that sends the users IP address to this seller. Ans.:- Which sellers/vendors, please read the code again and let me know. I have already cleaned all concerning vendors (in your case sellers) like its email, FTP server. 2. this is not a good idea unless you want him to know who you are !!! Ans:- No one, using it, going to send his ip to any sellers, so there is no good or bad idea here. 3. In my opinion I would suggest it is not used until this code is removed. Ans:- In may opinion, there is no harm to use it. It's not going to send your identity to anyone. Can someone please share this if fixed? Thank you Quote Link to comment Share on other sites More sharing options...
LIIonsar Posted November 9, 2016 Report Share Posted November 9, 2016 bump please Quote Link to comment Share on other sites More sharing options...
⭐ goi Posted October 3, 2017 Report Share Posted October 3, 2017 Can someone pls share? Thanks Quote Link to comment Share on other sites More sharing options...
martis Posted January 29, 2018 Report Share Posted January 29, 2018 Hello community, just another humble request for reupload, I ve been trough all of the download links and ALL of them are inactive... I would really love to use workspace pro as it looks quite good. thank you very much! Quote Link to comment Share on other sites More sharing options...
Kamisama Posted January 29, 2018 Report Share Posted January 29, 2018 Looks good, can anybody upload eduacted version? Thanks Kami. Quote Link to comment Share on other sites More sharing options...
Clau Posted January 30, 2018 Report Share Posted January 30, 2018 Here you are, guys! Not sure which is working, probably the last one with one dll. https://www.sendspace.com/file/rsl9mu https://www.sendspace.com/file/wkwj4e Traderbeauty, lastpago, ⭐ topstep and 2 others 5 Quote Link to comment Share on other sites More sharing options...
mike83 Posted January 30, 2018 Report Share Posted January 30, 2018 where i can download the software it seems the site is down Quote Link to comment Share on other sites More sharing options...
martis Posted January 30, 2018 Report Share Posted January 30, 2018 thank you for the upload clau but it says non-persistant version. tried to replace the dll in ninjatrader bin custom still the same result. Quote Link to comment Share on other sites More sharing options...
Clau Posted January 30, 2018 Report Share Posted January 30, 2018 where i can download the software it seems the site is down It works, try to use vpn. Quote Link to comment Share on other sites More sharing options...
Clau Posted January 30, 2018 Report Share Posted January 30, 2018 thank you for the upload clau but it says non-persistant version. tried to replace the dll in ninjatrader bin custom still the same result. That's bad, but I can't check, haven't used ninja for 1.5 years, maybe something changed. Quote Link to comment Share on other sites More sharing options...
mike83 Posted January 30, 2018 Report Share Posted January 30, 2018 how to use this dll. anything i have to install before placing this file? Quote Link to comment Share on other sites More sharing options...
martis Posted January 30, 2018 Report Share Posted January 30, 2018 although it says non-persistant version i worked with it all day today. didnt use the "no boarder feature though, so it seems to be working fine anyway. dont know what the restrictions of this version are but its better than none. @mike83 i installed the first file via ninjatrader import script and then put the dll of the second file in the ninjatrader custom bin folder. again it says non-persistant version but works for my purposes. Quote Link to comment Share on other sites More sharing options...
martis Posted January 30, 2018 Report Share Posted January 30, 2018 thanks again clau for the upload=D>:)>- Quote Link to comment Share on other sites More sharing options...
mike83 Posted January 31, 2018 Report Share Posted January 31, 2018 thanks again clau for the upload=D>:)>- thanks martis. i believe you meant to say we have to place the file kept under _edu as second one am i correct? Quote Link to comment Share on other sites More sharing options...
martis Posted January 31, 2018 Report Share Posted January 31, 2018 thanks martis. i believe you meant to say we have to place the file kept under _edu as second one am i correct? i suppose that works too. as it is a non-persistant version i think it doesnt really matter how you do it. Quote Link to comment Share on other sites More sharing options...
jorgin01 Posted January 31, 2018 Report Share Posted January 31, 2018 thanks martis. i believe you meant to say we have to place the file kept under _edu as second one am i correct? You can copy/paste/compile edu file and it will work fine. 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.