ChurpChurp

Find one that got you laughing out loud or one that touched your heart? It's only natural for us social media addicts to be sharing these content with our friends so go ahead and spread those viral-worthy stories you discover on Churp Churp through your social media platforms Like these posts with the Facebook button or share it with your friends via Twitter.

Increase YOur Broadband Signal

Get your fastest growing Broadband to run even faster! Boost your Globe Tattoo Stick’s Internet speed with this quick and easy guide. The simple steps will make your Globe Tattoo Broadband look for a faster and stronger 3G connection, so you can enjoy surfing to the max.

Cpoxy Tricks

Cproxy reupdate by changing the UDPport53 to UDPport137 because UDPport53 is block By Internet Service Provider! Yup that's true, udpPort53 is block by globe telecom.

VPN Trick

New Update Hotspot Shield 50 Servers and Expat Shield 20 Server fixed config.

Best PTC site

Get your income fast with $50 a month.

Showing posts with label Smart broadband trick. Show all posts
Showing posts with label Smart broadband trick. Show all posts

May 29, 2011

Free internet for globe and smart VIA open VPN for android, iphone and winmo

Guys anyone interested to openvpn for android and iphone?
openvpn give free internet access to all android applications and games for free
with the speed of up to 1 mbps

Magic IP's were good, since it is easy and free, 
but sometimes it is not working, youtube is laggy
but for openvpn, it is very stable, no youtube lags, downloading was very fast, 
10mb files for 3-4 minutes, so what more can you ask for

i will include a trick wherein you can make your android a wifi  spot
so openvpn+ wifi tethering = free wifi spot
you can now connect your lap tops, i touch xbox et cetera
what's good with openvpn is that clients are multi servers, so pag nakatay man ang isa may 19 servers to choose from pa, and globe will need to pay millions just to block a single IP

What you will need:

For cyanogen mod
Root your android phone (best is cyanogen 6 and up)
openvpn application (found in market)
openvpn installer (found in market, but if your rom is cyanogen already, don't download this, is may cause abrassion)
config file (airvpn,poknatvpn, mango vpn, puknut vpn)
tun.ko (make sure your android have this one, found on module folder not all android have this)

if you have that all then let's start

1. install openvpn setting
2. go to sd card, and create a folder name it openvpn
3. place the config files on the openvpn folder
4. go to openvpn application then choose preference
5. choose insmod, then tun, then locate the tun.ko (found in modules forder)
6. lastly tap the config file, then wait till it connect
7. sequence of connecting
unknown => wait => auth => get config => add routes => 123.123.123.1 connected as 10.8.2.1 (ex. ip)
8. then connected na kayo, enjoy browsing

for tun.ko location:
guys tun.ko is located in /lib/modules/tun.ko
go to preference in openvpn application. then tap insmod. then location ng tun.ko
bali lagay nyo /lib/modules/tun.ko

Actually the good thing about openvpn is hindi lang browsing, you can play youtube, download in the market, use facebook application, twitter, tapaltalk, games like pocket legends, zenoia, zynger poker, any apps and games na need ng internet connection pwede dito sa openvpn


para sa mga walang cyanogen mod
required:
-busybox
-root access ( rooting is not universal, method of rooting depends on the phone, this is the hardest part)
-openvpn installer
-openvpn settings
-terminal emulator
-root explorer
-tun.ko for p500 (makukuha sa mga sumusunod na kernel: mic_os kernel, der_cavemans kernel at ung GNC p500 & p509 something kernel)

1st) root your phone

2nd) install openvpn installer and the binaries..
to install:
-run openvpn installer using file explorer
-click install > install > /system/xbin/ > /system/xbin/bb
-check this directory if installation successfull: /system/xbin/openvpn <- dapat anjan yang file n yan

3rd) yung busybox kung custom rom ang gamit nyu anjan n yan dapat
-pero kung hndi install nyo.

4th) install openvpn settings
-go to option > advance >
-check load tun kernel module
-set path to openvpn binary: /system/xbin/openvpn
-go to tun module setting > load module using > insmod
-set path to tun module: /system/lib/modules/tun.ko

5th) open terminal emulator
type this (wag itype yung $ at yung #)
$su (press enter adn this will prompt for root access just grant)
#mount -o remount,rw -t yaffs2 /dev/block/mtdblock2 /system
#chmod 700 /system/xbin/openvpn
#mkdir /system/xbin/bb

--edit "pag ang busybox ay nasa /system/bin/busybox"
#busybox ln -s /system/bin/busybox /system/xbin/bb/ifconfig
#busybox ln -s /system/bin/busybox /system/xbin/bb/route

--edit "may ibang rom na ang busybox ay nasa xbin eto ang irun nyo"
#busybox ln -s /system/xbin/busybox /system/xbin/bb/ifconfig
#busybox ln -s /system/xbin/busybox /system/xbin/bb/route

#reboot

if an error occurred after issuing such command
please check if busybox is in this directory: /system/bin/busybox
and if openvpn is in this directory: /system/xbin/openvpn

6th) on your sdcard create a folder named "openvpn" w/o the quotes
-put there all your config files
-below are config files from our fellow symbianizer sorry i forgot her name...


