Epic Web Server Program.cs:line 121??, help plzz

10/19/2011 23:32 sorengwapo11#1
I need help about this.
I'm trying to make a register page of conquer.
I tried to register in my own computer and it work but when i register on the other computer it will say..

Code:
System.ArgumentOut OfRangeException: StartIndex cannot be less than zero. 
Parameter name: startIndex
       at System.String.InternalSubStringWithChecks<Int32 starIndex, Int32 length, Boolean fAlwaysCopy>
       at System.String.Subtring<Int32 startIndex>
       at Epic_WebServer.Program.Loop<> in C:\Documents and Settings\Administrator\Desktop\Epic WebServer\Epic WebServer\Program.cs"line 121
10/19/2011 23:34 abdeen#2
Quote:
Originally Posted by sorengwapo11 View Post
I need help about this.
I'm trying to make a register page of conquer.
I tried to register in my own computer and it work but when i register on the other computer it will say..

Code:
System.ArgumentOut OfRangeException: StartIndex cannot be less than zero. 
Parameter name: startIndex
       at System.String.InternalSubStringWithChecks<Int32 starIndex, Int32 length, Boolean fAlwaysCopy>
       at System.String.Subtring<Int32 startIndex>
       at Epic_WebServer.Program.Loop<> in C:\Documents and Settings\Administrator\Desktop\Epic WebServer\Epic WebServer\Program.cs"line 121


so show me the part of website at program.cs to check it.
10/19/2011 23:40 sorengwapo11#3
THANK YOU SIR for the reply


<html>
<head>
<title>Server Name </title>

<form action="http://5.134.162.201:8080/regcomplete.html" method="POST" >
<font size = "4" color = "ff0000" >Account: </font><input class = "button" type = "text" name = "Account">
</br>
<font size = "4" color = "ff0000" >Password: </font><input class = "button" type = "password" name = "Password">
</br>
<input type = "submit" name = "submit" value = "Register">
</form>
Vote for us:</br>
<!-- Begin XtremeTop100 code -->
<a href="http://www.xtremetop100.com/in.php?site=1132248758">
<img src="http://www.xtremeTop100.com/votenew.jpg" border="0" alt="private server"></a>
<!-- End XtremeTop100 code -->
</head>
</html>
10/20/2011 00:33 abdeen#4
Quote:
Originally Posted by sorengwapo11 View Post
THANK YOU SIR for the reply


<html>
<head>
<title>Server Name </title>

<form action="http://5.134.162.201:8080/regcomplete.html" method="POST" >
<font size = "4" color = "ff0000" >Account: </font><input class = "button" type = "text" name = "Account">
</br>
<font size = "4" color = "ff0000" >Password: </font><input class = "button" type = "password" name = "Password">
</br>
<input type = "submit" name = "submit" value = "Register">
</form>
Vote for us:</br>
<!-- Begin XtremeTop100 code -->
<a href="http://www.xtremetop100.com/in.php?site=1132248758">
<img src="http://www.xtremeTop100.com/votenew.jpg" border="0" alt="private server"></a>
<!-- End XtremeTop100 code -->
</head>
</html>
if you see me post you will find i said the part of register in program.cs
10/20/2011 12:19 sonofskeletor#5
Ditch Epic web server it sucks use php

#edit
Nevermind elitepvpers dont support the binary symbols
10/22/2011 19:10 Deсker#6
Mind posting line 121 in program.cs? ctrl+g 121