Darkorbit Server Code ?

06/05/2012 00:48 blackout617#1
Hi im working on a Bid bot/auto tech. bot etc.. i finish with it but i have problems with login system i type the id the password the server the program login but he can not login in the server i dont know how to make it ? can anyone help or try to help me when you give me the code from it :) i mean with the code: all html pages have a code like for login place name=*********** something like that thanks :) ?
06/05/2012 01:09 Miauyo2#2
Look in bestbots.ro Forum xD
06/05/2012 08:14 blackout617#3
Quote:
Originally Posted by Miauyo2 View Post
Look in bestbots.ro Forum xD
i can not find it there
06/05/2012 09:52 deathline4ever#4
Quote:
Originally Posted by blackout617 View Post
Hi im working on a Bid bot/auto tech. bot etc.. i finish with it but i have problems with login system i type the id the password the server the program login but he can not login in the server i dont know how to make it ? can anyone help or try to help me when you give me the code from it :) i mean with the code: all html pages have a code like for login place name=*********** something like that thanks :) ?
Look no one give you a Source Code.
But i will give you some Tipps.
Add "LiveHTTPHeaders" to your Browser then open it and Log-In into your Account then come some blocks there one block. Then come a block theire you find in the middle something like that

Code:
loginForm_default_username=YourUsername&loginForm_default_password=YourPassword&loginForm_default_login_submit=Login
And then you must make a variable to give the userinformation from the form to your string.

Then you must make a Function who reads the QuellSource
Theire you must something like.

SID = "dosid=53bdggsj2j5hgfjh"

The Function must copy these and paste it in the adress here is the example:

//http://int1.darkorbit.bigpoint.com/indexInternal.es?dosid=53bdggsj2j5hgfjh

Blue is for the server shortcut like int1, int2, gb1 , us1, de1 or something like that.

and with these function you´re logged in in your Account.

I Hope these Post can help you.

Best Regards.
06/05/2012 11:11 blackout617#5
Quote:
Originally Posted by deathline4ever View Post
Look no one give you a Source Code.
But i will give you some Tipps.
Add "LiveHTTPHeaders" to your Browser then open it and Log-In into your Account then come some blocks there one block. Then come a block theire you find in the middle something like that

Code:
loginForm_default_username=YourUsername&loginForm_default_password=YourPassword&loginForm_default_login_submit=Login
And then you must make a variable to give the userinformation from the form to your string.

Then you must make a Function who reads the QuellSource
Theire you must something like.

SID = "dosid=53bdggsj2j5hgfjh"

The Function must copy these and paste it in the adress here is the example:

//http://int1.darkorbit.bigpoint.com/indexInternal.es?dosid=53bdggsj2j5hgfjh

Blue is for the server shortcut like int1, int2, gb1 , us1, de1 or something like that.

and with these function you´re logged in in your Account.

I Hope these Post can help you.

Best Regards.
i maked the id pw and login button before but i have problems with server thanks i will try :)