[Release] ASPX-Registerpage

04/26/2012 22:09 Xijezu#1
Heya,

Yesterday [Only registered and activated users can see links. Click Here To Register...] asked me, if I could create an ASPX-Registerscript for him.

Well, after I finished it I thaught about releasing it.

Info: You need IIS for that.

HowTo Setup IIS: [Only registered and activated users can see links. Click Here To Register...]

Move this into your C:\inetpub\www\ - Folder and open 127.0.0.1 (or localhost).

First attachement is the Source-Code.
Second attachement: Compiled Script, you just have to edit the web.config file, also you can change the design via Default.aspx
04/26/2012 22:13 →Striker←#2
Not bad at all, Thanks for this release.
04/26/2012 22:37 ptifou78#3
I just want to ask is not an offense ;)
Why do it harder in aspx when you can do it in less than 10min in php? i don't say its useless(i don't have dl that) i just want to know why use aspx xD

Thanks for you answerd =)

Moreover i really don't know this language is only based on web for iis or for other platform or other support like exe ^^
04/26/2012 22:48 Xijezu#4
Quote:
Originally Posted by ptifou78 View Post
I just want to ask is not an offense ;)
Why do it harder in aspx when you can do it in less than 10min in php? i don't say its useless(i don't have dl that) i just want to know why use aspx xD

Thanks for you answerd =)

Moreover i really don't know this language is only based on web for iis or for other platform or other support like exe ^^
PHP sucks at SQL-Connection. PHP doesn't support MSSQL anymore, so you have to take the SQL Server Driver for PHP which is crap.

Also I personally prefer ASPX instead of PHP.
04/26/2012 23:20 ptifou78#5
Hummm ok thanks if i understand you ASPX is specialised on the work with SQL(Mysql too?). Because i have see a litlle the source and is look like C(more than php ^^) and it can be great :)

Moreover ASP is more speedy?
04/26/2012 23:40 Xijezu#6
Quote:
Originally Posted by ptifou78 View Post
Hummm ok thanks if i understand you ASPX is specialised on the work with SQL(Mysql too?). Because i have see a litlle the source and is look like C(more than php ^^) and it can be great :)

Moreover ASP is more speedy?
Well, C# rather is based on SQL Server, for MySQL you have to download external .dll's, you can get them from MySQL itself. ;)

It rather looks like C(#) because it is C# ? :D

Well, about the speed, ... I'm not sure about this, but I personally thing it should be "kinda the same".
04/26/2012 23:46 ptifou78#7
Ok thanks a lot for all informations
Now i understand why C# is more know and use :)
04/27/2012 05:42 M>M#8
very nice work bro
04/30/2012 13:58 Levelz#9
what am i missing .. :(

[Only registered and activated users can see links. Click Here To Register...]

im on a admin account

and here is my config info

Code:
  </configSections>
  <appSettings>
  <!--- - - - - - - - - - - - - - - - - - - - -  REGISTERSCRIPT - CONFIG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <add key="sDbIP" value="(local)\SQLEXPRESS" />           <!-- Your Server-IP or SQL-Instanz: e.g. (local)\RAPPELZ, 127.0.0.1, localhost [...] -->
  <add key="sDbDatabase" value="Auth" />          <!-- Your Auth-Database (usually Auth) -->
  <add key="sDbUser" value="sa" />                <!-- Your SQL-Username (usually sa) -->
  <add key="sDbPassword" value="" />      <!-- Your SQL-Password -->
  <add key="bUseWindowsLogin" value="1" />        <!-- If you want to create a connection without using Username & Password (ONLY WORKS LOCAL!), set this to 1, else set it to 0-->
  <add key="sMD5Key" value="2011" />              <!-- Your MD5-Key. Default is 2011 -->
  <!-- - - - - - - - - - - - - - - - - - - - -  REGISTERSCRIPT - CONFIG - END - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -->
  </appSettings>
  <connectionStrings/>
  <system.web>
04/30/2012 14:45 c1ph3r#10
Looks like your .Net Framework or ASP.net is too old. Update both of them!
04/30/2012 21:14 bwr_62#11
Quote:
Originally Posted by Levelz View Post
what am i missing .. :(

[Only registered and activated users can see links. Click Here To Register...]

im on a admin account

and here is my config info

Code:
  </configSections>
  <appSettings>
  <!--- - - - - - - - - - - - - - - - - - - - -  REGISTERSCRIPT - CONFIG - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  <add key="sDbIP" value="(local)\SQLEXPRESS" />           <!-- Your Server-IP or SQL-Instanz: e.g. (local)\RAPPELZ, 127.0.0.1, localhost [...] -->
  <add key="sDbDatabase" value="Auth" />          <!-- Your Auth-Database (usually Auth) -->
  <add key="sDbUser" value="sa" />                <!-- Your SQL-Username (usually sa) -->
  <add key="sDbPassword" value="" />      <!-- Your SQL-Password -->
  <add key="bUseWindowsLogin" value="1" />        <!-- If you want to create a connection without using Username & Password (ONLY WORKS LOCAL!), set this to 1, else set it to 0-->
  <add key="sMD5Key" value="2011" />              <!-- Your MD5-Key. Default is 2011 -->
  <!-- - - - - - - - - - - - - - - - - - - - -  REGISTERSCRIPT - CONFIG - END - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  -->
  </appSettings>
  <connectionStrings/>
  <system.web>
value="(local)\SQLEXPRESS" />

Replace it by your instance SQL