<PongZ> ตาเล็ก help me pls
<PongZ> function spin($s){
<PongZ> preg_match(‘#\{(.+?)\}#is’,$s,$m);
<PongZ> if(empty($m)) return $s;
<PongZ> $t = $m[1];
<PongZ> if(strpos($t,’{‘)!==false){
<PongZ> $t = substr($t, strrpos($t,’{‘) + 1);
<PongZ> }
<PongZ> $parts = explode(“|”, $t);
<PongZ> $s = preg_replace(“+\{“.preg_quote($t).”\}+is”, $parts[array_rand($parts)], $s, 1);
<PongZ> return spin($s);
<PongZ> }
<PongZ> convert เปน perl ให้ที
<PongZ> อิอิ
จัดไป .. แต่เขียนต่าง จาก php ด้านบนคนละเรื่องเลยนะ Continue Reading »
display card intel (การ์ดจอ) สามารถเพิ่มความละเอียดหน้าจอได้
จาก 1024*600 เป็น 1024×768 และ 1152×864 ใน windows 7
โดยมี ขั้นตอนดังนี้
1) Run regedit
2) Search and modify all values “Display1_DownScalingSupported” from “0″ to “1″
3) Restart the system
4) Enjoy with the two new resolutions 1024×768 i 1152×864
ที่มา http://forum.eeeuser.com/viewtopic.php?pid=674817
พอดีไปตอบกระทู้แนวๆ เขียน code ไว้ที่ พันติ๊บ อีก เช่นเดิม
เลยเอามาลงไว้ใน blog ซะหน่อย Continue Reading »
เพิ่ม code นี้เข้าไปใน bookmark url
จากนั้น เวลาใช้ ก็กดใช้จากใน bookmark
แล้ว ใส่ cookie ที่ต้องการลงไป เช่น
user=windows98SE;pass=stephack.com;
เป็นต้น
javascript:void(window.c=function%20a(nc){c=nc.split(";");d=new%20Date();exp=new%20Date(d.getFullYear()+1,2,11);for(i=0;i<c.length;i++){document.cookie=c[i]+";
expires="+exp+";"+"path=/;domain="+window.location.hostname;}return%20unescape(document.cookie);});void(c(prompt("cookie%20[name=value]","")));