waduh kang mas.. ribet euy... hehehe... nungguin ada site yg mirip meebo aja deh.. soalnya di kantor juga internet nya ilegal.. ini aja nyolong2 akses.. hehehe...
Helped: 71 times Age: 41 Joined: 16 Jan 2005 Posts: 14564 Location: Jakarta-Purwokerto PP
Posted: Wed Apr 05, 2006 11:46 am
site2 spt meebo emang paling guampang di blok,tinggal masukin word list *.meboo* pd server trus ter blok dgn sukses.tapi klo make teknik enkapsuling spt JAP or Y!Tunnel,Hopster itu susah...soale ndak make aplikasi tp make port 80 yg gak akan mungkin terblok...
ngkaliiii loh,soale semakin mudah diaplikasikan ya semakin mudah ditangkal dan diketahui bukan? itulah inti sari dr curi mencuri akses...
Joined: 06 Jan 2006 Posts: 113 Location: Cyber Space (^_-)b
Posted: Tue Apr 11, 2006 5:45 am
ponywaterhousecoopers wrote:
kalo www.meebo.com nya juga di blok sama admin gmn tuh?? hehehe..
pasrah mode : on
gue cuma mau bagi2 pengalaman, repotnya sih kalo di bloknya pake metode filtering atau pendaftaran situs yang di blok, contohnya di sini aja, di sini pake SMART FILTER di squid, dia ngeblok situs bedasarkan contentnya bukan URLnya jadi di kategorikan ke beberapa bagian contohnya www.mail.yahoo.com itu tergolong sebagai WebMail (diblok), trus gue pernah coba tuh semacam meebo yaitu www.e-messenger.net NAH! ternyata ini diktegorikan jg sebagai Instant Messaging nih message yang keluar seperti ini ketika gue lagi buka www.e-messenger.net
ERROR
Access Denied by SmartFilter
The following error was encountered:
* Access Denied by SmartFilter: Forbidden, this page (http://www.e-messenger.net/) is categorized as: Instant Messaging.
nah waktu itu gue denger kabar meebo dari orang jerman, trus gue coba deh, YES! ternyata bisa, tapi beberapa hari kemudian di BLOK! tapi emang untung bkn kepalang, setelah gue perhatiin kalo gue buka WWW.MEEBO.COM itu ternyata di ridirect ke beberapa server, contoh gue langsung ketik ke addressbar browser gue, ternyata yang tampil di adressbar gue adalah www15.meebo.com,www9.meebo.com, dan beberapa server lainnya dugaan gue ini di maksudkan untuk LOAD BALANCING agar suatu server tidak menangani user terlalu banyak (ntar bisa mabok) makanya di riderect ke server yang idle atau tidak terlalu sibuk, anehnya di sini www9.meebo.com, www23.meebo.com, dan beberapa server meebo lainya terkena saring Smart Filter dan tidak bisa di akses, dan untungnya masih ada 1 server yang lolos dari Smart Filter yaitu www15.meebo.com. ya cara satu2nya untuk bisa gunain YM gue musti ngetik langsung di adressbar www15.meebo.com
sampai saat ini belom ada penjelasan logis lebih lanjut tentang kenapa www15.meebo.com bisa di akses tetapi yang lainnya tidak bisa.... ya sutra lah yang penting gw bisa chating lagi skr, nanti jg pelan2 kejawab semuanya, nanti gue sharing lagi deh kalo udah tau
_________________ ===========================
Peace, Love and Gaul,
Doi Cucok (-_^)b
http://www.friendster.com/riski
===========================
Helped: 71 times Age: 41 Joined: 16 Jan 2005 Posts: 14564 Location: Jakarta-Purwokerto PP
Posted: Tue Apr 11, 2006 9:42 am
sdh dicoba make HTTPTunel atawa Hopster..? kudu nyoba2 berbagai macem cara,soalnya pemakaian alat tergantung jg dgn system proteksi dr server share,walo prinsipnya cuman make 2 cara doang...Encapsuling dan Tunneling cuman klo di bahas case by case bisa puanjang banged....
Joined: 06 Jan 2006 Posts: 113 Location: Cyber Space (^_-)b
Posted: Tue Apr 11, 2006 12:25 pm
MAS wrote:
sdh dicoba make HTTPTunel atawa Hopster..? kudu nyoba2 berbagai macem cara,soalnya pemakaian alat tergantung jg dgn system proteksi dr server share,walo prinsipnya cuman make 2 cara doang...Encapsuling dan Tunneling cuman klo di bahas case by case bisa puanjang banged....
akses nya ke situs dan server2 hopster gak bisa, jadi di putus jembatannya ya udah mau gimana lagi emang gak bisa lewat deh
_________________ ===========================
Peace, Love and Gaul,
Doi Cucok (-_^)b
http://www.friendster.com/riski
===========================
A: First of all, it's not really necessary to password-protect it. The URL of your Circumventor is like a password in itself -- if people know the URL, they can use it, and if they don't know the URL, then they can't. Right now, if you want people to use your Circumventor, you only have to give them the URL; if you created a password, then you'd still be in the same boat -- if you wanted people to use your Circumventor, you'd have to give them the URL and the password.
If you still want to password-protect the Circumventor, one user provided us with these instructions, although we haven't tested them to see if they work:
You can add this
line in your ssl.conf after:
#SSLRandomSeed connect file:/dev/urandom 512
It worked fine when I did it, here is the line(s)
I added:
# .htaccess START
AccessFileName .htaccess
<Directory "/OpenSA/Apache2/">
AllowOverride All
Options None
Order deny,allow
</Directory>
# .htaccess end
Now what this does obviously is it will password
protect anything in the C:/OpenSA/Apache2/
directory... users would need to change it to
relate to their local directory structure.
Next go to a command prompt. For me I went to
C:\OpenSA\Apache2\bin - Then type the following
command:
htpasswd -c -b passwd.txt USER-NAME PASSWORD-HERE
This will associate the USER-NAME (replace with
the username you want) and PASSWORD-HERE (replace
with the password you want to use) and it will
place it in the C:/OpenSA/Apache2/bin directory.
If you open the passwd.txt file you will see the
encrypted password.
Next we will make a .htaccess file. Windows will
not normally let you create a file name beginning
with a ".", but you can create a file named
x.htaccess, then open a command prompt and rename
the file using the "move" command:
move x.htaccess .htaccess
add then add the following inside of the .htaccess
file:
AuthUserFile C:/OpenSA/apache2/bin/passwd.txt
AuthName "Whatever Comments You Want Here"
AuthType Basic
<Limit GET POST>
require valid-user
</Limit>
Put the following above into the .htaccess file
and save it to C:/OpenSA/apache2/ directory.
Users will need to just do a restart on the
Apache service from the Apache Monitor, or from
the Services area, but after that, the user will
be prompted for the login and password they
created earlier which is located in the
passwd.txt file.
Q: What are the risks if I'm accessing an https:// site through an http:// Circumventor?
A: The short answer is that if you just want to check your Hotmail e-mail from a school or work computer, you're probably safe; you should only worry if you're sending highly sensitive information from a repressive country like China or North Korea. What follows is a more complete explanation.
Most URLs on the Internet begin with http:// , meaning that the information you send them is not encrypted. When a site asks for sensitive information like credit card information, the vast majority of the time, such pages are located on https:// URLs. This means that the information you send to them is encrypted and cannot be intercepted by any of the machines that pass the information along.
So for example, you visit PayPal using an https:// URL, which means the link between you and the PayPal server are encrypted:
[You] <==encrypted connection==> [https://www.paypal.com/]
But you visit Yahoo using an http:// URL (without the "https"), which means the link between you and the Yahoo server is not encrypted:
[You] <==NON-encrypted connection==> [http://www.yahoo.com/]
Sometimes, the same Web site switches back and forth between http:// and https://, depending on the secrecy level of the information traveling back and forth. For example, when you're signing in to the Hotmail site by entering your password, you are briefly taken to an https:// URL:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum