Page 3 of 4
Re: Boxes Manialink easy and fast
Posted: 27 Apr 2013, 14:05
by zocka
I can't test that atm but I guess it will be the same problem I encountered a few days ago.
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']);
I hope that is the problem :/
Re: Boxes Manialink easy and fast
Posted: 28 Apr 2013, 14:34
by endbase
Ok i've edited the box.php after line 7 of maniaconnect box but still the same error sorry
Thx Base
Re: Boxes Manialink easy and fast
Posted: 22 May 2013, 23:40
by pastis..51
Hello nice work
I have two questions:
I can not find the bookmark button!
I do not find either the bar donation!
I'm downloading all that was on your manialink.
You had to give me the answers?
Thank you to you
pastis
Re: Boxes Manialink easy and fast
Posted: 23 May 2013, 01:06
by zocka
we really appreciate that you like our work
neither a bookmark button nor a donate panel are available for download yet.
just because the shop manialink shows that we
can do this, you can't demand these features to be downloadable (yet).
maybe someone - may it even be you?

- will write these plugins. if they are sent in to us, we can publish them on the shop manialink, but due to personal shortage we won't publish any new plugins atm.
(maybe a point to link to the plugin documentation:
click)
Since you didn't really ask questions, I hope I got the point ^^
Re: Boxes Manialink easy and fast
Posted: 23 May 2013, 19:34
by pastis..51
Thank you for your response.
I keep the idea of ​​plug-in note, we all run out of time
Pastis
Re: Boxes Manialink easy and fast
Posted: 06 Jun 2013, 04:23
by Kegulf
Hi all
Would it be possible to get a step-by-step tutorial, of exactly how to upload Boxes to a webserver? I have Mowes II running on my comp, because of my 5 servers, but I can't seem to figure out how to do anything at all
I uploaded the create.sql file xD I know very little about PHP and SQL, but if anyone can write it, dont dumb it down to much

I'm not stupid, I'm just not that experienced with Php and Sql
Thanks in advance, Boxes looks nice btw

Re: Boxes Manialink easy and fast
Posted: 06 Jun 2013, 09:35
by zocka
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.
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
[the create.sql file is only used by the installer, it wouldn't do you much of a favor if you manually execute it

]
Re: Boxes Manialink easy and fast
Posted: 06 Jun 2013, 09:41
by Kegulf
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.
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.
Can I do it in PhpMyAdmin?
zocka 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

How exactly do I "run" a php file in maniaplanet or the browser? :p
zocka 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

]
And the create.sql file was just uploaded to the server through phpmyadmin :p
Re: Boxes Manialink easy and fast
Posted: 06 Jun 2013, 10:08
by zocka
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?
How exactly do I "run" a php file in maniaplanet or the browser? :p
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 things

)
Re: Boxes Manialink easy and fast
Posted: 06 Jun 2013, 11:44
by Kegulf
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?
How exactly do I "run" a php file in maniaplanet or the browser? :p
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 things

)
I'm local hosting the server, hosting 5 maniaservers on it atm. I have localhost / 127.0.0.1 yes :p And I know I can Install stuff, I have AdminServ and php my admin installed on the server, but that came with this usbServerSystem I used :p Running Windows btw :p