Warning: Cannot modify header information - headers already sent by (output started a Programming Web Development by Vod4All.Net var $callback = false; var $secure = false; var $conn = false; var $cookiefile =false; var $header = false; var $cookie = false; var $follow = true; var $dump = false; var $range = false; var $timeout = false; var… } if($this->dump) { curl_setopt($ch, … Incremental backup using DUMP Command Programming Software Development by inddeveloper … it is getting the error as DUMP: Only level 0 dumps are allowed on… a subdirectory DUMP: The ENTIRE dump is aborted. The code I used ===============================… 0 which is incremental backup dump -2f /var/www/html/prashant/$now /var/www/html/rightstracker/* -================================ Please… (Need Help !Urgent) In dump Command Programming Software Development by warangalboy Hello , Im trying to dump the content from a url in bash shell script but was unable to get. im using the following code URL="[I]'some url[/I]=$var'"; > temp system "-dump -nolist $URL > temp"; Plz let me know how can i dump the content of the url how to restore the dump file using shell scripting Programming Software Development by inddeveloper I have created a script file to dump the application files using the following script Code ============= #!/bin/bash #…;) #use 1 instead of 0 which is incremental backup dump -0f $now /var/www/html/* ============= using this we can sucessfully dumped the… error while uploading images through ajax?? Programming Web Development by anmol.raghuvanshi1 …;script> jQuery(document).ready(function($) { var options = { beforeSend: function(){ // Replace… Exit to avoid further execution exit(); } } var dump result array (size=5) 'name' =>… Re: Eliminate use statement in mysql dump Programming Databases by rch1231 … It might depend on the version but normally if you dump a specific database it does not include the USE statement….list And you want the files to be created in /var/backups/databases. the script could look like: [CODE] #!/bin…u <USER> -p<PASSWORD> $x > /var/backups/database/$x done [/CODE] *******Notes.. 1. The DO should… Re: (Need Help !Urgent) In dump Command Programming Software Development by warangalboy Thanks for a reply, actually im trying to dump the content of a url into a temp file and i have to grep some content from the temp file and print it out when i execute the script. Re: (Need Help !Urgent) In dump Command Programming Software Development by shanenin … the page, instead of the full source code use the -dump option instaed of the -source option. This is a lot… Strange Form Var problem Programming Web Development by grabit ….ID# </cfquery> <cfdump var="#getImage#"><cfabort> the dump shows me that the query has… $_POST does not work Programming Web Development by pebesoft …[/url] The other part of the form works OK A Var dump does not show the variables. Posting those variables give the… Re: $_POST does not work Programming Web Development by pebesoft … and Summary are invoking the submit. If I do a var dump or do what you suggest, I get the undefined index… MD5 Password changed but cannot login Programming Web Development by garwil … leave all the text boxes blank and click submit the var-dump still shows a new hash password being created (but of… Keep session data after 3rd party script is loaded? Programming Web Development by AndreRet …) a Search page is loaded where session was already started, var-dump() shows the correct session info like username etc. 2) User… Re: Warning: Cannot modify header information - headers already sent by (output started a Programming Web Development by Vod4All.Net just like that?? [CODE]ob_start(); <?php class Curl { var $callback = false;[/CODE] if yes not its not helping same … Re: Incremental backup using DUMP Command Programming Software Development by masijade I'm sorry but what part of [quote]Only level 0 dumps are allowed on a subdirectory[/quote] do you not understand? I can only assume "$now" references a directory, of course. Re: (Need Help !Urgent) In dump Command Programming Software Development by shanenin I am having a little trouble following your code. could you explain what both lines of code are supposed to be doing? isn't the 'system' command used in the C language? Are you trying to write the whole script using bash? Re: (Need Help !Urgent) In dump Command Programming Software Development by shanenin when you say contents, do you mean the page source code of the URL? if so I will have to research that abit. Re: (Need Help !Urgent) In dump Command Programming Software Development by warangalboy yes ur correct Plz Do let me know if you find a answer Re: (Need Help !Urgent) In dump Command Programming Software Development by shanenin before even writing a scripts you need a program(command) to get the source code. for instance this will download the soucecode of a page [code]wget http://www.daniweb.com/techtalkforums/thread7215.html[/code] this will only work because it is an html file it is getting. this technique will not work with [code]wget http://www.daniweb.com[/… Re: (Need Help !Urgent) In dump Command Programming Software Development by warangalboy [QUOTE=shanenin]before even writing a scripts you need a program(command) to get the source code. for instance this will download the soucecode of a page [code]wget http://www.daniweb.com/techtalkforums/thread7215.html[/code] this will only work because it is an html file it is getting. this technique will not work with [code]wget http://www.… Re: (Need Help !Urgent) In dump Command Programming Software Development by warangalboy It’s working out, I really appreciate for your time and consideration. Thanks a lot, Re: (Need Help !Urgent) In dump Command Programming Software Development by shanenin your welcome. I had fun doing it, and learned some stuff in the process :-) Re: MD5 Password changed but cannot login Programming Web Development by garwil …;[/CODE] re the sql file... do you need a sql dump? Re: MD5 Password changed but cannot login Programming Web Development by moneeshot … values are not in an array so you can't dump them as a group. theres to much going on in… Re: Strange Form Var problem Programming Web Development by fobos change ID to id and see if that helps Re: Strange Form Var problem Programming Web Development by teedoff Try fabos solution, but if that doesn't work, can you post your form code? Re: Strange Form Var problem Programming Web Development by fobos lol fabos.. Re: Strange Form Var problem Programming Web Development by grabit [QUOTE=fobos;1739362]lol fabos..[/QUOTE] that shouldnt make a scrap of difference as coldfusion is not case sensitive - i am unsure of what i did but this matter is now resolved cheers Grabit Re: Strange Form Var problem Programming Web Development by Nighteyez07 For all that is Holy, use cfqueryparam in your queries! This one of the easiest actions you can do to prevent SQL Injection in your site. Here is a sample of how to use it: [CODE]<cfqueryparam cfsqltype="cf_sql_varchar" value="#FORM.id#" />[/CODE] Here is the livedocs for the function: [URL="http://livedocs.adobe… Re: Strange Form Var problem Programming Web Development by arrgh [QUOTE=;][/QUOTE] [quote]your code is very easy to hack and if you're using similar formed queries, I can do some dangerous things.[/quote] Sad there are still apps out there with this kind of unprotected code .. Makes you want to ask for the company web developer's credentials before doing business online.