PDA

View Full Version : [Issue] Store


Jaegermark42
06-20-2015, 05:14
I've tried to install this plugin "https://forums.alliedmods.net/showthread.php?t=207157" and it needed a webpanel.

So i've followed the link below to install
https://github.com/SourceMod-Store/store-webpanel/wiki/Installation-of-the-WebPanel
I've followed all the steps and i dont get this part

"Upload all the files to your Webspace"

"Open the link to your Webpanel in your browser (usually this is http://LINK-TO-YOUR-WEBSPACE/UPLOAD-DIR)"

Can Someone help me

Drixevel
06-20-2015, 08:40
Upload all the web panel files to your host then visit your host and locate where the store web panel is located.

Example:

http://www.YOURWEBSITE.com/store


If you still don't know what I mean, look up web hosting and how it works.

Jaegermark42
06-29-2015, 05:07
Hi, i've uploaded my files to the web host "Which my link is: http://onlyoneserver.esy.es/storewebpanel/" . However i got this msg

"Unable to connect to your database server using the provided settings.

Filename: core/Loader.php

Line Number: 346"

I am currently using localhost for the store.

freak.exe_uLow
06-29-2015, 07:04
Check you Databasename,Username or Password again i install the Webpanel for 1 min and see, its works fine :D

Jaegermark42
06-29-2015, 09:42
Check you Databasename,Username or Password again i install the Webpanel for 1 min and see, its works fine :D

Hi, i've checked everything in the database.php and everything was set correctly. Still, i cant figure out the problem.
I am using wamp for php, mysql and apache

freak.exe_uLow
06-29-2015, 11:22
Hi, i've checked everything in the database.php and everything was set correctly. Still, i cant figure out the problem.
I am using wamp for php, mysql and apache


Ohhh okay. I use PhpMyadmin and MySql

Jaegermark42
06-30-2015, 01:46
Ohhh okay. I use PhpMyadmin and MySql
can i know where did you upload your store-webpanel-master file?

Jaegermark42
06-30-2015, 02:58
i've installed store and the web panel, however i only can get each of them working in different mysql.
I got two types of mysql, 1 is hosted and one is local host. I got the localhost mysql working in game store and not the web panel. However i got the hosted mysql working with the web panel and not the in game store.

I am currently using wamp for my localhost and hostinger for my web host.

If you have used a free web host that worked for your store or if you know a way to make the web panel working on localhost, pls reply below.

freak.exe_uLow
06-30-2015, 05:05
can i know where did you upload your store-webpanel-master file?

I have a Windows Root Server and the Free Webspace Server... (my Sponsor give me the Webspace).

Jaegermark42
06-30-2015, 05:16
Then did you make your phpmyadmin online?
because i didn't make it online, not sure if it is the cause or not

Arrow768
06-30-2015, 13:21
Hi, i've uploaded my files to the web host "Which my link is: http://onlyoneserver.esy.es/storewebpanel/" . However i got this msg

"Unable to connect to your database server using the provided settings.

Filename: core/Loader.php

Line Number: 346"


I am currently using localhost for the store.

What do you think is more likely ?
A) That there is some weird bug in the database driver of a framework thats used by thousands of web apps (not just the webpanel)
B) That you have not setup the webpanel properly

Hint: No, its not A)


Then did you make your phpmyadmin online?
because i didn't make it online, not sure if it is the cause or not

What do you mean by "make your phpmyadmin online" ?

Arrow768
06-30-2015, 13:37
I have just merged this post into this thread:

i've installed store and the web panel, however i only can get each of them working in different mysql.
Well, thats a problem, isnt it

I got two types of mysql, 1 is hosted and one is local host.
Why ? - The WebPanel and the store plugin need to share a database


I got the localhost mysql working in game store and not the web panel.
If the Gameserver is running on localhost and the WebPanel is running at "hostinger" then thats quite obvious (How should a external WebServer Connect to a MySQL DB thats probaply behind a NAT (or not configured to receive external connections)

However i got the hosted mysql working with the web panel and not the in game store.
Again, thats quite obvious, how should the store plugin connect to the "hostinger" db, when the hostinger db doesnt allow external connections
(Its safe to assume that it doenst, because most providers have disabled them by default for security reasons)

I am currently using wamp for my localhost and hostinger for my web host.
Thats amazing, you are already running a Web and MySQL Server on your "localhost" (whatever that is) and instead of running the webpanel on the wamp server, you use a external webhoster to run the webpanel.

If you have used a free web host that worked for your store or if you know a way to make the web panel working on localhost, pls reply below.


Here are a few tutorials that might be helpful
What xampp is and how it works: https://blog.udemy.com/xampp-tutorial/
How to install a webapp on xampp: http://www.wikihow.com/Install-Wordpress-on-XAMPP

Just use these concepts to install the webpanel

Jaegermark42
07-01-2015, 06:15
Thanks, i finally able to setup the web panel