Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Lets make Dc great Again #6

Merged
merged 1 commit into from
Oct 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions PtokaX/cfg/BanList.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="windows-1252" standalone="yes" ?>
<BanList version="2.000000">
<Bans>
<Ban>
<Type>1</Type><!-- 0 for permanent ban, 1 for temporary ban -->
<IP>1.2.3.4</IP>
<Nick>Example_Nick</Nick>
<Reason>Example_Reason</Reason>
<By>PPK</By>
<NickBan>1</NickBan><!-- 1 when nick is banned, 0 when nick is only for information -->
<IpBan>1</IpBan><!-- 1 when IP is banned, 0 when IP is only for information -->
<FullIpBan>1</FullIpBan><!-- 1 when nobody from banned IP is allowed for login, 0 to allow some profiles to login from banned IP -->
<Expire>1234281175</Expire><!-- seconds from 1.1.1970 when temporary ban expire -->
</Ban>
</Bans>
<RangeBans>
<RangeBan>
<Type>0</Type><!-- 0 for permanent ban, 1 for temporary ban -->
<IpFrom>66.192.0.0</IpFrom><!-- IP starting range -->
<IpTo>66.195.255.255</IpTo><!-- IP ending range -->
<Reason>Example_Reason</Reason>
<By>PPK</By>
<FullIpBan>0</FullIpBan><!-- 1 when nobody from banned IP is allowed for login, 0 to allow some profiles to login from banned IP -->
<Expire>0</Expire><!-- seconds from 1.1.1970 when temporary ban expire -->
</RangeBan>
</RangeBans>
</BanList>
39 changes: 39 additions & 0 deletions PtokaX/cfg/Motd.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@

o o .oPYo. ooooo .oo o o o o .oPYo.
8b d8 8. 8 .P 8 8 8 8 8 8 `8
8`b d'8 `boo 8 .P 8 o8oooo8 8 8 o8YooP'
8 `o' 8 .P 8 oPooo8 8 8 8 8 8 `b
8 8 8 8 .P 8 8 8 8 8 8 8
8 8 `YooP' 8 .P 8 8 8 `YooP' 8oooP'
..::::..:::.....:::::..::::..:::::..:::..:::..:::.....::::......:
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
### Welcome to .:: Metahub ::. =- Share as much as you can -=
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---

Hub Address - 10.112.5.18
Contact Email - [email protected]
Issue Tracker Form - https://bit.ly/3EGsZnD
How to Setup Doc - https://bit.ly/3S3T3fi

Rules
=====

* Minimum limit for connecting is: 0 GiB. For searching and downloading: 0 GiB. (Will be increaded soon)
* Sharing pornography/NSFW links, on mainchat, is strictly prohibited.
* Fake sharing is NOT allowed here. Anybody found sharing fakes will be banned immediately.
* Mirror stuff that you download. You can be banned by VIPs for not mirroring stuff that you download.
* Don't share crap like Windows and Program Files directory. You can be kicked or banned for 1-3 hours.
* Upload speed limiting is strictly prohibited. Can lead to a minimum ban time of 8 hours.


--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
Hello Kgpians, It is very dissapointing to see that we have such a low user base in DC++.
DC community at Kgp was once famous for it's rich content and userbase. In order to imporve
the userbase, we the admins would be having some sessions soon but we wont succeed without
your help too. It is requested to each current user to share the word of DC++ and also
share as much content as possible. It would be of great help to build back our glory.
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
8 changes: 8 additions & 0 deletions PtokaX/cfg/RegisteredUsers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="windows-1252" standalone="yes" ?>
<RegisteredUsers>
<RegisteredUser>
<Nick>Example_Nick</Nick>
<Password>Example_Password</Password>
<Profile>3</Profile><!-- 0 for master, 1 for operator, 2 for vip, 3 for reg -->
</RegisteredUser>
</RegisteredUsers>
9 changes: 9 additions & 0 deletions PtokaX/cfg/ReservedNicks.pxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# PtokaX reserved nicks file
#

Hub-Security
Admin
Client
PtokaX
OpChat
5 changes: 5 additions & 0 deletions PtokaX/cfg/Scripts.pxt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# PtokaX scripts file
#

#script_file_name.lua = 1
Loading