[Help] Database account login_flag

12/05/2009 03:22 *JayKay*#1
Hello friends I have a problem in my database account'm trying to use PHP script playersonline.php the problems in this login_flag shows "0" even if players are online to work should appear in 1100 someone knows how to solve this problem with the database?

[Only registered and activated users can see links. Click Here To Register...]
12/05/2009 04:13 janvier123#2
try refeshing
reopen and close
mssql does NOT refresh
you need to close it and reopen the pages
12/05/2009 12:49 *JayKay*#3
Quote:
Originally Posted by janvier123 View Post
try refeshing
reopen and close
mssql does NOT refresh
you need to close it and reopen the pages
Thank janvir123 but not tried refresh worked on and off and nothing happens not change the status for 1100 is not it because this script was reborn system that runs the query analizer:

PHP Code:
USE [account];
GO

UPDATE dbo
.user_profile
SET login_flag 

WHERE 
(login_flag0 1100
and this script was also created a step beyond to run the query analizer
that the self reborn scrip system that will be it?
12/06/2009 04:13 janvier123#4
reborn can only be done when login_flag is 0
but its not normal when you have no where login_flag 1100 when players are online
it does take some time to see the login flags (i guess mssql or dekaron.exe is a bit slow to update that)