Question before a release

12/22/2011 07:33 Bаne#1
Alright, so i have pretty much everything done for my first big release on SRO, but i have one quick question about the Blizkrieq VSRO files Chernoble released.

Where is the function that checks all accounts during login, and makes sure all the information is correct? For example in Shaiya we have a [PS_UserData].[dbo].[usp_Try_GameLogin_Taiwan]


I need to make a few edits to it to make my script work 100%, it works but a function of it doesn't if that makes since...
12/22/2011 07:38 LastThief#2
are you coding website ?
12/22/2011 07:39 Bаne#3
A regestration script that has a email function and can add so much silk on creation, a GM panel, a change password function, a top 100, and a user online.
12/22/2011 07:43 ÑõÑ_Ŝŧóp#4
[SRO_VT_ACCOUNT].[dbo].[_CertifyTB_User] or [dbo].[_CertifyUser], one of them
(It maybe wrong)
12/22/2011 07:43 LastThief#5
if you want login function that makes sense just wait till 2morow and i'll send you my login function
12/22/2011 07:45 Bаne#6
Quote:
Originally Posted by LastThief View Post
if you want login function that makes sense just wait till 2morow and i'll send you my login function
Thanks, that gives me a break from all coding and time to play Vindicuts :p

My skype is on my profile, or you can just send me it in a Pm, either works xD
12/22/2011 07:47 LastThief#7
you're using php correct ?
12/22/2011 07:50 Bаne#8
Quote:
Originally Posted by LastThief View Post
you're using php correct ?
Yes there all PhP.
12/22/2011 07:54 LastThief#9
if you wanna have pre-look at the login function visit [Only registered and activated users can see links. Click Here To Register...] that's my own coded web so the login function you gonna test their will be the same as you get :p
12/22/2011 07:57 Bаne#10
LOL ya that is pretty much the same as what I just made, what anti-injection did you use? I went with

'/%0[0-8bcef]/', // url encoded 00-08, 11, 12, 14, 15
'/%1[0-9a-f]/', // url encoded 16-31
'/[\x00-\x08]/', // 00-08
'/\x0b/', // 11
'/\x0c/', // 12
'/[\x0e-\x1f]/'
12/22/2011 08:03 LastThief#11
yep,do you've something like this

function IsLoggedIn(){
if(isset($_COOKIE['cookname']) && isset($_COOKIE['cookpass'])){
$_SESSION['username'] = $_COOKIE['cookname'];
$_SESSION['password'] = $_COOKIE['cookpass'];
} ?
12/22/2011 08:49 Bаne#12
Alright then :p but ya that would be amainzing, talk to you tommorow on it.
12/22/2011 08:53 LastThief#13
okey add me on

thelastthief
12/22/2011 09:00 Bаne#14
#added
12/22/2011 09:01 LastThief#15
in approx 20 hours i'll be on :D