-
Posts
1,770 -
Joined
-
Last visited
-
Days Won
332 -
Donations
0.00 USD
Content Type
Profiles
Forums
Events
Store
Articles
Gallery
Blogs
Downloads
Musicbox
Everything posted by _.:=iTake=:._
-
Chat system is updated, but still broken, working on a fix
-
Will update this shortly, thanks for reporting it @MissKitti
-
Update: 19-12 -2020 to vs.2.2.0 Forums has been upgraded to a newer version. Please feel free to report any bugs you find in the forums, thank you. Changes will be made swiftly. Thanks..
-
Download it here [Hidden Content] or [Hidden Content]
-
These are the following methods you can use to bypass Medium Articles that requires you to upgrade your account. Using a Browser Bookmarklet Using a Browser Extension Using Twitter Using Incognito Mode
-
ADULT CHAT THREAD
_.:=iTake=:._ replied to [[Template core/front/global/userLinkFromData is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]'s topic in Chit Chat
what happened to perverts lurking here, im here now, -
:sleep: eventually they all give up asking...
-
thanks @Armageddon , we appreciate it a lot, its' nice to give back (y)
-
Download it here [Hidden Content] or [Hidden Content] or [Hidden Content]
-
Sorry it will get fixed soon ! Thanks for the notification..
-
The Official UK Top 40 Singles Chart 04-12-20 Andrea Bocelli - Believe (Deluxe) Armored Saint - Punching the Sky (2020) Blue Oyster Cult - The Symbol Remains CamelPhat - Dark Matter Devin Townsend - Order Of Magnitude - Empath Live Volume 1 Joe Stilgoe - Stilgoe In The Shed McFly - Young Dumb Thrills Oceans Of Slumber - Oceans Of Slumber Pentatonix - We Need A Little Christmas Sophie Ellis-Bextor - Kitchen Disco Greatest Hits Tame Impala - The Slow Rush VA - Dreamboats & Petticoats - Music That Lives Forever VA - Just Great Songs For You VA - NOW 100 Hits The Legends VA - R&B Classic Collection Vera Lynn - Keep Smiling Through Whitesnake - Love Songs (Remix)
-
Ariana Grande - Positions Billy Fury - The Remasters Carcass - Despicable Eels - Earth to Dora Elvis Costello - Hey Clockface Faithless - All Blessed Frank Carter & The Rattlesnakes - Blossom Ian Dury - Hit Me! The Best Of Matt Berninger - Serpentine Prison Roger Waters - Us + Them Sweet - The Ultimate Collection The Damned - The Rockfield Files UB40 - Essential VA - 60s Pop Pearls VA - Dance Party 2020 VA - Fatboy Slim - Back to Mine VA - The Sing-A-Long Lip-Sync Album
-
Autechre - Sign" Cordovas - Destiny Hotel" Katie Melua - Album No. 8" Melody Gardot - Sunset In The Blue" Nik Kershaw - Oxymoron" Nothing But Thieves - Moral Panic" Russell Watson - 20" Sam Smith - Love Goes" Tears for Fears - The Seeds Of Love" The Slow Readers Club - 91 Days in Isolation" This Is The Kit - Off Off On" Tom_Petty-Wildflowers and All The Rest (Deluxe Edition)" VA - Disco Best 100" VA - Haynes In The Car Pop Anthems Sing-A-Long (2020)" VA - Top Of The Clubs by Kontor Records" VA - Vintage 70's Soul MP3" Ward Thomas - Invitation"
-
Download it here [Hidden Content] or [Hidden Content] or [Hidden Content]
-
*Last Letter Game
_.:=iTake=:._ replied to [[Template core/front/global/userLinkFromData is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]'s topic in MissKitti's Lounge
MercurY -
Nice work, m8. Always appreciate people who give back to the community.. Those who don't give back and stop seeding after you hit , you know yourselves, shame on you. Seeding is the only way to keep all torrents alive, not only mp3 weekly but all other torrents. We have lost a good number of uploaders because they feel they're only wasting their time by spending time on their craft, uploading it, seeding it and all some idiots can do is hit and run. Also lost a good number of content that you can hardly find anywhere that people find expensive or unable to afford. Lets help the uploaders who dedicate their time to bring us good content to the site, that includes movies, tv series, games, music, sofwares, adult videos, books, etc... by seeding their torrents.
-
Setting Up Viscosity The interface provided by the Mac and Windows versions of Viscosity are intentionally very similar. As such, we will focus our guide on the Mac version, pointing out any differences with the Windows version as they arise. If you do not have Viscosity already running, start Viscosity now. In the Mac version you will see the Viscosity icon appear in the menu bar. In the Windows version you will see the Viscosity icon appear in the system tray. Click the Viscosity icon in the menu bar (Windows: system tray) and select 'Preferences...': This shows you the list of available VPN connections. We assume you have already created a connection to your OpenVPN server. If you haven't set created a Viscosity connection to your OpenVPN server, please check out our OpenVPN server guides. Select your previously configured connection and click "Edit": Configuring the Connection You will now need to modify the connection parameters as outlined below: In the General tab, replace the server address with the IP address of your Obfsproxy server. This will be unchanged if your Obfsproxy server is running on the same machine as your OpenVPN server. Update the port to the Obfsproxy port set in the configuration above (12345 in our example). The protocol must be set to TCP. 4. Click the Transport tab. 5. Set the obfuscation method to the obfuscation method selected in the Obfsproxy server configuration. 6. You cannot use a proxy when using obfuscation, so make sure the "Connect using proxy" option is unchecked. 7. If you are using obfs4 or scramblesuit, paste the password key in the "Key" field. 8. Click the Save button. Connecting and Using Your VPN Connection You are now ready to connect. Click on the Viscosity icon in the menu bar (Windows: system tray) and select 'Connect DemoConnection'. That's it, you should see a notification that you're now connected! To check that the VPN is up and running, you can use the Viscosity details window. Click the Viscosity menu bar (Windows: system tray) icon and select 'Details...'. This will bring up the details window. This window will show you the traffic passing through the VPN connection. Source: SparkLabs
-
Scramblesuit Server Setup Scramblesuit requires a different configuration using the older obfsproxy program. To get started, create an empty directory for obfsproxy with: [iCODE]sudo mkdir -p /var/lib/tor/pt_state/scramblesuit[/iCODE] Next, we need to generate a password to use. To do this, type the following into terminal: [iCODE]python -c 'import os,base64; print base64.b32encode(os.urandom(20))'[/iCODE] This will output a line of numbers and letters, make a copy of this, this is your password key for scramblesuit which we will need below and for Viscosity later. Next, create a service configuration and open it with nano: [iCODE]sudo nano /etc/systemd/system/obfsproxy.service[/iCODE] And paste in the following: [unit] Description=Obfsproxy Server [service] ExecStart=/usr/bin/obfsproxy --log-min-severity=info --data-dir=/var/lib/tor/pt_state scramblesuit --password=YOURPASSWORD --dest=127.0.0.1:443 server 0.0.0.0:12345 [install] WantedBy=multi-user.target Make the following changes as necessary: YOURPASSWORD - Replace this with the password key we generated above. 127.0.0.1:443 - This is the address to your OpenVPN server. This is valid if your OpenVPN server is running on the same system as obfsproxy and is listening on port 443, otherwise change this as required. 0.0.0.0:12345 - This where obfsproxy is listening for connections. You can change 12345 to a different port as required. Save the service configuration and exit nano. We can then start the service and enable it to start automatically after reboot with: [iCODE]sudo systemctl start obfsproxy.service[/iCODE] [iCODE]sudo systemctl enable obfsproxy.service[/iCODE] You can check it started succesfully with: [iCODE]sudo systemctl status obfsproxy.service[/iCODE] Firewall Setup Finally we need to allow external connections to Obfsproxy. Assuming you setup ufw (Uncomplicated Firewall) following our Ubuntu server guide, simply enter the following: [iCODE]sudo ufw allow 12345[/iCODE] [iCODE]sudo ufw reload[/iCODE] If you changed your port from 12345 which is shown in this guide, adjust the number in the first command accordingly.
-
Obfs4proxy Server Configuration To get started setting up obfs4proxy, for if you want to use the obfs2, obfs3 or obfs4 protocol, we first setup the config. Create a directory for the obfs4proxy configuration with the following: [iCODE]sudo mkdir -p /var/lib/tor/pt_state/obfs4[/iCODE] Next, create the config: [iCODE]sudo nano /var/lib/tor/pt_state/obfs4/obfs4.config[/iCODE] And paste in the following: TOR_PT_MANAGED_TRANSPORT_VER=1 TOR_PT_STATE_LOCATION=/var/lib/tor/pt_state/obfs4 TOR_PT_SERVER_TRANSPORTS=obfs4 TOR_PT_SERVER_BINDADDR=obfs4-0.0.0.0:12345 TOR_PT_ORPORT=127.0.0.1:443 You can make the following changes as necessary: TOR_PT_SERVER_TRANSPORTS - This is the protocol to use, change this to obfs2 or obfs3 if you wish to use a different protocol. TOR_PT_SERVER_BINDADDR - Again, change obfs4 to obfs2 or obfs3 if you wish to use a different protocol. 12345 is the port obfs4proxy is listening on, you may also change this as you wish. TOR_PT_ORPORT - This is the address of your OpenVPN server. If you are running the obfs4proxy server on the same system as your OpenVPN server using port 443, nothing needs to change, otherwise change this address and port as needed. Save the configuration and exit nano. Next we need to setup a service for obfs4proxy. To do this, create a new file and open it in the nano editor with the following: [iCODE]sudo nano /etc/systemd/system/obfs4proxy.service[/iCODE] And paste in the following, save and close nano: [unit] Description=obfs4proxy Server [service] EnvironmentFile=/var/lib/tor/pt_state/obfs4/obfs4.config ExecStart=/usr/bin/obfs4proxy -enableLogging true -logLevelStr INFO [install] WantedBy=multi-user.target Next, start the service and enable it to automatically start after rebooting: [iCODE]sudo systemctl start obfs4proxy.service[/iCODE] [iCODE]sudo systemctl enable obfs4proxy.service[/iCODE] You can check it started succesfully with: [iCODE]sudo systemctl status obfs4proxy.service[/iCODE] Finally, if you are using the obfs4 protocol, when you start the server for the first time a password key will be generated which you will need to paste into Viscosity. Print it out with: [iCODE]sudo cat /var/lib/tor/pt_state/obfs4/obfs4_bridgeline.txt | grep 'Bridge obfs4' | sed -e 's/^.*cert=\(.*\) .*$/\1/'[/iCODE]
-
Obfuscation can be used to prevent your VPN connection being detected and/or blocked. Some administrators (such as wireless hot spots in cafes) choose to block VPN traffic on their network. By obfuscating your VPN connection, you can securely connect to your remote network resources or browse the internet privately while connected to such restricted networks. Network administrators can use tools like Deep Packet Inspection (DPI) to classify and restrict traffic by protocol, such as HTTP, SSL, VPN, etc. Viscosity uses Obfsproxy to obfuscate its VPN traffic. Obfsproxy transforms the VPN traffic coming from your computer to make it look like whatever you choose, so that it is more difficult to restrict via DPI methods. There are a number of different methods Obfsproxy can use to disguise your traffic, including obfs2 which adds an encryption wrapper around your VPN traffic to stop it looking like any protocol in particular. Ubuntu Setup Preparation For this guide, we assume: You have already installed the latest version of Ubuntu (18.04 at time of writing) You have root access to this installation of Ubuntu via terminal or ssh You have already setup a TCP (not UDP) OpenVPN server You already have a copy of Viscosity installed on your client device The OpenVPN server can be on this installation of Ubuntu, or another machine, it doesn't matter. If you haven't already setup an OpenVPN server, please check out our setup guides. Make sure to set the OpenVPN server protocol to TCP, not UDP. We also assume that this installation of Ubuntu is a fresh install, possibly with an OpenVPN server installed as well. If you don't have a copy of Viscosity already installed on your client machine, then please check out this setup guide for installing Viscosity (Mac | Windows). Getting Started This guide will walk you through setting up one of the following obfuscation protocols: obfs2 obfs3 scramblesuit obfs4 To begin, log in to the command line as root with sudo su -. Once logged in, we need to ensure that Ubuntu's repository list is up to date by typing the following: [iCODE]sudo apt-get update[/iCODE] For obfs2, obfs3 and obfs4 we will use obfs4proxy. To install obfs4proxy, run the following: [iCODE]sudo apt install -y obfs4proxy[/iCODE] For scramblesuit, you will need obfsproxy instead, install this with the following and then skip to the scramblesuit section further down: [iCODE]sudo apt install -y obfsproxy[/iCODE] A final note before continuing, this guide uses port 12345 as an example, for the majority of cases, this works just fine. However, you might wish to change this to port 443 or 80 if you are going to use obfsproxy in places that block all other ports. Please keep in mind, this may interfere with your servers ability to host websites or connect to external sources itself, so if you choose these ports, make sure you test everything!
-
hopefully someone can test and confirm if this is working..
-
Wow, It's one year again, Happy Birthday to you, Our lovely MissKitti. We @ GloTorrents, love and cherish you a lot for all the great things you have done and still doing for this Community. Enjoy this day to the fullest and have fun, Happy Birthday @MissKitti
-
Thanks for your contributions, it's well appreciated.. hope there can be more people like you !
-
Download it here [Hidden Content] or [Hidden Content] or [Hidden Content]