Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Mu Mobile [Release] MU Mobile server 7.5 ver 9.0 offline + Guide

Newbie Spellweaver
Joined
Oct 11, 2019
Messages
6
Reaction score
0
wrong sidinfo.aspx return json


Bro what is wrong here?

1.<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SidInfo.aspx.cs" Inherits="auth.SidInfo" %>

2.<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SidInfo.aspx.cs" Inherits="_Default" %>


3.
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;public partial class _Default : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { string str4 = AppDomain.CurrentDomain.BaseDirectory; string str5 = Request.PhysicalApplicationPath; Response.ContentType = "text/html"; FileStream fs = new FileStream(str5 + "QMQJLogin\\1.dat", FileMode.Open, FileAccess.Read); int fslength = (int)fs.Length; byte[] bimg = new byte[fslength]; fs.Read(bimg, 0, fslength); fs.Close(); Response.BinaryWrite(bimg); Response.End(); }}
 
Newbie Spellweaver
Joined
Jul 5, 2016
Messages
35
Reaction score
3
Please update download sources. Download Linkez don't work.

Thank you.
 
Initiate Mage
Joined
Dec 2, 2023
Messages
3
Reaction score
0
: GM Tools
: APK , IPA (android , ios Client)
Unity 3D files upacked
: Usefull app
: Server Files
java , android studio (unpack)
: (repack)

N.B.: You can use jdownloader for baidu
files no found
 
Back
Top