|
You last visited: Today at 02:11
Advertisement
[Release] Query To Un-ban Account [Database]
Discussion on [Release] Query To Un-ban Account [Database] within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
05/12/2012, 08:18
|
#1
|
elite*gold: 0
Join Date: Nov 2009
Posts: 1,163
Received Thanks: 1,161
|
[Release] Query To Un-ban Account [Database]
PHP Code:
--By Leandro ( nukertube ) --
USE [SRO_VT_SHARD]
GO
--------------------------------
DECLARE @ChrID INT;
DECLARE @CharName VARCHAR(64);
DECLARE @AccJID INT;
---------------------------------
SET @CharName = 'CharNameHere'---
---------------------------------
SET @ChrID=(SELECT CharID FROM _Char WHERE CharName16=@CharName)
SET @AccJID=(SELECT UserJID FROM _User WHERE CharID=@ChrID)
--------------------------------
USE [SRO_VT_ACCOUNT]
--------------------------------
DELETE FROM [dbo].[_BlockedUser]
WHERE UserJID = @AccJID
DELETE FROM [dbo].[_Punishment]
WHERE UserJID = @AccJID
--By Leandro ( nukertube ) --
-----------------------------------------------------------------
SELECT StrUserID FROM TB_User WHERE JID = @AccJID
-----------------------------------------------------------------
Regards, ღ ∂ Ropp
Credits ; nukertube
|
|
|
05/17/2012, 02:09
|
#2
|
elite*gold: 0
Join Date: Mar 2010
Posts: 733
Received Thanks: 87
|
thanks
|
|
|
05/17/2012, 02:35
|
#3
|
elite*gold: 0
Join Date: Nov 2009
Posts: 1,163
Received Thanks: 1,161
|
Your welcome c;
|
|
|
05/17/2012, 02:54
|
#4
|
elite*gold: 844
Join Date: Oct 2010
Posts: 839
Received Thanks: 192
|
you are very active member nice work thx for sharing
|
|
|
05/17/2012, 03:01
|
#5
|
elite*gold: 0
Join Date: Nov 2009
Posts: 1,163
Received Thanks: 1,161
|
You guys are extremely welcome c;
|
|
|
05/17/2012, 22:19
|
#6
|
elite*gold: 0
Join Date: May 2010
Posts: 579
Received Thanks: 166
|
:::::::::::::::::
Thx for Credits
Plz Thx for me plzz ^^
|
|
|
08/04/2012, 06:07
|
#7
|
elite*gold: 0
Join Date: Jun 2010
Posts: 331
Received Thanks: 59
|
Tyyy
|
|
|
 |
Similar Threads
|
[Official Release] Rainbow Database: Vampire/Godship/Legionairre Database!
04/25/2021 - EO PServer Guides & Releases - 106 Replies
http://i43.tinypic.com/jgo485.png
Additional: The database contains all material and server features which I alone coded, designed and created. I can barely recall if their were any bugs. I think there was with one of the vampire skills. People said it was supposed to be an xp skill but they could use it without having to be on XP. So its pretty minor but if you find any other problems please report them to this thread and i'll make a fix asap.
Many database releases have come before this...
|
need query for database
12/26/2011 - Metin2 Private Server - 2 Replies
I need query to update item@player
I want to change one vnum of all the items in player@table to another..
example: change vnum 19 to 16
|
[Help] Database query
06/26/2009 - CO2 Private Server - 8 Replies
So, I'm currently trying to add the +12 npc to my TQ binaries server, and I keep getting an issue with the query when I try to run it.
INSERT INTO cq_npc VALUES(0453, 0, 0, "MoonGoddess", 0002, 4053, -1, 5000, 0047, 0074, 1400,
0,0,0,0,0,0,0, 0,0,0,0, "", 0, 00, 00, 0000, 01, 0000 );
1136 - Column count doesn't match value count at row 1
that is the error I am receiving so if anyone knows how to fix it please respond.
Also I'm using navicat 8.0.20 lite to edit it.
|
All times are GMT +1. The time now is 02:12.
|
|