Posted by
newbiekid
Jun
18
Result of this is script is 2 image :
1. Image with original size
2. Image after resize (I make width=200 and height=150).
Don’t forget to place the image in same location with this script. And give the image name with “picture.jpg”
Download the script here.
Make sure you change the extension of the file become .php
Posted by
newbiekid
Jun
16
This is good news for people who like playing Dota game. You can get the Map 6.60 by download here. And this is some changelog for 6.60 map.
6.60 Changelog:
===============
############
## Heroes ##
############
* Added a new hero Batrider to the Scourge [details below]
* Added a new hero Tauren Chieftain to the Sentinel [details below]
* Lightning Revenant: Reworked [details below]
* Medusa: Replaced Chain Lightning with a new ability Mystic Snake [details below]
* Medusa: Replaced Purge with a new ability Stone Gaze [details below]
* Netherdrake: Replaced Frenzy with a new ability Nethertoxin [details below]
* Rogue Knight: Replaced Toughness Aura with a new ability Warcry [details below]
* Slayer: Replaced Ultimate with a new ability Fiery Soul [details below]
* Twin Head Dragon: Replaced Autofire with a new ability Liquid Fire [details below]
* Troll Warlord: Replaced Rampage with a new ability Battle Trance [details below]
* Rogue Knight: Reworked how Stormbolt works [details below]
* Morphling: Reworked how Morphiling’s Adaptive Strike works [details below]
* Crystal Maiden: Replaced Frost Nova with a similar new ability Crystal Nova [details below]
* Phantom Assassin: Changed Blink Strike to a new ability Phantom Strike [details below]
* Ogre Magi: Reworked Multicast chance mechanism [details below]
* Sniper: Replaced Scattershot with a new ability Shrapnel [details below]
Read the rest of this entry
Posted by
newbiekid
May
19
Maybe it’s only answer many question about “how to tunneling using ssh when the ssh shell cannot started”. There will not any problem if ssh shell is activated, you can direct them to tunneling using this way.
In this case, you have IP target that support port 22. It’s mean you can using them to tunneling (of course you must know the user and password :D) even though ssh shell is cannot started.
You can scan the target using phpconfigspy to grab and get the login password.
Let’s we started the lesson.
I find the target and scan them, lucky for me because i got user and password.
alvoacusxxx.pt
[FTP] elaboran:sggvhbui7 Success
If you login to that target using the user password, you will be prompt like this
login as: elaboran
elaboran@alvoacusxxx.pt’s password:
Last login: Fri May 15 02:43:04 2009 from 41.233.169.205
Shell access is not enabled on your account!
If you need shell access please contact support.
Don’t worry, you can still using that target to tunneling. The way will be similar with ssh tunnel, you just adding some configuration on putty.
Look at left side putty on Category tab, breakdown all the menu and you will find SSH tab. Choose SSH and give checkbox on the right side “Don’t start a shell or command at all” and “Enable Compression”.
It’s finish, you can login using that user password. You need to know if the login is correct, there will no effect after you login on screen. Putty screen will stop under password, but tunneling is work now.