13 Aug, 2010

Drupal preview not working

Articles related to drupal preview not working

jwgkvsq.vmx - Conficker virus manual removal

http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html .Hope it works :) ...
Published 2 years, 10 months ago

UNIX Networking : Sockets UDP Transmitter and Reciever

http://digitalpbk.blogspot.com/2007/10/unix-networking-sockets-udp-transmitter.html *)&sin;, sizeof(sin))) { perror("bind()"); return 1; } do { sin_length = sizeof(sin); ret = recvfrom(s, msg, 10000, 0, (struct sockaddr *)&sin;, &sin;_length);//Waits until a message is recieved... printf("Message[%s:%d] : %s\n", inet_ntoa(sin.sin_addr), sin.sin_port,msg); } while(msg[0]!='0'); close(s); return 0;}Thats allTested and proved working on Fedora Core 6.Do let me know your results and comments.....To know more about the functions check the Linux ...
Published 4 years, 3 months ago

ANSI Escape Sequences

http://digitalpbk.blogspot.com/2007/05/ansi-escape-sequences.html to a DIR command. ESC [0;68;"dir";13p The 0;68 is the extended ASCII code for the F10 key and 13 is the ASCII code for a carriage return. Other function key codes F1=59,F2=60,F3=61,F4=62,F5=63 F6=64,F7=65,F8=66,F9=67,F10=68Source : The InternetESCThe Escape sequence on Linux is \e. Replace the ESC by \e on linux to make it work.For example,\e[31;1m Prints ...
Published 4 years, 9 months ago

WORM_RONTOKBRO.Y versus me

http://digitalpbk.blogspot.com/2007/01/wormrontokbroy-versus-me.html .Information Allies Missed+ The virus was present in the System_restore files.+ Making reg files did not work as registry was disabled.+ Group Policy gpedit.msc is disabled. ...
Published 5 years ago

Perl Script to send Free SMS to any mobile number in INDIA using way2sms

http://digitalpbk.com/perl-sms/perl-script-send-free-sms-any-mobile-number-india-using-way2sms ; #EOF Usage ./sms.pl mobile number "message" Example: ./sms.pl 9000012345 "Hey there does this work?" Happy SMSing. Warning This script is not affiliated or has anything to do with Way2Sms.com. This piece of code is provided AS IS without any warranty. Usage of this script is solely upto you. WAY2SMS will not be happy about you using this script skipping their ads. :) PERL SMS Software ...
Published 2 years, 2 months ago

Solve "Cannot modify header information - headers already sent by *.php"

http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent Solve  "Cannot modify header information - headers already sent by *.php" this warning by turning the error_reporting to OFF using error_reporting(0);, which is pretty much the not way of doing things. In HTTP Headers are sent before the actual content so if you are going to use header function after outputting the contents, it is likely to not work. How do I solve this Warning Cannont Modify Header Information ? In order to solve this issue you have to make sure you dont echo or print any output before using header or setcookie function. Make sure the control passes through ...
Published 1 year, 10 months ago

UNIX Networking : Sockets TCP Transmitter and Reciever

http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html ... printf("Message : %s\n", msg); } while(msg[0]!='0'); close(s);//Close Socket return 0;}Thats allTested and proved working on Fedora Core 6.Do let me know your results and comments.....To know more about the functions check the Linux Manual for each function.Check out... (UDP Transciever):) ...
Published 4 years, 3 months ago

CAPTCHA - What ?

http://digitalpbk.blogspot.com/2007/07/captcha-what.html what's written in it (easily). CAPTCHA's are present in most sites including here. Try posting a comment and you will be asked to enter a word as shown in the figure.CAPTCHA's are used to prevent bots or programs to spam the site with lots of biasing information or advertisements. Effectiveness of CAPTCHACAPTCHA has been here for a couple of years and hence programs defeating the CAPTCHA's have obviously been developed! So how does an effective CAPTCHA system work?A good captcha ...
Published 4 years, 6 months ago

Fun with UNICODE and Mirroring Character

http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html . One thing to note that is the mirroring character is not rendered on all browsers. It is supported on Firefox, Opera, IE7 (partially). If anyone has any info about other browsers please leave a comment. Effect of using a mirroring character on orkut with the profile name is shown below:Note that the word "scrapbook" is inversed. There is more of it left for you to explore and find out ...Mirroring character also works on some Instant Messengers like Google Talk and Yahoo! Messenger ...
Published 5 years, 2 months ago

How to connect laptop to TV

http://digitalpbk.com/laptop-tv/how-to-connect-laptop-tv How to connect laptop to TV these by pressing (Windows + P ) key combination. Duplicate Mode: In cloned mode or duplicate mode, a copy of your laptop screen is shown on the television.Extended Mode: In extended mode your laptop screen is extended to one or more Television screens Projector Only: On which only the connected TV is used and your laptop screen is not used (handy if your laptop screen stop working) Click on the appropriate option to see your laptop screen on TV. And now you can watch your movies/youtube on TV from your ...
Published 4 months, 1 week ago

Related help topics for drupal preview not working More keywords like drupal preview not working
More pages for drupal preview not working


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Tropical Canopy @ Havelock Tropical Canopy @ Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk