Search found 1703 matches
- Yesterday, 13:00
- Forum: PyPlanet
- Topic: [Plugin] MatchResults
- Replies: 2
- Views: 56
Re: [Plugin] MatchResults
again a new update with the following changes: Updated: - /results command which will show for each new match the results. - //math start will erase the db and begin again with filling only on Rounds - //match start will RestartMap after 5 seconds. - //match stop ends previous map as last map played...
- 23 Jan 2021, 10:19
- Forum: PyPlanet
- Topic: [Plugin] MatchResults
- Replies: 2
- Views: 56
Re: [Plugin] MatchResults
pushed a update see first post.
- 22 Jan 2021, 19:20
- Forum: PyPlanet
- Topic: [Plugin] MatchResults
- Replies: 2
- Views: 56
[Plugin] MatchResults
Hi, A new plugin has surfaced, where in the main folder a matchresults.html will emerge. Downloadlink: https://github.com/w1lla/pyplanet_plugins/archive/matchresults.zip Copy match_results folder from the zip towards env\Lib\site-packages\pyplanet\apps\contrib. Add the following line in apps.py 'pyp...
- 30 Dec 2020, 13:35
- Forum: Maniaplanet
- Topic: Twitch Channel in Maniaplanet Nickname
- Replies: 2
- Views: 208
Re: Twitch Channel in Maniaplanet Nickname
Code: Select all
$fff$o$iNick$l[twitch.tv/channelname]$l
- 15 Jul 2020, 23:25
- Forum: PyPlanet
- Topic: how to kill pyplanet-cmd-window?
- Replies: 7
- Views: 345
Re: how to kill pyplanet-cmd-window?
Code: Select all
taskkill /FI "WINDOWTITLE eq pyplanet*" /F
This is the batch i use in pyplanet.bat
Code: Select all
@echo off
TITLE pyplanet
cd c:/tmn/pyplanet
python manage.py start
- 15 Jul 2020, 18:46
- Forum: PyPlanet
- Topic: how to kill pyplanet-cmd-window?
- Replies: 7
- Views: 345
Re: how to kill pyplanet-cmd-window?
Tried this
taskkill /IM "process name" /F
taskkill /IM "process name" /F
- 14 Jul 2020, 23:31
- Forum: PyPlanet
- Topic: [SOLVED] ERROR [default][pyplanet.core.instance] (1045, "Access denied for user 'pyplanet'@'localhost'
- Replies: 4
- Views: 216
Re: ERROR [default][pyplanet.core.instance] (1045, "Access denied for user 'pyplanet'@'localhost' (using password: YE
Could you show the User Rights in tabel pyplanet?
otherwise try to edit the password if you changed it in phpmyadmin you also need to change it pyplanet/settings/base.py
otherwise try to edit the password if you changed it in phpmyadmin you also need to change it pyplanet/settings/base.py
- 14 Jul 2020, 22:29
- Forum: PyPlanet
- Topic: [SOLVED] ERROR [default][pyplanet.core.instance] (1045, "Access denied for user 'pyplanet'@'localhost'
- Replies: 4
- Views: 216
Re: ERROR [default][pyplanet.core.instance] (1045, "Access denied for user 'pyplanet'@'localhost' (using password: YE
Did you make a mysql user or not if you didn't try to mysqladmin or phpmyadmin and create a user.
https://webmasters.stackexchange.com/qu ... -databases
https://webmasters.stackexchange.com/qu ... -databases
- 14 Jul 2020, 22:01
- Forum: PyPlanet
- Topic: [SOLVED] ERROR [default][pyplanet.core.instance] 0 bytes read on a total of 15 expected bytes
- Replies: 4
- Views: 291
Re: ERROR [default][pyplanet.core.instance] 0 bytes read on a total of 15 expected bytes
Set xmlrpc_allowremote to true.
- 30 Jun 2020, 18:26
- Forum: UASECO
- Topic: Use donate plugin for payments to players
- Replies: 3
- Views: 419
Re: Use donate plugin for payments to players
That is the correct one.thepadawan wrote: ↑30 Jun 2020, 17:46Thank you. That does the job!![]()
I'm not sure if you confused the arguments. At least I used it like this:Code: Select all
$billid = $aseco->client->query('Pay', $login, 100, $label);