7th) create a new apn for those who dont have
no port no ip no authentication
apn: http.globe.com.ph
name: any
-set as default

for auto connect,

1. go to /sdcard/openvpn/
2. create a file name pass.txt
3. place username pw on pass.tct should look like this

username
password

4.then save.
5.edit config file, look for auth-user-pass line
6. then type /sdcard/openvpn/pass.txt, the line should look like this auth-user-pass /sdcard/openvpn/pass.txt

OPENVPN + WIFI TETHERING APPLICATION = FREE WALKING WIFI SPOT

1.Download wifi tethering apps in market
2.Connect openvpn
3. Start wifi tethering application
4. some device like psp, ds cannot connect, but for sure, ipod, itouch , laptops does

OPENVPN + NATIVE WIFI TETHERING (for froyo 2.2 only) = FREE WALKING WIFI SPOT
1. connect openvpn
2. go to terminal emulator
3. type SU
4. type /system/bin/iptables -t nat -A POSTROUTING -s 192.168.43.0/24 -o tun0 -j MASQUERADE
5. now you can connect you PSP, NINTENDO ds, PS3

for script , para every time na gusto nyo gamitin yung native wifi at ayaw nyo ng mag type pa nung kung ano ano sa terminal emulator , follow this

try nyo gumawa ng route-up script..
using terminal:
#nano /sdcard/openvpn/up.sh


Quote:
#!/bin/bash
/system/bin/iptables -t nat -A POSTROUTING -s 192.168.43.0/24 -o tun0 -j MASQUERADE

#chmod 777 /sdcard/openvpn/up.sh

edit ovpn file sa vpn at add sa line
route-up /sdcard/openvpn/up.sh

This is the over all tutorial,
mejo nakakalito pero worth it pag gumana

This is just to clarify hindi po ito benta or anu man,
we all now that not all people wants to root their devices,
im just offering service for rooting and openvpn configuration sa mga nahihirapan
kasi hindi din naman madaling gawin ito,
pero worth it talaga,
no need for modded apps.



+Credit cmangalos of pd!
source: pinoyden

June 10, 2010

wi- free for globe tattoo and smart bro


wi-free 100% gumagana sa globe ito nga pala yung link

http://www.wi-free.com/install-wi-free.exe

pasensya walang screen shot ah...di pa kasi sanay eh...

pwede syang pamalit sa cproxy,yourfreedom,tor at fg...madali lng tong gamiten,,,install nyo lang tapos open yung application na toh...
mag reg lang kayo pag open ng wi-free..tapos my pagpipilian kayung connection DNS,ICMP,TC P at UDP.

piliin nyu lang yung ICMP,UDP para sa GLOBe at UDP para sa SMARTBRO at tapos iclick nyo na yung start...tapos wait nyu lang hanggang lumabas si connected..
simple nga lang diba....

sa browser naman wala na kayong gagalawin dun kundi e NO PROXY nyo lang ayun sakto free browse na...
napulot ko nga pala to kung saan kaya credit nyo sa kanila hehehe enjoy.....


:Disclaimer:+

All content provided on this blogs is for educational purposed Only. All posts are properly credited to its respective author and will not be liable for any misuse, errors or omissions on this information nor for the availability of this information.

Labels

mobile tricks (39) globe tricks (32) Anime manga movie (31) tutorials (31) Internet Tricks (25) Smart tricks (24) globe tattoo tricks (18) facebook cheats (14) free internet (14) mobile applications (14) Bussiness Programs (13) Hacking tools (13) For Windows (11) Affiliates (9) Smart broadband tricks (9) earn money (9) free text (9) mobile streaming (9) psp games (8) Wapmaster tools (7) Work at home (7) airtel tricks (7) hacking tricks (7) operamini handler (7) pc games (7) Cproxy acount generator (6) Cproxy disposable email (6) google tricks (6) mobile games (6) ninja saga cheats (6) openvpn tricks (6) Cproxy ip (5) ce-proxy (5) cproxy (5) faccebook hack (5) globe tatto tricks (5) pc sofware (5) DNS servers (4) Free movie (4) Globe streaming tricks (4) best ptc site (4) facebook hack (4) free calls (4) magic ip for globe (4) mmstricks (4) online games (4) virus tricks (4) Broadband unlocker (3) Free antivirus (3) Latest Gadget (3) List of Opera mini servers (3) Smart streaming tricks (3) Symbian Games (3) Xbox360 games (3) convert youtube video to mp3 (3) cproxy setup (3) facebook connect (3) global ip tricks (3) javascript (3) magic ip (3) psp cheats (3) ucweb handler (3) yahoo mail tricks (3) youtube tricks (3) Cgi proxy (2) DNS (2) Dot tricks for globe (2) Mobile anti virus (2) Php proxy (2) Source viewer beta (2) Sun Cellular Latest News (2) Tv live streaming (2) arethusa vpn tricks (2) chatroom for blogs or website (2) crack software (2) earn more smart/globe load (2) facebook friends (2) free text to all network (2) globe tattoo software (2) html symbols (2) javascript code (2) live streaming (2) online tools (2) opera mini tools (2) pc zone (2) registration keys (2) password cheaters (1) vpn tricks (1) worst pasword (1)

 
back to top