Freelancer Community Network
Reminder: Internet Explorer 6 or below are NOT supported.
HomeHome
ForumForum
WikiWiki
DownloadsDownloads
ForgeForge
Multiplayer Connection Tutorial
Collapse/Expand Random Image
Collapse/Expand Login
Username:

Password:

Remember me



Lost Password?

Register now!
Collapse/Expand Chat
Collapse/Expand Who's Online
104 user(s) are online (73 user(s) are browsing Forum)

Members: 0
Guests: 104

more...
Collapse/Expand Donations
Monthly costs: -30€
Income (ads): +5€
Donations (last month): +0€

Current balance: 55€
(last updated 04/2021)

Please make a donation if you want to help keeping The-Starport online:

Thanks!
Collapse/Expand Links
Collapse/Expand Advertisement
There are currently 39 users playing Freelancer on 42 servers.
September. 21, 2023
The Starport Forum Index > All Posts (tai)

Bottom Bottom   Previous Topic   Next Topic

(1) 2 3 4 ... 14 »


Re: Output a list of Banned players?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
I'm usually there from 4PM GMT up to 10PM GMT, but I'm a bit busy with other stuff, so I can't work on FLSES right now, also I don't play FL anymore, so I don't know if I will continue anytime soon

Posted on: 2011/3/3 16:21
Open in new window
Top
Topic | Forum


Re: Output a list of Banned players?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
Quote:

=Alex= wrote:
tai, you got Skype or an IRC client?


Yes, you can usually find me in #flses on freenode

Posted on: 2011/1/22 20:05
Open in new window
Top
Topic | Forum


Re: Output a list of Banned players?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
Quote:

=Alex= wrote:
Heh, FLSES. A few weeks ago I started working on a replacement for that tool. Oh well, nice to see it back in active development.


If you want to, you could join and help with it

Posted on: 2011/1/21 23:03
Open in new window
Top
Topic | Forum


Re: Output a list of Banned players?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
FLSES is used at Sirius Hegemonia in a alpha/beta state, because they helped a lot in developing and testing it, but I stepped down there, because I was busy in RL

I hope I can make FLSES ready in the next weeks, but I can't provide all the SH features, as they use a heavily modified FLHook and mod. Also no administrative interface is done yet, so user permissions and such can't be set in FLSES, they have to be set in the database directly.

Posted on: 2011/1/21 19:58
Open in new window
Top
Topic | Forum


Re: Output a list of Banned players?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
Anything new on this?

Posted on: 2011/1/19 17:24
Open in new window
Top
Topic | Forum


Re: A plea to release your code...
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
As a proud Linux user and supporter, I really would like to see some of you guys go the open source way, you've seen what it can do for the community!

Posted on: 2011/1/4 17:38
Open in new window
Top
Topic | Forum


Re: Output a list of Banned players?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
Quote:

=Alex= wrote:
Code:
<?php
$fl_account_folders_location = "C:\\Users\\Alex\\Documents\\My Games\\Freelancer\\Accts\\MultiPlayer\\";
$banned_accounts = array();
foreach(scandir($fl_account_folders_location) as $account_folder){
foreach(scandir($fl_account_folders_location.$account_folder) as $file_in_account_folder){
if($file_in_account_folder == "banned"){
array_push($banned_accounts,$account_folder);
}
}
}
?>


Does it work?


That would require it running on the server, wich it in most cases does not.
If someone wants to do a flhook plugin for the new(not yet released) plugin version, I would be greatful, if not, I'll try to do it myself, lateron
What would be needed is access from the socket connection and some kind of list as output, preferably as something like
Code:

ban=dirname\r\n
OK!\r\n


So standard flhook output

Posted on: 2011/1/3 19:35
Open in new window
Top
Topic | Forum


Re: Output a list of Banned players?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
There may be an server admin tool, but the target of flses in the long term is to just run flhook as only needed admin tool, so you don't even need to access the server via remote desktop and such

Posted on: 2011/1/2 13:53
Open in new window
Top
Topic | Forum


Output a list of Banned players?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
Hey there everyone,
as I want to go back into developing FLSES, I wanted to know if someone could write a plugin to FLHook that outputs a list of banned players, would be really really great if it can be done.

Posted on: 2011/1/2 12:35
Open in new window
Top
Topic | Forum


Re: Dev's Limit Breaking 101 Techniques
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
What about the wiki page I created? Why don't you use that as a starting point for redoing the list?

Posted on: 2010/6/6 20:56
Open in new window
Top
Topic | Forum


Re: Freelancer Accound ID for Linux
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
@StarTrader: It worked somehow for me a while back, but MP lagged like hell, and there is no chance to run it on a single core system. My Computers CPU(2x3GHz) was fully used.
Running an Server does not work at all, it hangs during startup with an error of dplaysrv(Direct Play Server Module), No game using that server base is working, as I've been told.

Is this Answer detailed enought for you this time? It may work now, but I don't think so.

Posted on: 2010/6/4 19:33
Open in new window
Top
Topic | Forum


Re: FLHook & Windows 7
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
any plugins installed?
try it without any plugins, if it works then it may be a plugin issue

If you like I could also send you my self compiled FLHook to test it out

Posted on: 2010/5/29 21:36
Open in new window
Top
Topic | Forum


Re: FLHook & Windows 7
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
well I recompiled it for me to work correctly, also I needed to recompile every plugin.
It would be best if you would use an older Windows version for your server, it's just easier.

Posted on: 2010/5/29 21:05
Open in new window
Top
Topic | Forum


HOME
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
Anyone else seen this film? I think it's great!

http://www.youtube.com/user/homeproject

Posted on: 2010/5/17 21:22
Open in new window
Top
Topic | Forum


Re: Plugin Concept: Critical Hit Modifier?
Just can't stay away
Joined:
2008/9/25 20:09
Group:
Registered Users
FLServer Admins
Senior Members
Posts: 225
Offline
@Vesko: World Piece, but I think he's working on it

Posted on: 2010/5/16 13:56
Open in new window
Top
Topic | Forum



Top Top
(1) 2 3 4 ... 14 »



[Advanced Search]