Register for your free account! | Forgot your password?

You last visited: Today at 00:45

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[RELEASE] Admin Panel

Discussion on [RELEASE] Admin Panel within the Shaiya PServer Guides & Releases forum part of the Shaiya Private Server category.

Closed Thread
 
Old 03/19/2012, 09:57   #31
 
Svinseladden's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 675
Received Thanks: 240
like alot here i get the errors:

Quote:
Msg 207, Level 16, State 1, Procedure usp_WhosOn, Line 4
Invalid column name 'Class'.
Msg 207, Level 16, State 1, Procedure update_detales, Line 7
Invalid column name 'JoinDate'.
Msg 207, Level 16, State 1, Procedure AddPoints, Line 37
Invalid column name 'Date'.
and yea i seen why and stuff like that but does it work even if you don't fix them?

i don't use the admin pan but like the auto ban ip stuff here. like when ppl change ip and get auto ban if they try an account that already ban. but stat padders and so on those that still work with this 3 errors?

or is there a workaround that works? something to do like adding colums or something?

btw to change from old ip ban in User_master to the new one you need

Quote:
INSERT INTO GM_Stuff.dbo.BannedIP(IP1) SELECT banIP FROM PS_UserData.dbo.BannedIPs
and this one..

Quote:
Update PS_UserData.dbo.Users_Master
Set Status='-2'
Where Status='-5'
becouse old was in user_master and not in the gm_stuff and old gave -5 and the new one uses -2 when your banned..
Svinseladden is offline  
Old 03/25/2012, 06:55   #32
 
elite*gold: 0
Join Date: Jun 2011
Posts: 108
Received Thanks: 269
ok theres bugs in my scripts from what i have been reading so as soon as i get my brain ta function acuretly again ill rework the querys ta fix the invaled collumn class of the scripts. i have huge add issues and if im not chalanged at scripting i tend ta loos entrist and unabel ta fix whats wrong cause im to unfocused on the true issue and start wondering off subject to other things and endup 90% more bugged then when i start lol so give me a few ta get my brain workeing back on track again and ill fix the issues of my scripts.. unless someone wants ta do it for me all it requiers is go in and find the sections refering to CLASS and replace the
'where Class = ' '
and change that to
where Famaily = value needed from Chars table and Job = value needed from chars table
[DEV]xXDASHXx is offline  
Old 06/08/2012, 10:11   #33
 
treica's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 525
Received Thanks: 805
has anybody else this error when try to access itemedits or something Admin Account returned no Results thats killing me i have no ideea since i use the same files, db, scripts i used before....
treica is offline  
Old 06/08/2012, 13:32   #34
 
elite*gold: 0
Join Date: May 2011
Posts: 15
Received Thanks: 0
what user and pass to login to Admin Panel ?
mchan004 is offline  
Old 06/08/2012, 13:55   #35
 
.Shaco.'s Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 171
Received Thanks: 295
go to GMStuffs database and check login. There you will see your login id and pass and IP change it to 127.0.0.1 if you are trying to login from local. The login scrip was made it so that the login ip and login user's IP must meet.
.Shaco. is offline  
Old 06/08/2012, 14:01   #36
 
elite*gold: 0
Join Date: May 2011
Posts: 15
Received Thanks: 0
where GMStuffs ?
mchan004 is offline  
Old 06/08/2012, 17:18   #37
 
elite*gold: 0
Join Date: Sep 2009
Posts: 76
Received Thanks: 20
Quote:
Originally Posted by treica View Post
has anybody else this error when try to access itemedits or something Admin Account returned no Results thats killing me i have no ideea since i use the same files, db, scripts i used before....
Not i dont have the problem i can edit all items
-Elliot- is offline  
Old 06/08/2012, 20:15   #38
 
