Author Topic: SRI (php5-based rcon-interface for MWLL)  (Read 1753 times)

0 Members and 2 Guests are viewing this topic.

Offline ~SJ~ Tajin Nevversan

  • MechWarrior
  • **
  • Posts: 208
  • Karma: 9
  • SteamID: Tajin
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #15 on: August 21, 2010, 12:41:14 AM »
??? Hmmm, no I've never had anything like that and I've been using it for quite a while now
As you said, rcon probably crashed. Why? No idea.  ;D I'd generally blame cURL for it.  :P

~ SJ Droplist generator is updated and back online. ~

Offline 7.[WD]Poldi

  • Lance Sergeant
  • **
  • Posts: 411
  • Karma: 27
  • Col. 7th Reg. Wolfs Dragoons
    • 7th Wolf Dragoons HQ
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #16 on: August 21, 2010, 06:41:51 PM »
There still seems to be a prob with FireFox:
All the commands and CVARs that need a value entered won't work: the field for the value-input will display "loading..." forever after selecting a command from the dropdown-menu and entering the values before isn't possible.

edit: when trying to change the time-limit with IE i got this message:
Code: [Select]
$3g_timelimit = $690 $5[]$4



Offline ~SJ~ Tajin Nevversan

  • MechWarrior
  • **
  • Posts: 208
  • Karma: 9
  • SteamID: Tajin
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #17 on: August 21, 2010, 08:14:16 PM »
Alright, should be fixed. Same problem as with the serverstatus - I should've known that.

edit: when trying to change the time-limit with IE i got this message:
Code: [Select]
$3g_timelimit = $690 $5[]$4
That is perfectly normal, it is the response the server gives you when changing the timelimit. You changed it to 90
The values are often enclosed between those $6 $5 $4 tags.



Oh and btw. you can lookup player-pings with the status command. The HLSW data from crysis doesn't include it.
« Last Edit: August 21, 2010, 08:19:24 PM by ~SJ~ Tajin »

~ SJ Droplist generator is updated and back online. ~

Offline 7.[WD]Poldi

  • Lance Sergeant
  • **
  • Posts: 411
  • Karma: 27
  • Col. 7th Reg. Wolfs Dragoons
    • 7th Wolf Dragoons HQ
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #18 on: August 21, 2010, 09:51:48 PM »
would it be smart to lookup player-pings and add them to ur view script-wise?

Also I thought about a feature for file up-&downloading on the gameserver - for what I can think of only the standard levelrotation.xml and server.cfg

Good idea? Possible?



Offline ~SJ~ Tajin Nevversan

  • MechWarrior
  • **
  • Posts: 208
  • Karma: 9
  • SteamID: Tajin
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #19 on: August 22, 2010, 01:45:47 AM »
Ill probably add an interface for changing the levelrotation later on, however I find that you're usually better of changing maps manually and keeping the levelrotation the same.

Atleast thats how we usually do it.
Anyway, it's possible.


The ping thing is also possible but I'm not 100% sure if it would be a good idea to add it to the server-display. You can still see the pings easily by using the status-command. The server-display however does not rely on getting its data from Rcon and I'd like to keep it that way. Otherwise the server might get alot of commands sent to it and It would also put alot of clutter in your logfiles. I'll think about it.

~ SJ Droplist generator is updated and back online. ~

Offline 7.[WD]Poldi

  • Lance Sergeant
  • **
  • Posts: 411
  • Karma: 27
  • Col. 7th Reg. Wolfs Dragoons
    • 7th Wolf Dragoons HQ
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #20 on: August 22, 2010, 10:35:33 AM »
hm i can see that problem it would produce a lot of connections - how about getting player pings manually? Add a button "Get Pings" so if you wanna check for highpings once in a while you just hit the button and rcon is only bothered that one time.

File upload would be awesome! :)


edit: discovered a typo and a bug(?)
In the CVARs it should prolly read "Nextmap" instead of "Nexmap" :) Changed that myself but might be included in next update ;)
When trying to delete a servers password (removing all chars from old PW and press ENTER) it will always keep the last password used.
Code: [Select]
$3sv_password = $6testpassword $5[DUMPTODISK]$4
« Last Edit: August 22, 2010, 12:11:32 PM by 7.[WD]Poldi »



Offline ~SJ~ Tajin Nevversan

  • MechWarrior
  • **
  • Posts: 208
  • Karma: 9
  • SteamID: Tajin
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #21 on: August 22, 2010, 12:56:07 PM »
To delete a password, you just set it to 0
Thats how crysis works :P

~ SJ Droplist generator is updated and back online. ~

Offline 7.[WD]Poldi

  • Lance Sergeant
  • **
  • Posts: 411
  • Karma: 27
  • Col. 7th Reg. Wolfs Dragoons
    • 7th Wolf Dragoons HQ
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #22 on: August 22, 2010, 01:51:37 PM »
how about inserting a function into the script that replaces empty password entries with a 0 before sending it to crysis server? just to make it more noob-friendly :)

edit: talkin about noob-friendliness: how about making the gamerule-options a dropdown-menu too? atm it's just SA and ToS and it won't become vastly more. This way noobs wouldn't have to care about writing SA or SolarisArena, case-sensitive or whatever (I know it doesn't matter but others might not)



Offline 7.[WD]Poldi

  • Lance Sergeant
  • **
  • Posts: 411
  • Karma: 27
  • Col. 7th Reg. Wolfs Dragoons
    • 7th Wolf Dragoons HQ
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #23 on: December 30, 2010, 07:32:33 PM »
... new version ... ?  8)



Offline 7.[WD]Poldi

  • Lance Sergeant
  • **
  • Posts: 411
  • Karma: 27
  • Col. 7th Reg. Wolfs Dragoons
    • 7th Wolf Dragoons HQ
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #24 on: October 19, 2011, 04:04:11 PM »
Finally a new version! 8)
But the update process gives the same error over and over after
Code: [Select]
[...]
001|GameQ/Filter/normalise.php
001|test.php

Warning: fwrite(): supplied argument is not a valid stream resource in /www/htdocs/w00cd1ed/SRI/MW1/patch.php on line 118


Will that new version support the new server utilities of 0.5.2?



Offline ~SJ~Zathrus

  • Alphatester
  • MechWarrior
  • *
  • Posts: 228
  • Karma: 16
Re: SRI (php5-based rcon-interface for MWLL)
« Reply #25 on: October 20, 2011, 03:26:15 PM »
I am sure he will be looking at this,
Tajin is currently very busy with real world work.
It has prevented him from getting on line and working on stuff like this tool.

Hopefully we will see him very soon again.