Jump to content

Welcome to NulledBlog
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. If you already have an account, login here - otherwise create an account for free today!
Photo

Login and Authentication ( C# / PHP )


  • Please log in to reply
8 replies to this topic

#1
roxaslock

  • Offline
  • New Member

  • PipPip
  • Posts:
    15
    Reputation:
    1
    Joined:
    04 Nov, 2015

private const string _a = "0cHM6Ly9hcGkuZGVlcGJvdC50di9jbGllbnQvYm90bG9naW4ucGhwaHR"; ( Encoded URL, i am able to decode it )

private static NameValueCollection GetBaseParameters()
{
NameValueCollection values = new NameValueCollection();
values["bot_version"] = Application.ProductVersion;
values["comp_name"] = Environment.MachineName;
values["win_user_name"] = Environment.UserName;
values["win_os"] = Environment.OSVersion.ToString();
return values;
}

private static string GetResponseText(byte[] bytes)
{
string str;
using (MemoryStream stream = new MemoryStream(bytes))
{
using (StreamReader reader = new StreamReader(stream))
{
str = reader.ReadToEnd();
}
}
return str;
}

Okay, so i have crack that application, but i have only one problem, what i can not resolve ...

 

What is a good structure for the login.php is it a post or ehat is that and how can i resolve it ?


  • 0

#2
ashe09071988

  • Offline
  • Member

  • Posts:
    28
    Reputation:
    10
    Joined:
    21 Jul, 2015

please change your color code first ! It's so difficult to read.


  • 0

#3
davidmax

  • Offline
  • Lurker

  • Pip
  • Posts:
    6
    Reputation:
    0
    Joined:
    15 Nov, 2015

it was hard


  • 0

#4
namthanh20154

  • Offline
  • Member

  • Posts:
    53
    Reputation:
    9
    Joined:
    14 Nov, 2015
please put code in
[code ][ /code]
tag

Edited by namthanh20154, 15 November 2015 - 01:46 PM.

  • 0

#5
deflife742

  • Offline
  • Member

  • PipPipPip
  • Posts:
    27
    Reputation:
    11
    Joined:
    16 Nov, 2015

thx code 


  • 6

#6
iamtrol

  • Offline
  • New Member

  • PipPip
  • Posts:
    23
    Reputation:
    9
    Joined:
    11 Nov, 2015

Thank you very much. awesome


  • 0

#7
IAmNotALeecher

  • Offline
  • Mlmlml

  • Posts:
    60
    Reputation:
    28
    Joined:
    15 Dec, 2015

Put it inside code brackets, in this form is a little difficult lol

Then we can start helping you :)


  • 0

#8
camcam

  • Offline
  • Member

  • Posts:
    63
    Reputation:
    -1
    Joined:
    14 Aug, 2015

ok jung


  • 0

#9
rot4p

  • Offline
  • New Member

  • Posts:
    17
    Reputation:
    0
    Joined:
    10 Oct, 2015

black
:P
  • 0


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users