|
-
Sep 24th, 2002, 06:34 PM
#1
Thread Starter
Frenzied Member
OK , Search One file, And Get a certain number of things out of it...
Hi,
I have two text files,
The one i Have made,
And the one another application install made
My File
VB Code:
; Server Prefs
;
SERVERNAME "The Walks Chat"
WIZARDPASSWORD " \4554545493T\9FN"
GODPASSWORD "lq*\8FU\545459F["
PERMISSIONS 0xA0F
DEATHPENALTY 40
MAXOCCUPANCY 200
ROOMOCCUPANCY 30
MINFLOODEVENTS 30000
MAXSESSIONID 10000
SERVEROPTIONS 0x2
PICFOLDER "E:/Servers/PalaceServer/Palace/Media/"
SYSOP "RT46T395"
URL "palace://thewalks.ods.org:9996"
HTTP_URL "http://www.thewalks.ods.org:88/palace/media/"
AVATAR_URL "http://thewalks.ods.org:88/palace/avatars/"
MACHINETYPE "Windows 4.10, A . Processor: pentium processor."
AUTOANNOUNCE "Hi There. Welcome to The Walks. If you need help Feel free to locate a Wizard or God with a * before their name. You can also connect to realm-ed.co.uk:9998 ."
JAVACLIENTWEBPAGE "http://thewalks.ods.org:88/modules.php?name=InstantPalace"
USEOTHERAVATARSERVER
ROOMSFILE "TheWalks.pat"
END
The installers file
VB Code:
; Server Prefs
;
SERVERNAME "Some Wierd'os Palace Chat Server"
WIZARDPASSWORD "h\93p"
GODPASSWORD "/(OA\15\84o\91q"
PERMISSIONS 0x87F
DEATHPENALTY 120
MAXOCCUPANCY 100
ROOMOCCUPANCY 24
MINFLOODEVENTS 300
PURGEPROPDAYS 21
MAXSESSIONID 10000
PICFOLDER "E:\\Program Files\\Communities.com\\PalaceServer\\palace\\media\\"
SYSOP "Wayne Pearsall"
HTTP_URL "http://[currentIPAddress]:9990/palace/media/"
AVATAR_URL "http://[currentIPAddress]:9990/palace/avatars/"
MACHINETYPE "Windows 5.0, . Processor: pentium processor."
JAVACLIENTWEBPAGE "http://www.thepalace.com:8000/perl/palentry.pl?ID=28DSTR3L"
ROOMSFILE "PServer.pat"
END
OK Then
Well the ting is you see,
I wanna get certain things read from the bottom file, and replace the top files values with it, then replace the origional file (bottom one).
IE
VB Code:
SERVERNAME "The Walks Chat"
WIZARDPASSWORD " \4554545493T\9FN"
GODPASSWORD "lq*\8FU\545459F["
PERMISSIONS 0xA0F
DEATHPENALTY 40
'replaced with
SERVERNAME "Some Wierd'os Palace Chat Server"
WIZARDPASSWORD "h\93p"
GODPASSWORD "/(OA\15\84o\91q"
PERMISSIONS 0x87F
DEATHPENALTY 120
' and
ROOMSFILE "TheWalks.pat"
' replaced with
ROOMSFILE "PServer.pat"
And some more of the file,
So as to get the correct details of the persons site,,,
Now if i ONLY have to get two major things, it would be:
VB Code:
WIZARDPASSWORD "h\93p"
GODPASSWORD "/(OA\15\84o\91q"
Since its encrypted, and im not certain which encryption it uses 
OK,
Well if some1 can let me know how to do this, i would be very happy (Cuz it would save me time writting a email to some1 every time they need to "install instant palace" on their machines 
Thanks.
Wayne
-
Sep 24th, 2002, 06:38 PM
#2
So Unbanned
Palace eh.
The encryption is rather simple.
Use instr to find characters and mid$ to get and replace them.
-
Sep 25th, 2002, 03:35 AM
#3
Thread Starter
Frenzied Member
-
Sep 25th, 2002, 05:20 AM
#4
do you know what the values of the passwords are? if not, you probably won't be able to work out the encryption.
if you know what they should be then you might be able to do it... if you can change the password and find out what it encrypts to then you can definitely do it (but it might take a while).
-
Sep 25th, 2002, 05:42 AM
#5
Thread Starter
Frenzied Member
Originally posted by si_the_geek
do you know what the values of the passwords are? if not, you probably won't be able to work out the encryption.
if you know what they should be then you might be able to do it... if you can change the password and find out what it encrypts to then you can definitely do it (but it might take a while).
Sure,
I can get yer the passwords. Values, ETC.
Not rite now though ( @ College ) But l8r on...
See Ya.
Wayne
-
Sep 25th, 2002, 06:53 AM
#6
So Unbanned
There's one problem. Those passwords are encrypted twice.
Using seperate algos.
What is this for?
-
Sep 25th, 2002, 06:54 AM
#7
Thread Starter
Frenzied Member
Originally posted by DiGiTaIErRoR
There's one problem. Those passwords are encrypted twice.
Using seperate algos.
What is this for?
Its for Palace Chat,
But i need to Re-Write the Config Files to install a "Add-On" for it,
-
Sep 25th, 2002, 06:58 AM
#8
So Unbanned
WIZARDPASSWORD "h\93p"
GODPASSWORD "/(OA\15\84o\91q"
I'm guessing...
DFG is wizard pass
efefFEAEF is god pass
-
Sep 25th, 2002, 02:10 PM
#9
Thread Starter
Frenzied Member
something like that?
not sure, i jst pressed random keys 
OK These are proper values 
What I Entered As Password
GODPASSWORD "Encrypted Password"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Password
GODPASSWORD "\13bh)\8DT\84S"
hello
GODPASSWORD "6\89B\91X"
abcde
GODPASSWORD "5\83O\93R"
abcdefghijklmnopqrstuvwxyz
GODPASSWORD "\ADhUf\F2W\83.@\17\85\F1\B4\848\E0V\14\04vi.\8FV\91M"
-
Sep 25th, 2002, 02:13 PM
#10
Thread Starter
Frenzied Member
-
Sep 25th, 2002, 05:58 PM
#11
Thread Starter
Frenzied Member
Originally posted by DiGiTaIErRoR
WIZARDPASSWORD "h\93p"
GODPASSWORD "/(OA\15\84o\91q"
I'm guessing...
DFG is wizard pass
efefFEAEF is god pass
OK,,,
Yeah,
BTW...
U Use Palace Chat, Program With IT, ETC... SOOOOO...
Guess u know how to encrypt the passwords right off then ?

And UN - Encrypt em?
-
Sep 26th, 2002, 07:57 AM
#12
Originally posted by wpearsall
something like that?
not sure, i jst pressed random keys 
OK These are proper values 
What I Entered As Password
GODPASSWORD "Encrypted Password"
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Password
GODPASSWORD "\13bh)\8DT\84S"
hello
GODPASSWORD "6\89B\91X"
abcde
GODPASSWORD "5\83O\93R"
abcdefghijklmnopqrstuvwxyz
GODPASSWORD "\ADhUf\F2W\83.@\17\85\F1\B4\848\E0V\14\04vi.\8FV\91M"
Try it out with similar passwords (preferably short ones), that way you can spot the differences, eg:
a
b
aa
ab
ac
...
once you have those you'll be able to spot the similarities/differences, and hopefully work out how to encrypt/decrypt them
-
Sep 26th, 2002, 08:01 AM
#13
So Unbanned
No... THIS IS MY HOUSE!
-
Sep 26th, 2002, 12:53 PM
#14
Thread Starter
Frenzied Member
lol
So u wanna post how i do the encryption if it's pretty easy dood ?

:P
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|