Giter Site home page Giter Site logo

left4deadrcon's People

Watchers

James Cloos avatar

left4deadrcon's Issues

Logout feature needed

What steps will reproduce the problem?
1. Login
2. Close browser window
3. Return to site

What is the expected output? What do you see instead?
Should prompt for a new login

What version of the product are you using? On what operating system?
r28

Please provide any additional information below.
no logout feature coded such as:
<?php
function logout() {
$sessionid =$_COOKIE[l4dcommander];
@setcookie (”l4dcommander,”,time()-99999, ‘/’, ”);
}
?>

What would be awesome is to allow multiple sessions (dynaic) so that you
can have multiple sessions open at once.  In the spirit of this, I'd
recommend maybe controlling sessions - restrict a single commander login
per server instance (i.e. one client can be connected to a particular
ip:port via the commander, but one client can be connected to many
differing ip:port servers using the same page spawned in multiple
browsers/tabs).

Making a logout, and when the page is hit an auto-logout flush to ensure
they're logged out would be recommended.

Original issue reported on code.google.com by [email protected] on 30 Jun 2009 at 7:09

players not shown

players screen does not work

using left4dead server on ubuntu 8.10 

Original issue reported on code.google.com by [email protected] on 15 Mar 2009 at 12:31

Pbm Relative file path

What steps will reproduce the problem?
1. Install left4deadrcon in a sub folder


What is the expected output? What do you see instead?
We should be able to use left4deadrcon.

What version of the product are you using? On what operating system?
Revision 21

Please provide any additional information below.
All files in php,css and javascript sources have relatives file path.

Erase all / in front of file name will allow anyone to install
left4deadrcon in a sub folder on his website. Modify function.php to allow
to add our sub folder in path name or even put a constant var to delcare
install path.

Original issue reported on code.google.com by [email protected] on 9 Dec 2008 at 1:12

Update

The l4dcommander page successfully connects to the server - but doesn't 
display any content in either tab.

The AJAX loading icon is just displayed indefinitely.

Is this a result of the big patch released recently?

If so, will the remote commander be updated to work with this patch?


Original issue reported on code.google.com by [email protected] on 30 Apr 2009 at 6:52

Quote escaping issue

When using the console (for instance, with say), single quotes will be
double escaped (\\\').

Tested with latest L4D server using l4drcon r28, on a Debian server.

Original issue reported on code.google.com by [email protected] on 14 Feb 2009 at 10:59

php errors

http://www.onlydutch.com/left4dead/

Warning: session_start() [function.session-start]: Cannot send session
cookie - headers already sent by (output started at
D:\vhosts\onlydutch.nl\httpdocs\left4dead\includes\rcon.class.php:149) in
D:\vhosts\onlydutch.nl\httpdocs\left4dead\includes\config.php on line 5

Warning: session_start() [function.session-start]: Cannot send session
cache limiter - headers already sent (output started at
D:\vhosts\onlydutch.nl\httpdocs\left4dead\includes\rcon.class.php:149) in
D:\vhosts\onlydutch.nl\httpdocs\left4dead\includes\config.php on line 5

Original issue reported on code.google.com by [email protected] on 4 Dec 2008 at 6:01

Only Left 4 Dead 1 maps are available, even if the server is running L4D2

Currently, the list of maps is hard-coded to the default Left 4 Dead 1 maps, 
which obviously breaks map-changing functionality in L4D2 (and doesn't allow 
custom maps). A better solution would be to use the output of `maps *` to 
generate a definitive list of maps installed and available on the server.

Obviously this would entail an extra RCON request (which would slow page load), 
and it's not clear how often this should be refreshed - presumably, changing 
the set of *available* maps can only be done on a server restart, so it 
certainly doesn't need to be updates as often as the player list etc.

Original issue reported on code.google.com by carl%[email protected] on 21 Jan 2011 at 6:09

  • Blocked on: #9

Player List Features

What steps will reproduce the problem?
1. Viewing Player List


Would like to see the folling implemented:
Manual Refresh of player list.
Something to say "No Players" when server is empty.
Check boxes to "Kick" and "Ban + Kick" with Submit button.



Original issue reported on code.google.com by [email protected] on 2 Apr 2009 at 10:02

Output of commands is truncated

Running commands that generate a long response (e.g. running 'cvarlist' with 
'sv_cheats 1') does not display the complete output of that response.

'runcommand.php' does not return the full response in these cases (i.e. the 
problem isn't in the JS code), so it may be that multi-packet responses need to 
be handled, or some internal variable is too small.

Original issue reported on code.google.com by carl%[email protected] on 15 Jan 2011 at 2:26

  • Blocking: #10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.