Raised This Month: $51 Target: $400
 12% 

[ANY] Simple Admin & VIP Manager [SAVM]


Post New Thread Reply   
 
Thread Tools Display Modes
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 02-06-2015 , 16:41   Re: [ANY] Simple Admin and VIP Manager [SAVM]
Reply With Quote #21

Quote:
Originally Posted by asdfxD View Post
i have no clue why, but it happened xD.

now, the interface works fine for me but can't add ppl to the database. i use it on my root, i tried with "localhost" and "127.0.0.1" still not working. sourcebans & playeranalytics are working fine on my machine. the old plugin says when i add someone with /savmadd

cant create table vips.adminsvip bla bla. but i have both of them. adminsvip and adminvip. :/#

edit: site login does not work too. it shows a white page after the first logout.
Okay, now I know that some host don't allow to write files with PHP, for some random reasons.
First try this :
Download the last available web interface (1.3.0 now)
Extract it some where.
Find and open the "Config" folder.
Find and open the config.php file with a text editor.
Edit the file to looks like this :
Code:
<?php class config {
	const DB_HOST = "YOUR HOST"; /*Generaly, 'localhost' */
	const DB_USERNAME = "YOUR USERNAME"; /* 'root' in your case.*/
	const DB_PASSWORD = "YOUR PASSWORD";       /* Your password */
	const DB_DATABASE = "YOUR DATABASE NAME";        /* Your database name, I think yours is 'vips' */
}?>
Then, upload it again to your server (all the files and directories), and don't forget to remove your INSTALL folder !

Then, if it still DOESN'T work do this :

Can you give me your console errors ? It can be found like this : Right click on the web page > Inspect element > Console (at least, in Google Chrome).

Also, you are NOT supposed to create tables your self, just your database.

This error happen when the web interface can't select value in database (= wrong username ? Wrong password ? Wrong database name ? No acccess ?)

Also, make sure you downloaded the web interface 1.3.0 !!
__________________
Want to check my plugins ?

Last edited by Arkarr; 02-06-2015 at 16:54.
Arkarr is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 02-06-2015 , 17:00   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #22

i use the same username and pass for all my plugins which needs a database.

example

host: localhost
sourcebans user: asdf
sourcebans pass: 123
database: sourcebans
-> works fine

host: localhost
playeranalytics user: asdf
playeranalytics pass: 123
database: connections
-> works fine

host: localhost
simpleadminvipmanager user: asdf
simpleadminvipmanager pass: 123
database: vips
-> not working.

there is no wrong password, username or whatever and no, all these tables from your plugin was created automatically (so the connection to mysql is there)
the login works when i install the webpanel but as i said. if i logout and want a re-login, it shows me a white page.

edit: yup, i use the latest interface.

Last edited by asdfxD; 02-06-2015 at 17:00.
asdfxD is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 02-06-2015 , 17:02   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #23

@asdfxD
Okay, alright, but if you use it without loging out, it does work ? (Try to display user list)

Again, can you give me logs ?
__________________
Want to check my plugins ?
Arkarr is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 02-06-2015 , 17:14   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #24

Quote:
Originally Posted by Arkarr View Post
@asdfxD
Okay, alright, but if you use it without loging out, it does work ? (Try to display user list)

Again, can you give me logs ?
yes, i can do everything on first login. adding users (but list is empty), can see and use all icon buttons.

logs soon.
asdfxD is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 02-06-2015 , 17:16   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #25

Quote:
Originally Posted by asdfxD View Post
yes, i can do everything on first login. adding users (but list is empty), can see and use all icon buttons.

logs soon.
So... you can't actually ? Or I just miss understand ?
This mean what ? You add user using the web interface, and then you click on the list user button, but it doesn't appear ? There is something wrong with the database connection then.
__________________
Want to check my plugins ?

Last edited by Arkarr; 02-06-2015 at 17:16.
Arkarr is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 02-06-2015 , 18:05   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #26

Quote:
Originally Posted by Arkarr View Post
So... you can't actually ? Or I just miss understand ?
This mean what ? You add user using the web interface, and then you click on the list user button, but it doesn't appear ? There is something wrong with the database connection then.
https://www.youtube.com/watch?v=sgo-LluU5Zk

edit: i post logs tomorrow.

Last edited by asdfxD; 02-06-2015 at 18:06.
asdfxD is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 02-06-2015 , 18:16   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #27

Quote:
Originally Posted by asdfxD View Post
I think... I missed something in my logs record. I need to right after the INSERT request if the user is successfully added or not.

EDIT:
Update the webinterface to version 1.4.0, and do exactly the same thing as you did on the video. You should see 4 new lines in your database logs.
__________________
Want to check my plugins ?

Last edited by Arkarr; 02-06-2015 at 18:32.
Arkarr is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 02-07-2015 , 03:37   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #28

Quote:
Originally Posted by Arkarr View Post
I think... I missed something in my logs record. I need to right after the INSERT request if the user is successfully added or not.

EDIT:
Update the webinterface to version 1.4.0, and do exactly the same thing as you did on the video. You should see 4 new lines in your database logs.
this?

07/02/2015 @ 093:25 QUERY FAILED ! No idea why...
07/02/2015 @ 093:25 DB configuration :
07/02/2015 @ 093:25 HOST: **
USERNAME: **
PASSWORD: **
DATABASE: **
asdfxD is offline
Arkarr
Veteran Member
Join Date: Sep 2012
Location: Just behind my PC screen
Old 02-07-2015 , 06:09   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #29

Quote:
Originally Posted by asdfxD View Post
this?

07/02/2015 @ 093:25 QUERY FAILED ! No idea why...
07/02/2015 @ 093:25 DB configuration :
07/02/2015 @ 093:25 HOST: **
USERNAME: **
PASSWORD: **
DATABASE: **
Yep, this... See ? You can't query the database, are the '**' the correct information of your database ?
If not, manually edit the config.php file.
__________________
Want to check my plugins ?

Last edited by Arkarr; 02-07-2015 at 06:10.
Arkarr is offline
asdfxD
Veteran Member
Join Date: Apr 2011
Old 02-07-2015 , 07:21   Re: [ANY] Simple Admin and VIP Manager [SAVM] + Day(s)-trial for players
Reply With Quote #30

Quote:
Originally Posted by Arkarr View Post
Yep, this... See ? You can't query the database, are the '**' the correct information of your database ?
If not, manually edit the config.php file.
jesus.... they are correct. all webinterface plugins, forums and other stuff are working for me expect yours, don't know why. i give up and good luck with your plugins.

Last edited by asdfxD; 02-07-2015 at 07:31.
asdfxD is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 11:32.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode