For that try editing ./boxes/maniaconnectButton/box.php and insert after line 7 (or whereever $this->gives['loginURL'] was defined) :
Code: Select all
$this->gives['loginURL'] = str_replace("&", "&", $this->gives['loginURL']);
Moderator: NADEO
Code: Select all
$this->gives['loginURL'] = str_replace("&", "&", $this->gives['loginURL']);
This is the part i am struggeling with, I have MoWeS Portable II running as my webserver. How do I upload files? I am running 5 mania servers, so yes I am sure that I have a Webserver. But I do not have a website, and I cant understand how to upload these files.zocka wrote:First you upload everything that has been in the .zip to the desired location on your webserver.
Next, make sure you know your mysql connection data, maybe create a new database for the manialink's tables - up to you.
How exactly do I "run" a php file in maniaplanet or the browser? :pzocka wrote:Then you open the "install.php" file in your browser or maniaplanet. There you have to fill in the required information (mysql user, password, database name, a loginname and a password for the manialink admin and optionally a maniacode). Everything should be annotated in the installer.
Finally you are redirected to your manialink and are ready to go
And the create.sql file was just uploaded to the server through phpmyadmin :pzocka wrote: [the create.sql file is only used by the installer, it wouldn't do you much of a favor if you manually execute it]
You just enter it's url. (http://domain.com/directory/file.php, http://[ip]/etc..., http://localhost/etc... - I don't know how you have these thingsHow exactly do I "run" a php file in maniaplanet or the browser? :p
zocka wrote:you can't upload something via phpmyadmin...
you may have executed the sql commands in the file, which was not intended - if there are tables created, you should remove them.
since I don't know neither MoWeS nor your infrastructrues structure I can't tell you whether you should have some kind of ftp account created to connect to your webserver data or if you just have some folder (usually "htdocs") somewhere where you can directly move files into.
How do you run MoWeS? on a server you have remote access to or on a local machine?
You just enter it's url. (http://domain.com/directory/file.php, http://[ip]/etc..., http://localhost/etc... - I don't know how you have these thingsHow exactly do I "run" a php file in maniaplanet or the browser? :p)
Users browsing this forum: No registered users and 1 guest