Skip to content
LuigiBlood edited this page May 17, 2021 · 10 revisions

Randnet Initial Dialup

  • Phone Number: 0335685050
  • CHAP User: K6R4A0N0D6N4E0T0
  • CHAP Password: K1QU0K@N
  • DNS Server: 172.16.10.30

Randnet Member ID is a 8 digit number, Member Password is a 4 digit number.

Randnet Access Phone Numbers

Found in Randnet Disk dumps.

東京(20円/分)	0077-2090064	# Tokyo (20 yen / minute)
東京(03)		03-3568-5050	# Tokyo (03)
東京2			03-3568-5054	# Tokyo 2
札幌(011)		011-200-5093	# Sapporo (011)
浦和(048)		048-814-0519	# Urawa (048)
神戸(078)		078-334-9419	# Kobe (078)
京都(075)		075-693-1035	# Kyoto (075)
船橋(047)		047-420-6820	# Funabashi (047)
福岡(092)		092-726-3639	# Fukuoka (092)
横浜(045)		045-730-3928	# Yokohama (045)
名古屋(052)		052-939-1404	# Nagoya (052)
大阪(06)		06-4802-7509	# Osaka (06)

Randnet Servlet

Basic Service

GetCommunicationConfig

After setting up the login to the Randnet Disk or Mario Artist Communication Kit, it will dialup to Randnet and query this URL using the login information. Once the proper information returns, the login is considered linked to the disk, and will use the CHAP login info next time, which I assume to be unique per user (even though a lot of times the Member information seems to be given plaintext).

Keep this in mind that once the user info is linked to the disk, you cannot get rid of it. Or at least a way hasn't been found to do a complete reset.

URL: http://www.randnet.ne.jp/servlet/GetCommunicationConfig?MEMBERID=<ID>&MEMBERPW=<Password>

Returns

!RC=0                        # Must be set
NETWORKID=<ASCII>            # CHAP User
NETWORKPW=<ASCII>            # CHAP Password
MYAPCODE=???                 # Something about Phone Number
VERSION=0                    # Version?
PROXY=???                    # Proxy?
NOPROXY=???                  # No Proxy?
MULTCASTADDR=???             # MultCast Address?
MULTCASTPORT=???             # MultCast Port?
AP=<name1>,<name2>,...       # Names attributed to Randnet Phone Numbers (see APTEL) [NEEDS CORRECTION, doesn't seem to just use commas]
APTEL=<phone1>,<phone2>,...  # Phone Numbers for Randnet Access [NEEDS CORRECTION, doesn't seem to just use commas]

GetNewVersion

URL: http://www.randnet.ne.jp/servlet/GetNewVersion?VERSION=<???>&FILEID=<???>

Returns

Content-Types possible: application/enternet-get-new-version-msg or other

!RC=0                        # Must be set if other content type?

AuthenticateProxy

URL: http://www.randnet.ne.jp/servlet/AuthenticateProxy

CancelService

URL: http://www.randnet.ne.jp/servlet/CancelService?DISKID=<Disk>&MEMBERID=<ID>&TICKETID=<Ticket>

Returns

!RC=0                        # Must be set

Randnet Member

CheckMember

URL: http://www.randnet.ne.jp/servlet/CheckMember?DISKID=<DISK>&SERVICEID=<???>&MEMBERID=<ID>&MEMBERPW=<Password>&MAILADDR=<Address>&VER=<?>

Returns

!RC=0                        # Must be set
!TICKET=                     # Ticket ID?
VER=                         # Version?
UNREADMAIL=                  # Amount of unread mail?

QueryPrepaidAmount

Gets current Rand Cash amount.

URL: http://www.randnet.ne.jp/servlet/QueryPrepaidAmount?MEMBERID=<ID>&MEMBERPW=<Password>

Returns

Content-Types possible: application/enternet-query-err or other

!RC=0                        # Must be set
!PREPAID=<Amount>            # Rand Cash Amount

ChangeMemberPW

URL: http://www.randnet.ne.jp/servlet/ChangeMemberPW?MEMBERID=<ID>&DISKID=<DISK>&OLDMEMBERPW=<OldPassword>&NEWMEMBERPW=<NewPassword>

ChangeMemberCat

URL: http://www.randnet.ne.jp/servlet/ChangeMemberCat

QueryMemberCat

URL: http://www.randnet.ne.jp/servlet/QueryMemberCat

ChangeMemberInfo

URL: http://www.randnet.ne.jp/servlet/ChangeMemberInfo