treica's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 525
Received Thanks: 805
As long i can login into panel is everything cool, i did checked all those stuff but i have no ideea reason my ip is static so ima not needed to change...i tryed already for 2 days but no success i think i quit the panel xd.
treica is offline  
Old 06/09/2012, 00:51   #39
 
.Shaco.'s Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 171
Received Thanks: 295
are you admin with your acc? status 16 i mean.
.Shaco. is offline  
Old 06/09/2012, 01:48   #40
 
treica's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 525
Received Thanks: 805
i fixed it, was the crappy dupe fix sistem was blocking every connection from server scripts.
i changed the sp as was before and is working now.
treica is offline  
Old 06/09/2012, 15:09   #41
 
elite*gold: 0
Join Date: May 2011
Posts: 15
Received Thanks: 0
error in logout.txt SQL 2005
->

Msg 207, Level 16, State 1, Procedure usp_Try_GameLogout_R, Line 0
Invalid column name 'LogoutTime'.
Msg 207, Level 16, State 1, Procedure usp_Try_GameLogout_R, Line 0
Invalid column name 'LogoutErrType'.
mchan004 is offline  
Old 06/09/2012, 17:45   #42
 
JohnHeatz's Avatar
 
elite*gold: 150
Join Date: Apr 2010
Posts: 9,739
Received Thanks: 8,977
Just declare the variables if you don't have them already on your SP
JohnHeatz is offline  
Old 06/15/2012, 21:02   #43
 
elite*gold: 0
Join Date: Apr 2012
Posts: 47
Received Thanks: 7
Ok, for some reason I can't get the Admin Panel to work through MSSQL. Everything I have is run through ODBC so any help with getting MSSQL queries to work would be great. Really need this panel..
orion72956 is offline  
Old 06/17/2012, 11:23   #44
 
shadyassassin's Avatar
 
elite*gold: 0
Join Date: Apr 2011
Posts: 199
Received Thanks: 55
does this work still? need free unlimited premium plz and thanks xD
shadyassassin is offline  
Old 06/19/2012, 11:07   #45
 
elite*gold: 0
Join Date: Apr 2012
Posts: 59
Received Thanks: 25
Quote:
Originally Posted by orion72956 View Post
Ok, for some reason I can't get the Admin Panel to work through MSSQL. Everything I have is run through ODBC so any help with getting MSSQL queries to work would be great. Really need this panel..
Convert it for MSSQL query's go to ODBC.
Riouk is offline  
Closed Thread


Similar Threads Similar Threads
[Release] Admin Panel
01/08/2013 - Flyff PServer Guides & Releases - 57 Replies
Von stefan kaufen und weiterverkaufen ist assi.... so meine einstellung, auch wenn die meisten angepisst sein werden, ich mit eingeschlossen, ist hier das admin panel von stefan. sieht es als weihnachtsgeschenk an. File-Upload.net - admin.rar bin net sicher ob da ein fehler im header is, sollte aber leicht fixbar sein. bin mit handy grad online, kann daher nicht selber reingucken.
[Release] Sedrika's Admin Panel - Lite Edition
06/23/2012 - Flyff PServer Guides & Releases - 25 Replies
.
[RELEASE]Web Admin/User Panel v1.0
06/24/2011 - Dekaron Private Server - 10 Replies
Hello Guys,All credits going to Niky.I dont saw this tool posted in epvpers so i decided to help the community. the release function : GM/DEV/OPR Login ( detected by Character with // on the name ) Edit Accounts ( select by Account Name or Character Name ) Edit Character ( select by Character Name ) Give / Take Coins to Account ( select by Character Name ) Send Weapon to Character ( select by Character Name ) ( order by Lv till Lv / Class --> See all Weapons / Select the + )
[RELEASE] OSDS V4 (Admin Control Panel)
06/11/2011 - Dekaron Private Server - 26 Replies
Installation guide Last modified: April 1, 2011 System requirements Before you begin What Is SVN? Why use SVN?



All times are GMT +2. The time now is 00:45.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.