Hi all,
Windows Forums (WindowsForums.org) is re-opened, please join http://www.windowsforums.org .
Thanks
Hi all,
Windows Forums (WindowsForums.org) is re-opened, please join http://www.windowsforums.org .
Thanks
Searched a lot for mobile detection code, at last made my own.
Continue reading »
javascript:document.body.contentEditable=
Paste that in the address bar, and you can edit the contents you are seeing. But only in your browser it will be edited, not on the website.
Can be used to copy contents from sites where right click is not allowed.
Thanks
I searched a lot for one with that function, but found none, so i made one.
$ymail = $vbulletin->GPC['email'];
$ch = curl_init(”http://groups.yahoo.com
curl_setopt($ch, CURLOPT_HEADER ,0); // DO NOT RETURN HTTP HEADERS
curl_setopt($ch, CURLOPT_RETURNTRANSFER ,1); // RETURN THE CONTENTS OF THE CALL
curl_exec ($ch);
curl_close ($ch);
to be hooked on register_addmember_process
It will work for http://groups.yahoo.com
Thanks.
Some Interesting commands to run in windows xp….
Recent Comments