QueryMemberInfo

URL: http://www.randnet.ne.jp/servlet/QueryMemberInfo

Shopping Management

BuyContent

URL: http://www.randnet.ne.jp/servlet/BuyContent?AMOUNT=<???>&TICKETID=<???>&CREDITPW=<???>&MEMBERPW=<Password>&IDSUF=<???>&MEMBERID=<ID>&METHOD=<???>&PRODUCTID=<???>&DISKID=<DISK>

ConfirmBuyContent

URL: http://www.randnet.ne.jp/servlet/ConfirmBuyContent?DISKID=<Disk>&RC=<?>

BuyTicket

URL: http://www.randnet.ne.jp/servlet/BuyTicket?DISKID=<Disk>&PRODUCTID=<?>&METHOD=<?>&MEMBERID=<ID>&IDSUF=<?>&MEMBERPW=<Pass>&CREDITPW=<Pass>&AMOUNT=<?>&MAILADDR=<Address>

Returns

Content-Types possible: application/enternet-buy-product-err or application/enternet-confirm-payment or other

!RC=0                # Must be set
!TICKET=             # Ticket ID?
!AMOUNT=             # Only for application/enternet-confirm-payment?
!PREPAID=<Amount>    # Rand Cash Amount

BuyTicketInAuthenticate

URL: http://www.randnet.ne.jp/servlet/BuyTicketInAuthenticate

ConfirmBuyTicket

URL: http://www.randnet.ne.jp/servlet/ConfirmBuyTicket?DISKID=<Disk>&RC=<?>

Returns

Content-Types possible: application/enternet-buy-cancel or other

!RC=0                # Must be set
!TICKET=             # Ticket ID?
!PREPAID=<Amount>    # Rand Cash Amount

BuyPrepaid

URL: http://www.randnet.ne.jp/servlet/BuyPrepaid?DISKID=<Disk>&PRODUCTID=<?>&MEMBERID=<ID>&IDSUF=<?>&CREDITPW=<Pass>&AMOUNT=<Amount>

Returns

Content-Types possible: application/enternet-buy-product-err or application/enternet-confirm-payment or other

!RC=0                # Must be set
!AMOUNT=             # Only for application/enternet-confirm-payment?
!PREPAID=<Amount>    # Rand Cash Amount

ConfirmBuyPrepaid

URL: http://www.randnet.ne.jp/servlet/ConfirmBuyPrepaid?DISKID=<Disk>&RC=<?>

Returns

Content-Types possible: application/enternet-buy-cancel or other

!RC=0                # Must be set
!PREPAID=<Amount>    # Rand Cash Amount

CheckCreditPW

URL: http://www.randnet.ne.jp/servlet/CheckCreditPW

ChangeCreditPW

URL: http://www.randnet.ne.jp/servlet/ChangeCreditPW

Download

DLResult

URL: http://www.randnet.ne.jp/servlet/DLResult?DISKID=<Disk>&RC=<0 or 100>

Returns

!RC=0                # Must be set
!PREPAID=<Amount>    # Rand Cash Amount
!TICKET=             # Ticket ID?

DLRetry

URL: http://www.randnet.ne.jp/servlet/DLRetry?DISKID=<Disk>&PRODUCTID=<?>

DLReget

URL: http://www.randnet.ne.jp/servlet/DLReget?DISKID=<Disk>&PRODUCTID=<?>&FROM=<?>

E-mail Service

UseMail

URL: http://www.randnet.ne.jp/servlet/UseMail

ChangeMailPassword

URL: http://www.randnet.ne.jp/servlet/ChangeMailPassword?MAILADDR=<Address>&OLDMAILPW=<OldPassword>&NEWMAILPW=<NewPassword>

RequestMailAddress

URL: http://www.randnet.ne.jp/servlet/RequestMailAddress?DISKID=<Disk>&MEMBERID=<ID>&IDSUF=<?>&MEMBERPW=<Password>&MAILID1=<?>&MAILID2=<?>&MAILID3=<?>&MAILPW=<Password>

DeleteMailAddress

URL: http://www.randnet.ne.jp/servlet/DeleteMailAddress

CancelMailService

URL: http://www.randnet.ne.jp/servlet/CancelMailService?DISKID=<Disk>&MEMBERID=<ID>&MAILADDR=<Address>&TICKETID=<Ticket>&TYPE=<?>

Returns

!RC=0                        # Must be set

Other

Confirm

URL: http://www.randnet.ne.jp/servlet/Confirm

Clone this wiki locally