Boxes Manialink easy and fast

Talk about ManiaLink development in this forum

Moderator: NADEO

zocka
Posts: 205
Joined: 15 Jun 2010, 17:56

Re: Boxes Manialink easy and fast

Post 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 :/
manialink minigame shatter
my manialink: zockaml
my maniaflash: maniaflash?zocka
endbase
Posts: 475
Joined: 26 Jun 2011, 19:34

Re: Boxes Manialink easy and fast

Post by endbase »

Ok i've edited the box.php after line 7 of maniaconnect box but still the same error sorry

Thx Base
User avatar
pastis..51
Posts: 24
Joined: 21 Jul 2011, 12:24
Contact:

Re: Boxes Manialink easy and fast

Post by pastis..51 »

Hello nice work :clap:
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 :thumbsup:
pastis
zocka
Posts: 205
Joined: 15 Jun 2010, 17:56

Re: Boxes Manialink easy and fast

Post 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 ^^
manialink minigame shatter
my manialink: zockaml
my maniaflash: maniaflash?zocka
User avatar
pastis..51
Posts: 24
Joined: 21 Jul 2011, 12:24
Contact:

Re: Boxes Manialink easy and fast

Post by pastis..51 »

Thank you for your response. ;)
I keep the idea of ​​plug-in note, we all run out of time :D
Pastis
Kegulf
Posts: 122
Joined: 21 Nov 2010, 18:51

Re: Boxes Manialink easy and fast

Post 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 :P
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 :P I'm not stupid, I'm just not that experienced with Php and Sql :)

Thanks in advance, Boxes looks nice btw :)
WnL»Kegulf
TeamFounder of WnL


Anything code related? Be patient, I am a noob :p


My Nadeo games:
TrackMania Nations ESWC
TrackMania Nations + United Forever
TrackMania 2 Canyon
ShootMania Storm
Trackmania 2 Stadium
zocka
Posts: 205
Joined: 15 Jun 2010, 17:56

Re: Boxes Manialink easy and fast

Post 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 ;) ]
manialink minigame shatter
my manialink: zockaml
my maniaflash: maniaflash?zocka
Kegulf
Posts: 122
Joined: 21 Nov 2010, 18:51

Re: Boxes Manialink easy and fast

Post 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
WnL»Kegulf
TeamFounder of WnL


Anything code related? Be patient, I am a noob :p


My Nadeo games:
TrackMania Nations ESWC
TrackMania Nations + United Forever
TrackMania 2 Canyon
ShootMania Storm
Trackmania 2 Stadium
zocka
Posts: 205
Joined: 15 Jun 2010, 17:56

Re: Boxes Manialink easy and fast

Post 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 ;) )
manialink minigame shatter
my manialink: zockaml
my maniaflash: maniaflash?zocka
Kegulf
Posts: 122
Joined: 21 Nov 2010, 18:51

Re: Boxes Manialink easy and fast

Post 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
WnL»Kegulf
TeamFounder of WnL


Anything code related? Be patient, I am a noob :p


My Nadeo games:
TrackMania Nations ESWC
TrackMania Nations + United Forever
TrackMania 2 Canyon
ShootMania Storm
Trackmania 2 Stadium
Post Reply

Return to “ManiaLink”

Who is online

Users browsing this forum: No registered users and 1 guest