Hi Folks,
You can find version 2.20 here.
The only changes to this version are on the log window, which is now editable and the commands are timestamped.
Hey Paul ... hope you enjoy it.
Hello K-Werk, I am still trying to find a decent solution to share code snippets, in the meantime, you can either post your changes here or send me the .cs file via 4shared.com or something like that.
I can do a "diff" between your code and mine, in case and want to implement something into the main code set.
Hope you all have lots of fun with MyProxy.
Cheers,
The Borg.
Mockba -you're a real star :)
ReplyDeleteI'll give this a run asap and let you know how it goes.
No chance on the coffee making option then?
:) Cheers!
I've tried the coffe option ... but C# insists on decaf. That I don't think will fly.
ReplyDeletehello Borg it's been a long time.
ReplyDeleteThank you so much for solving this problem when i turned the graphic options down as you suggested it worked.
I am now able to enjoy your proxy :)
Thanks so much.
BTW i used decompiled your proxy but it gave me a lot of cpp files.
How do i set it up to compile it back to normal? Don't worry i am not stealing your work and will not post it any where.
I am just learning how to program in c++ using VS 2005 Professional and this is just a learning kerb for me because i really enjoyed your proxy so much.
Thanks heaps
April
xoxoxoxoxoxoxox
btw how is your beautiful baby?
reporting.
ReplyDeletestill crashing a lot on dialup connection speed.
1) Found 2 minor things - editing in the log window stopped suddenly but all else was ok - trying to repeat - it was after a long session.
ReplyDelete2) the buttons for "display" etc don't stick if you resize the window - no biggy just odd.
Apart from that it's solid so far!
Fault bucket 980859545, type 5
ReplyDeleteEvent Name: CLR20r3
Response: Not available
Cab Id: 0
Problem signature:
P1: g0d m0de.exe
P2: 0.0.0.0
P3: 4b68e800
P4: OpenMetaverse.StructuredData
P5: 0.0.0.0
P6: 4a6615ea
P7: f2
P8: 0
P9: System.NullReferenceException
P10:
Attached files:
C:\Users\April\AppData\Local\Temp\WER6C8E.tmp.WERInternalMetadata.xml
These files may be available here:
C:\Users\April\AppData\Local\Microsoft\Windows\WER\ReportArchive\AppCrash_g0d m0de.exe_dae1c6c4b054d4c6153637df7b1985d555fa57b_0b352207
Analysis symbol:
Rechecking for solution: 0
Report Id: 6e75b160-1758-11df-8ea9-00a0d5ffffae
Report Status: 0
Hey April ... Baby Borg is fine ... OMG he's growing faster than brother and sister ... :P ... he's going to be a tough cookie to take care ... lol.
ReplyDeleteHere's the thing: MyProxy is not written in C++, but in C#.
You can go to 4shared.com and grab 2.18, I have released the full source code from it. Feel free to grab it and bend it to the limit.
Let me know if you can't find it, so I will post it again for you (the link is on the post where I released 2.18).
Have fun and ask any questions you want.
Cheers,
The Borg.
Hey Paul ... yeah I agree ... that thing with the buttons is weird. I confess that I really didn't spend much time trying to find out how to make the interface look "normal"... lol.
ReplyDeleteAbout the log window, do you think it got "full" maybe? I am not sure if there's a size limit for the text there ... I have to check on that, but that would make sense after a long session.
Let me know if you manage to reproduce it.
Cheers,
The Borg.
April,
ReplyDeleteDon't scare me ... lol ... what's that "G0d M0de.exe"?
That thing didn't make much sense for me, really.
Please let me know exactly what it was.
Cheers,
The Borg.
Re the full log - the log continued to grow with system messages and command lines but I couldn't manually add a comment - weird or what?
ReplyDeleteplease dont post this message i got a source code its called GodMode proxy but i revesed engineered it using reflector.
ReplyDeleteIt's not public source.
I need your help to set it up so i could compile it without error. I will even pay you for your time :)
Will you help me please? I used reflector to decompile it but have no idea how to set it up to compile without error.
do u have skype?
ReplyDeleteWhich compiler did u use to compile c#?
I have Microsoft Visual Studio 2005 Professional.
Thank for the 2.18 source codes.
ReplyDeleteI tried to open the project with VS 2005 pro and got error:
: Cant find "c:\Microsoft.CSharp.targets"
Dont worry about the above error: i fixed it had to change it in note pad:
ReplyDeleteto
i could open the project now :)
OK i got 8 lines of compile error:
ReplyDeleteplease help me solve this thanks borg:
http://libomv.pastebin.ca/1794428
I think i might have solved some problems with reference assembly files error:
ReplyDeletehttp://libomv.pastebin.ca/1794428
all i did was deleted those milling assembly references and manually added each individually one in pointing it to those dll files located in c:\my project\source\bin\release
now i only have 1 error:
hope i am doing it right lol
am i?
this is the rror message after attempting to compile:
------ Build started: Project: MyNewProxy, Configuration: Debug Any CPU ------
C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(1728,7): error MSB3323: Unable to find manifest signing certificate in the certificate store.
Done building project "MyNewProxy.csproj" -- FAILED.
========== Build: 0 succeeded or up-to-date, 1 failed, 0 skipped =========
This comment has been removed by the author.
ReplyDeleteWOW!!! April.. you've been busy lately ... lol.
ReplyDeleteWell... first things first:
I use Microsoft Visual C# 2008 Express Edition to compile MyProxy.
It is free, so you can just go to M$ website and download it.
Once it is downloaded and installed, get the source code from Google Code website, that one uses the required .Dlls out of a local dlls folder, so you won't have to go thru all the LibOpenMetaverse installation (and modification) to compile MyProxy.
Give that a try, and then let me know how it goes.
As of the Sweetlife thing, those errors look like syntax errors. Please try the same with the 2008 Express... maybe it will work.
Remember: the syntax for C# is COMPLETELY different from the syntax for C++, google it... and use the source code from MyProxy as a guideline. I think I have covered pretty much all kinds of C# syntax there ... lol.
As of the G0dM0de thing ... gimme gimme gimme ... lol. Let me take a look at it and see if it can be re-compiled by C#.
Cheers,
The Borg.
borg do u have msn? i don want to post details on here :)
ReplyDeleteYou could leave me a messge on my youtube account.
http://www.youtube.com/GigglingGirI
This comment has been removed by the author.
ReplyDeletei got this error with your source
ReplyDeleteError 1 Unable to find manifest signing certificate in the certificate store. MyNewProxy
i fixed it :) now i could compile no error
ReplyDeletereally nice.
Thank you so much for the source.
Hi Borg!
ReplyDeleteI have a problem importing xml files created by your proxy. Imported objects appears with wrong shape and wrong scale. I'm using latest Emerald version. Any ideas how to resolve the problem?
Hi Trickster,
ReplyDeleteMaybe you can give me the location of one of the objects so I can go take a look at it.
I would then try to export / re-import and see what happens.
Cheers,
The Borg.