Search found 23 matches

by Røçkåfë££ë® §kåñK
Fri Dec 17, 2010 11:14 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS Release: 1.9.5.3 Release Date: 17/12/2010 Changelog * Fixed a visual bug with very long stay times, idle times and wpn connection times when formatted and displayed in the /stats <username> server output. Now using the same timer counter style as the ChatHistory feature added in 1.9.5.2 so no ...
by Røçkåfë££ë® §kåñK
Thu May 27, 2010 3:42 pm
Forum: P2P File Sharing
Topic: WCB
Replies: 8
Views: 10416

Re: WCB

My bad sorry! I dont actually use this particular plugin and therefore assumed there was little to any settings options.
by Røçkåfë££ë® §kåñK
Wed May 26, 2010 6:27 am
Forum: P2P File Sharing
Topic: WCB
Replies: 8
Views: 10416

Re: WCB

Unfortunately in WCB all "scripts" are made as plugins loaded into WCB so you would need the sourcecode for that particular plugin to edit and recompile.
by Røçkåfë££ë® §kåñK
Sun Feb 21, 2010 10:03 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS Release: 1.9.5.2 Release Date: 21/02/2010 Changelog * Added ShowChatHistory= in the config. Should be set to a number between 0 and 10. This is the number of lines of chat history displayed to the newly entering user. Default is 0 (i.e. off). * Fixed ShowChatHistory= so that the history is sto...
by Røçkåfë££ë® §kåñK
Wed Jan 06, 2010 3:20 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS Release: 1.9.5:1 Release Date: 06/01/2010 Changelog * Fixed a bug with the plugin gui implementation when loading plugins post-runtime. Previously the "Help" menu option was overwritten by the "Plugins" menu and also the plugins were not correctly initialised. * Corrected t...
by Røçkåfë££ë® §kåñK
Thu Dec 24, 2009 3:16 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

Try using the include file #include <netdb.h> as well as/instead of #include <netinet/in.h> That should fix some of the errors (sorry i really only programme for Windows :/ ) As for the DWORD and SOCKET data types, again i do not know the unix includes! Try perhaps typedef unsigned long DWORD; typed...
by Røçkåfë££ë® §kåñK
Thu Dec 24, 2009 2:05 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

That is true. In that case try: #include <netinet/in.h> #include <sys/types.h> #include <sys/socket.h> BOOL WebsiteValid(char* websiteaddress) { struct hostent* host = gethostbyname(websiteaddress); if (!host) { return 0; } if (!host->h_addr_list[0]) { return 0; } struct sockaddr_in SockAddr; SockAd...
by Røçkåfë££ë® §kåñK
Thu Dec 24, 2009 1:04 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

Firstly I'll presume you writing in Windows not Linux. (commented those lines that would need changing) Well I've not played with access to websites really but something like: #include <winsock2.h> BOOL WebsiteValid(char* websiteaddress) { struct hostent* host = gethostbyname(websiteaddress); if (!h...
by Røçkåfë££ë® §kåñK
Thu Dec 24, 2009 8:56 am
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

All of it is written in C.
:)
by Røçkåfë££ë® §kåñK
Wed Dec 23, 2009 3:02 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS Release: 1.9.5 Release Date: 23/12/2009 Changelog * Added the 0x012D packet. Now channel renames get sent to users. * Fixed an access bug in /setaccess. * Added blocked name message to coloured server console display. * Added username and user ip to the blocked name message. * Added /online an...
by Røçkåfë££ë® §kåñK
Sat Oct 10, 2009 1:50 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS
Release: 1.9.4:3
Release Date: 10/10/2009

Changelog
* Adjusted how the tasktray icon details are updated. This has cut cpu usage on many hosts pc's.
by Røçkåfë££ë® §kåñK
Sat Oct 03, 2009 4:18 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS Release: 1.9.4.2 Release Date: 03/10/2009 Changelog * Added client hostname to coloured server chat window on join's and exit's. Also added spaces around the ip's and hostname to make them stand out better. * Added Country Name to the entries and exits in the coloured server chat console. * Fi...
by Røçkåfë££ë® §kåñK
Wed Aug 19, 2009 3:07 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS Release: 1.9.4:1 Release Date: 19/08/2009 Changelog * Fixed the issue with the variables, where the ip's and ports were wrong (my fault). * Fixed any bugs with server text typed quickly crashing the whole server. The way i handled it previously caused the crash now handled differently and its ...
by Røçkåfë££ë® §kåñK
Mon Aug 17, 2009 5:01 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS Release: 1.9.4 Release Date: 17/08/2009 Changelog * Removed a debug line that ouputted numbers to the server on user join. * Removed the "." at the end of uptimes in the MOTD. * Added message to the end of /colour output, explaining about /setcolour. * Removed the server tag from the...
by Røçkåfë££ë® §kåñK
Mon Jun 22, 2009 8:26 pm
Forum: P2P File Sharing
Topic: Røçkåfë££ë® §kåñK's WCS
Replies: 42
Views: 33093

Re: Røçkåfë££ë® §kåñK's WCS

R§WCS Release: 1.9.3 Release Date: 22/06/2009 Changelog * Fixed an issue with idle times in /stats <name> not showing correctly. Including the colouring being wrong. * Added the variable $LONGDATE$ for use in MOTD, FancyEntryMessage and FancyExitMessage. display as "Sunday 31st May 2009" *...