Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    539 fopen tugasan ditemui, harga dalam USD

    I'm currently facing a challenge with my OpenCart 3.0.8 e-commerce platform. **Symptoms:** - Persistent error messages for clearing extension cache in admin after various extension installations, such as: Notice: Trying to get property 'textContent' of non-object in /home/gyogyito/public_html/admin/controller/marketplace/ on line 146 Warning: fopen(/home/gyogyito/public_html/storage/modification/system/engine/): failed to open stream: No such file or directory in /home/gyogyito/public_html/admin/controller/marketplace/ on line 418 Warning: fwrite() expects parameter 1 to be resource, bool given in /home/gyogyito/public_html/admin/controller/marketplace/ on line 420 Warning: fclose() expects parameter 1 to be resource, bool given

    $50 (Avg Bid)
    $50 Avg Bida
    1 bida

    Necesito ayuda con tarea de programación en lenguaje C, es un proyecto de cajero automatico, ya lo tenia hecho pero ahora nos pidieron que le incluyamos al menos 4 archivos(clientes,sesiones,operaciones y totales(cantidad de sesiones y operaciones realizadas), en el ejemplo el porfesor uso un arhivo binario para el array y las funciones fopen,fclose,fseek,etc pero sinceramento no se como hacer. Lo necesito URGENTE, en horas, por favor.

    $33 (Avg Bid)
    $33 Avg Bida
    6 bida

    ...forbidden to use global variables, except for variables of simple types (e.g. int, float, etc., without pointers) preceded by the const specifier. 3. The use of the C++ template library is prohibited. 4. The length limit (number of characters) of any function used (including main()) is 555 bytes. 5. Implement file manipulation using the FILE structure and C functions that operate on FILE, e.g., fopen, fread, fwrite, ferr, fclose. Skills and Experience: - Strong proficiency in C++ programming language and Ncurses library. - Experience in developing text-based games. - Ability to follow a detailed plan and implement the desired design and layout. - Good problem-solving skills to troubleshoot any issues that may arise during development. If you are a skilled C++ game developer wit...

    $1462 (Avg Bid)
    $1462 Avg Bida
    7 bida

    PHP Version 7.2.34 (attached) XAMPP Examples: f(path of MP4) = Number of frames f(path of MP4) = Duration as 4 numbers: (Hours,Minutes,Seconds,Frames within the last second) g(path of MP4,Frame number) = JPEG g(path of MP4,Hour,Minute,Second,Frame Number within the Second) = JPEG The jpeg could then be saved by $content=g(. . .) and: function makefile($path,$content) { # Make File $a=fopen($path,"w") ; fwrite($a,$content) ; fclose($a) ; }

    $25 (Avg Bid)
    $25 Avg Bida
    23 bida

    I am looking for someone to fix the errors on three tools on my website: Watermark PDF, Favicon Generator, and PDF to Excel Converter. These tools are not currently working properly and I need someone with experience to fix the errors. These are the errors: = Watermark PDF: "fopen(file:///home/tt/public_html/vendor/tecnickcom/tcpdf/fonts/impact.z): Failed to open stream: Permission denied" - Favicon Generator: This tool generates favicons, but the .zip file generated by it is getting corrupted and impossible to open - PDF to Excel Converter: It is showing the following error: "Unable to process the file, please try different file." Skills and Experience: - Experience in web development and troubleshooting - Proficiency in programming languages such as JavaSc...

    $141 (Avg Bid)
    $141 Avg Bida
    39 bida
    PHP CURL Fix Tamat left

    ...doesn't give me my account. This must be a simple fix. url = Here is code I tried $page = ""; //$detailedFileArray1 = file ($page); //This didn't work //$detailLineCount1 = count($detailedFileArray1); //$detailLineCount1 = 0; $postpage = $page; $tempfile = ""; $fp = fopen($tempfile, "w"); $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, $postpage); //curl_setopt($ch, CURLOPT_POST, 1); //curl_setopt($ch, CURLOPT_POSTFIELDS, $data); //Didn't help curl_setopt($ch, CURLOPT_HEADER, false); $userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/ Safari/537.36"; curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);

    $23 (Avg Bid)
    $23 Avg Bida
    7 bida

    Fix this php code to support arabic charts when import CSV file , now arabic charts show like : ����� ------------------------------ if(isset($_POST["Import"])){ $filename=$_FILES["file"]["tmp_name"]; if($_FILES["file"]["size"] > 0) { $file = fopen($filename, "r"); $count = 0; while (($getData = fgetcsv($file, 10000, ",")) !== FALSE) { $getData1 = $getData[1]; echo $getData1; } } } ---------------------

    $36 (Avg Bid)
    $36 Avg Bida
    12 bida

    ...'' . $bucketName . '/' . $target_file; // Add it to S3 try { if (!file_exists('/tmp/tmpfile')) { echo 3; mkdir('/tmp/tmpfile'); } $tempFilePath = '/tmp/tmpfile/' . basename($_FILES["ftp"]['name']); $tempFile = fopen($tempFilePath, "w") or die("Error: Unable to open file."); $fileContents = file_get_contents($_FILES["ftp"]['tmp_name']); $tempFile = file_put_contents($tempFilePath, $fileContents); $s3->putObject(array( ...

    $43 (Avg Bid)
    $43 Avg Bida
    20 bida

    One of my instance in AWS Showing errors A PHP Error was encountered Severity: Warning Message: fopen(/tmp/ci_sessionrr5siklt0lkk24ufj0dmb3lqncmnflcf): Failed to open stream: No space left on device Filename: drivers/ Line Number: 174 -------------------------------------------------- A PHP Error was encountered Severity: Warning Message: session_start(): Failed to read session data: user (path: /tmp) Filename: Session/ Line Number: 143 ----------------------------------------------- Backtrace: File: /var/www/html/ Line: 316 Function: require_once

    $18 (Avg Bid)
    $18 Avg Bida
    14 bida

    ...if possible. Parsing Large files - I see references to DOM object and simplexml in the code - I can't manually split files before running conversions. Need to do it at a button press. Below is a portion of the code. The code works fine for smaller than 40m. Can it be changed to Stax or another parser that works with larger files. $csv_handler = fopen ('downloads_convert/' . basename($filename, ".".$ext) . "", 'w'); $l = 1 ; foreach($rline as $rlineech) { $domObject = new DOMDocument(); $domObject->loadXML($rlineech); $domXPATH = new DOMXPath($domObject); $sresults = $domXPATH->query("//soap/*"); // print_r($sresults); foreach($sresults as $result) { $sarray = json_decode(json_encode(simplexml...

    $136 (Avg Bid)
    $136 Avg Bida
    38 bida

    ...large xml files in my api. My current process bombs if the file is over 40 meg. I see references to DOM object and simplexml in the code - I can't manually split files before running conversions. Need to do it at a button press. Below is a portion of the code. The code works fine for smaller than 40m. Can it be changed to Stax or another parser that works with larger files. $csv_handler = fopen ('downloads_convert/' . basename($filename, ".".$ext) . "", 'w'); $l = 1 ; foreach($rline as $rlineech) { $domObject = new DOMDocument(); $domObject->loadXML($rlineech); $domXPATH = new DOMXPath($domObject); $sresults = $domXPATH->query("//soap/*"); // print_r($sresults); foreach($sresults as $result) { ...

    $28 (Avg Bid)
    $28 Avg Bida
    21 bida

    ...__construct() { //nothing } function XMLParser($xml_file) { $this->filename = $xml_file; $this->xml = xml_parser_create(); xml_set_object($this->xml, $this); xml_set_element_handler($this->xml, 'startHandler', 'endHandler'); xml_set_character_data_handler($this->xml, 'dataHandler'); $this->parse($xml_file); } function parse($xml_file) { if (!($fp = fopen($xml_file, 'r'))) { die('Cannot open XML data file: '.$xml_file); return false; } $bytes_to_parse = 512; while ($data = fread($fp, $bytes_to_parse)) { $parse = xml_parse($this->xml, $data, feof($fp)); if (!$parse) { die(sprintf("XML error: %s a...

    $137 (Avg Bid)
    $137 Avg Bida
    25 bida

    ...website i.e. https://website/ The below PHP code stores the PDF, but when it comes time to read/display it to the website... it times out. Clearly its not storing it quite the same as the Python code. The Postgres database sits on a remote server. I've probably looked at this too long and i'm using one too many bytea or escape functions OS is Ubuntu 20.04 PHP $foPDF = fopen($fsFilepath, 'rb'); $foPDFContent = fread($foPDF, filesize($fsFilepath)); $foPDFContent = file_get_contents($fsFilepath); $foPDFContent = pg_escape_bytea($foPDFContent); $foPDFContent = pg_escape_string($foPDFContent); fclose($foPDF); INSERT INTO table( date, name, mime, size, fil...

    $87 (Avg Bid)
    $87 Avg Bida
    13 bida

    I have upgraded an elastic beanstalk website and I need to get the aws s3 api for PHP working again for image upload. This is just one file that is a couple pages long. trying to replace aws-sdk with aws-sdk3 (). You can see where I've attempted to replacethe old command : $upload = $s3->upload($bucket, $apath, fopen($_FILES['userfile']['tmp_name'], 'rb'), 'public-read'); with the new: $result = $client->putObject([ 'Bucket' => $bucket, 'Key' => $apath, 'SourceFile' => $file_source_stream, 'ACL' => 'public-read', I'm getting no errors that I can see, and code dies on the putObjec...

    $155 (Avg Bid)
    $155 Avg Bida
    6 bida

    Please read carefully the information and also make your proposal with real amoutn. Thank you. I need to create a json file from a php script. The structure of the json file ...json schema I have attached to this project. Please see that its a JSON SCHEMA, NOT A JSON FILE. At the moment I dont have real data, so information has to pass thru php variables with dummy data. As example: ------- <?php $variable1=1; $variable2=2; $response = array(); $posts = array(); $posts[] = array('variable1'=> $variable1, 'variable2'=> $variable2); $response['posts'] = $posts; $fp = fopen('', 'w'); fwrite($fp, json_encode($response)); fclose($fp); ?> ------------------- All variables and objecst has to be in the script. You can give ...

    $125 (Avg Bid)
    $125 Avg Bida
    20 bida

    ... int n=0; eps=b-a; r1=a+eps/3; r2=a+2.*eps/3.; while(eps>EPS){ n++; if(n==NMAX){ printf("Demasiadas iteraciones en la funcion min n"); exit(1); } if(u(e,s,a_6,a_12,r1)>u(e,s,a_6,a_12,r2)) a=r1; else b=r2; eps = b-a; r1=a+eps/3.; r2=a+2.*eps/3.; } return (a+eps/2.); } void main (void){ float a_6, a_12, s=SIGMA, e=EPSILON, rmin, u_c, b_0,d2; FILE *out; out=fopen(NAME,"w"); a_6=suma(6.); a_12=suma(12.); rmin=min(e,s,a_6,a_12,RMENOS,RMAS); u_c=u(e,s,a_6,a_12,rmin); d2=u(e,s,a_6,a_12,rmin+H)+u(e,s,a_6,a_12,rmin-H)-2.*u_c; d2/=H*H; b_0=sqrt(2.)*d2/(9.*rmin); fprintf(out,"Gas noble ..............................%sn", GAS); fprintf(out,"Separacion equilibrio...................%4.3f Amstrongsn"...

    $20 (Avg Bid)
    Segera
    $20 Avg Bida
    1 bida

    Hi , We have problem from server side in php , and i want fix it on urgent bases. So please ping me if you have linux server knowledge. I mansion problem below . A PHP Error was encountered Severity: Warning Message: fopen(/var/cpanel/php/sessions/ea-php74/ci_session6c52106b3d4d73f0c06ff13405c0ec414af90db7): failed to open stream: No space left on device Filename: drivers/ Line Number: 172 Backtrace:

    $68 (Avg Bid)
    $68 Avg Bida
    14 bida

    I need a script coded for PHP to "email pipe" emails to WHMCS. My hosting provider has given me this sample code, but no idea how to run it etc. #!/usr/bin/p...script coded for PHP to "email pipe" emails to WHMCS. My hosting provider has given me this sample code, but no idea how to run it etc. #!/usr/bin/php -q <?php $email_msg = ''; // the content of the email that is being piped $email_addr = 'you(at)'; // where the email will be sent $subject = 'Piped:'; // the subject of the email being sent // open a handle to the email $fh = fopen("php://stdin", "r"); // read through the email until the end while (!feof($fh)){ $email_msg .= fread($fh, 1024); } fclose($fh); // send a copy of the email to you...

    $39 (Avg Bid)
    $39 Avg Bida
    13 bida

    ...file where each line has a search string, a file name, and a removal ID. We use the search string to search in the file name. 123:::A237 4567:::X789 890:::J234785 Here is an example of how the php code may look: <?php $f1 = fopen('','r'); while ($line1 = fgets($f1)) { $search_string = substr($line1,0,strpos($line1,':')); // 123 $search_file = substr($line1,strpos($line1,':'),...); // $removal_id = substr($line1,strpos($line1,'::'),...); // A237 $f2 = fopen($search_file,'r'); while ($line2 = fgets($f2)) { if strpos($line2,'id='.$search_string)>0 { remove lines until you find 2 lines, </div>#13#10</div>, and also remove these 2 lines insert removal tag writ...

    $33 (Avg Bid)
    $33 Avg Bida
    26 bida

    ...Lab, it can be un-tar-ed as follows: tar xvvfj The functionality of is described in What Is Given. Some details of the code are/were explained in the lectures and in ReadMe.txt. Study the provided source code so thoroughly that you could have written it. Then, answer the itemized questions below in a file named answers.txt. The following are standard library routines: fopen, fclose, fread, fwrite, fstat, fscanf, fprintf, sprintf Look up their functionality in both the Stevens' book and the on-line man pages. Describe their functionality briefly, one sentence each, in your own words. List the names of 5 standard library routines other than the above, and 5 system calls used by the code of P2. In the file simDisk.C, what is the point in verifying that statBuf.st_size

    $167 (Avg Bid)
    $167 Avg Bida
    7 bida

    Code so far: function B = GaussElim(A,s) m=size(A,1); n=size(A,2); fileID=fopen(s,'a+'); fprintf(fileID,'original matrix is the following:n'); for i=1:m for j=1:n fprintf(fileID, '%5.2ft', A(i,j)); end fprintf(fileID,'n'); end fclose(fileID); After this, I need the code to be able to take any size matrix and: 1.) Divide each row of the matrix by its leading entry, unless the leading entry is 0 2.) If the first row has a leading entry of 0, swap with a row that has a leading entry of 1 3.) Subtract all rows with a leading entry of 1 that are below the first row by the first row, making the first column have all zeros besides the first entry

    $110 (Avg Bid)
    $110 Avg Bida
    7 bida

    ...can display the information. $array[row,column] I have never used 2 dimensional arrays in PHP and would like someone to put a simple program together for me. You will create the text file () using the rows above and your program will read the file and display the information in a browser using a simple html template which you will make. $myfile = ""; $row = 1; if (($handle = fopen($myfile, "r")) !== FALSE) { while (($data = fgetcsv($handle,0,"|")) !== FALSE) { load fields into 2 dimensional $array[][] } } max-rows = ? fclose($handle); open html template file to display rows for ($row=0; $row < $max-rows; $row++) { for ($col=0; $col < 5; $col++) { replace id_number_field with $array[row,1]; replace first_name_field with ...

    $28 (Avg Bid)
    $28 Avg Bida
    17 bida

    I have Amazon-Advertising-API-Scope, Amazon-Advertising-API-ClientId ,token and location I code like this $head = array( 'Amazon-Advertising-API-Scope:'.$ScopeID, 'Amazon-Advertising-API-ClientId:' .$ClientID, 'Au...token and location I code like this $head = array( 'Amazon-Advertising-API-Scope:'.$ScopeID, 'Amazon-Advertising-API-ClientId:' .$ClientID, 'Authorization:Bearer '.$Token); $context = stream_context_create(array( 'http' => array( 'method'=>'GET', 'header'=>$head) )); //The path & filename to save to. $saveTo = ' '; $fp = fopen($Location, 'r', false, $context); When I...

    $22 (Avg Bid)
    $22 Avg Bida
    2 bida

    I have php code to include in This code shows sitemap with all the pages and blog post: I need: 1. URL become a link 2. I don't want all pages ...'<urlset xmlns="">'; foreach($postsForSitemap as $post) { setup_postdata($post); $postdate = explode(" ", $post->post_modified); $sitemap .= '<url>'. '<loc>'. get_permalink($post->ID) . '</loc>'. '<lastmod>'. $postdate[0] .'</lastmod>'. '<changefreq>monthly</changefreq>'. '</url>'; } $sitemap .= '</urlset>'; $fp = fopen(ABSPATH . "", 'w'); fwrite($fp, $sitemap); fclose($fp); } add_action(&...

    $28 (Avg Bid)
    $28 Avg Bida
    8 bida

    fopen(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed I want to resolve this error from my Laravel project, this video appears when I tried to open video url through stream code.

    $13 (Avg Bid)
    $13 Avg Bida
    4 bida

    ...4. Ensure the SSL/HTTPS is working as before Warning: fopen(/home/pmfeduglobal/public_html/): failed to open stream: No such file or directory in /home/customer/www/ on line 60 Warning: fwrite() expects parameter 1 to be resource, bool given in /home/customer/www/ on line 62 Warning: fclose() expects parameter 1 to be resource, bool given in /home/customer/www/ on line 63 Warning: fopen(/home/pmfeduglobal/public_html/

    $19 (Avg Bid)
    $19 Avg Bida
    11 bida
    C programmer Tamat left

    I have to create a file system in the c language. It relies heavily on linux functions and I currently do not have a linux machine that runs these commands smoothly. You cannot use functions like fopen() and such you must only use system calls like open,read,write and close. I would like to model it after the FAT32 system or the FAT16. Do NOT use already existing code on Github, especially the Penta File System as another site tried to rip me off by copy and pasting that exact project from github. I do have software that can test if the program matches any code online. So please do not do this. I can start at $300. All information you need is in the README in the zip.

    $469 (Avg Bid)
    $469 Avg Bida
    9 bida

    I am looking for short code solution for the next issue: I have zip file on url: I would like to have php code that is running on different url and read this zip, which has only 1 file inside by the name of I tried both ways: 1. $result = file_get_contents('zip://'); or 2. $fp = fopen('zip://', 'r'); Both ways work fine on the same url but do not work find on different. Any idea how to solve it without extract the zip file on the local machine? PHP version 5.3.3

    PHP
    $20 (Avg Bid)
    $20 Avg Bida
    6 bida

    ...word with 5 characters. To be parsed by the grader, your output should be formatted exactly as Most difficult document: [filename] Least difficult document: [filename] For example: Most difficult document: Least difficult document: If only one document is passed, then it is both the least difficult and most difficult. For file I/O, you should use the C functions fopen, fclose, and fscanf, fgets, or similar. You will also be graded on the quality of your code. Some considerations: • Your code must be free of memory leaks. • You must have a comment at the top stating, at a minimum, your name, the assignment due date, and a brief description of what the program does. • Avoid hard-coded constants. Make use of the C preprocessor instead. (Use your judgement on this

    $21 (Avg Bid)
    $21 Avg Bida
    8 bida

    hello im looking for someone to help me create a code like this 1 - login page (form) = 2 - php and js file php will post login data using php fopen&write in 3 - from page i release the the visitor to any page i want i could be or

    $130 (Avg Bid)
    $130 Avg Bida
    22 bida

    ...installation was successful, unfortunately when I open my site this error appears. |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| /opt/yaronet/src/library/queros/ file_put_contents(./storage/cache/route/): failed to open stream: Permission denied Warning: fopen(./storage/log/): failed to open stream: Permission denied in /opt/yaronet/src/engine/diagnostic/ on line 73 Warning: file_put_contents(./storage/cache/route/): failed to open stream: Permission denied in /opt/yaronet/src/library/queros/ on line 134 Fatal error: Uncaught Exception: unable to create cache in /opt/yaronet/src/library/queros/queros

    $25 (Avg Bid)
    $25 Avg Bida
    13 bida

    ...with a space in it example "the ball" which is when it only currently would pickup "the". The code needs to check all words in the CSV whether they have spaces in them or not. Please post "Count me in" in your reply to confirm you are not a automated reply. $target_path=''; $s=0; $f=0; $marray=''; $bg=''; $text = $_POST['tacontents']; $exp=preg_split('/(s+)/', $text); if(($csvFile = fopen($target_path,'r')) !== false ){ // $i=0; $data = array(); $bg = array(); while (($data = fgetcsv($csvFile)) !== false){ if(trim($data[0]) !=''){ $bg[]=$data[0]; // $word=$data[0]; /*...

    PHP
    $20 (Avg Bid)
    $20 Avg Bida
    8 bida

    ...support. For Cloud Server Hosting, xampp for PHP 7.1.30. For Shared Server Hosting, MYSQL version 5.5 or above, Apache Web Server, 0or, 0o¿PHP 7.0 or 7.1 with multibyte string, ZIP archive support, PDO sqlite, mysql, mysqli, GD2 Library or higher, EXIF PHP extension, Apache mod_rewrite enabled, Enabled PHP5 - curl ssl, Enabled Zlib extension, Register Globals OFF, Enabled PHP functions - base64, fopen, fclose, fwrite and eval, Minimum 512MB memory space for smooth operation Okay, well, I don’t know what any of that stuff is. I am used to working with regular retail websites, I use hostgator for my hosting. One said I needed “Facebook app credential” well what is that? Is that hard to get, it sounds like it is? What if I pay for the script but can&rsquo...

    $2018 (Avg Bid)
    $2018 Avg Bida
    42 bida

    // C programming. Develop a Minix Disk program that allows users to access a Minix disk locally mounted on a computer. In your program, all file I/O related operations should use the system calls, including open(), read(), write(), lseek(), close(), and you should not use those library functions like fopen() and fread(). Your implementation must work on Linux machine. Required Modules: [90%] Client Environment (a minix console): the console (interface) allows users to access the minix disk by using the following commands: [5%] help: show the commands supported in the minix console. [5%] minimount argument: mount a local minix disk, where "argument" is a iminix image file, e.g., imagefile.img. [5%] miniumount: umount the mounted minix disk. [10%] showsuper: to list the in...

    $195 (Avg Bid)
    $195 Avg Bida
    2 bida

    ...(EDT)) Group Arrangment. You are asked to develop a Minix Disk program that allows users to access a Minix disk locally mounted on a computer. You are expected to use C programming language. In your program, all file I/O related operations should use the system calls discussed in our lectures, including open(), read(), write(), lseek(), close(), and you should not use those library functions like fopen() and fread(). Your implementation must work on Linux machine in FH131 lab. Required Modules: [90%] Client Environment (a minix console): the console (interface) allows users to access the minix disk by using the following commands: [5%] help: show the commands supported in the minix console. [5%] minimount argument: mount a local minix disk, where "argument" is a im...

    $39 (Avg Bid)
    $39 Avg Bida
    4 bida

    1) Connect to remote mysql database using mysqli 2) Backup database 3) Transfer backup file and save as encrypted compressed file 4) Delete stored backup files older than 5 days Here is sample code that can be modified to work as decribed above. <?php $dbhost = 're...($j<($num_fields-1)) { $return.= ','; } } if($num_rows == $counter){ $return.= ");n"; } else{ $return.= "),n"; } ++$counter; } } $return.="nnn"; } //save file $fileName = 'db-backup-'.time().'-'.(md5(implode(',',$tables))).'.sql'; $handle = fopen($fileName,�...

    $45 (Avg Bid)
    $45 Avg Bida
    21 bida

    ...the button you get this error that might be related: (version numbers and some sensitive if remove for public posting) 500 (Internal Server Error) send @ ajax @ (anonymous) @ ?id= e @ dispatch @ @ Getting these apache errors in the error log PHP Warning: fopen(/home/***/public_html/wp-content/uploads/learndash/): failed to open stream: Permission denied in /home/***/public_html/wp-content/plugins/learndash-memberpress/includes/ on line 64, referer: **** [Sun Nov 10 16:06:39.343568 2019] [:error] [pid 6736] date_convert, referer:

    $34 / hr (Avg Bid)
    $34 / hr Avg Bida
    12 bida

    ...the button you get this error that might be related: (version numbers and some sensitive if remove for public posting) 500 (Internal Server Error) send @ ajax @ (anonymous) @ ?id= e @ dispatch @ @ Getting these apache errors in the error log PHP Warning: fopen(/home/***/public_html/wp-content/uploads/learndash/): failed to open stream: Permission denied in /home/***/public_html/wp-content/plugins/learndash-memberpress/includes/ on line 64, referer: **** [Sun Nov 10 16:06:39.343568 2019] [:error] [pid 6736] date_convert, referer:

    $39 / hr (Avg Bid)
    $39 / hr Avg Bida
    41 bida

    ...the button you get this error that might be related: (version numbers and some sensitive if remove for public posting) 500 (Internal Server Error) send @ ajax @ (anonymous) @ ?id= e @ dispatch @ @ Getting these apache errors in the error log PHP Warning: fopen(/home/***/public_html/wp-content/uploads/learndash/): failed to open stream: Permission denied in /home/***/public_html/wp-content/plugins/learndash-memberpress/includes/ on line 64, referer: **** [Sun Nov 10 16:06:39.343568 2019] [:error] [pid 6736] date_convert, referer:

    $31 / hr (Avg Bid)
    $31 / hr Avg Bida
    57 bida

    ...com/ (works without errors on the old vServer - please see ) I disabled the Firewall, but the problem remained. Here is the sample code which is producing the 503 error: <?php $connection = ssh2_connect('', 22); ssh2_auth_password($connection, 'username', 'password'); $sftp = ssh2_sftp($connection); $stream = fopen('://' . intval($sftp) . '/path/to/file', 'r'); ?> The configured file for the above can be found at I'm looking for someone to resolve the SSH2 issue on the new Google Cloud Server so that I can transfer files via sFTP. Please note that the is running with with PLESK. Happy bidding...

    $100 (Avg Bid)
    $100 Avg Bida
    5 bida

    ...from websites. I tried this in PHP with curl, file_get_contents and fopen. This is working very well for many websites. But for some websites I'm asked to solve a Captcha or I'm getting a message like "failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in - on line 12". When opening this website in a browser, there are no problems, although I'm using the same user agent and IP address as in my PHP script. This means, for the website I want to access, there is some difference between my PHP script and my browser. But, what is it? How can I make my PHP script act like my browser for the website I want to get the source code from? I need to get this work, no matter if you use curl, file_get_contents, fopen or anything else. I'l...

    PHP
    $33 (Avg Bid)
    $33 Avg Bida
    3 bida

    ...header("Access-Control-Max-Age: 3600"); header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"); //recevieing json $content = trim(file_get_contents("php://input")); $post = json_decode($content); //saving uploaded image $imagedata = base64_decode($post->image64); $file_path = 'upload/' . date("Y_m_d_H_i_s_") . ''; $file = fopen($file_path, "wb"); fwrite($file, $imagedata); fclose($file); //Matching (Here Deep Learning) $result_json = exec(" ".$file_path); $result_arr = json_decode($result_json); //making json $MyResult = array(); $MyResult['title'] = "Matching"; $MyResult['description'] ...

    $146 (Avg Bid)
    $146 Avg Bida
    13 bida

    ...script that will create a thumbnail from a uploaded video via a file form. You will not be allowed to save the video to a folder but you just has to work with $_FILES variable. I have this code for creating thumbnail from an image, I need you to write the equivalent but for videos. // CODE // read photo $fileTmpName_o = $_FILES['video']['tmp_name']; // temporary file at server side $oTempFile = fopen($fileTmpName_o, "r"); $sBinaryPhoto = fread($oTempFile, fileSize($fileTmpName_o)); // Try to read image $nOldErrorReporting = error_reporting(E_ALL & ~(E_WARNING)); // ingore warnings $oSourceImage = imagecreatefromstring($sBinaryPhoto); // try to create image error_reporting($nOldErrorReporting); // If file uploaded is video $nWid...

    $33 (Avg Bid)
    $33 Avg Bida
    8 bida

    ...header("Access-Control-Max-Age: 3600"); header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"); //recevieing json $content = trim(file_get_contents("php://input")); $post = json_decode($content); //saving uploaded image $imagedata = base64_decode($post->image64); $file_path = 'upload/' . date("Y_m_d_H_i_s_") . ''; $file = fopen($file_path, "wb"); fwrite($file, $imagedata); fclose($file); //Matching (Here Deep Learning) $result_json = exec(" ".$file_path); $result_arr = json_decode($result_json); //making json $MyResult = array(); $MyResult['title'] = "Matching"; $MyResult['description'] ...

    $187 (Avg Bid)
    $187 Avg Bida
    16 bida

    ...header("Access-Control-Max-Age: 3600"); header("Access-Control-Allow-Headers: Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With"); //recevieing json $content = trim(file_get_contents("php://input")); $post = json_decode($content); //saving uploaded image $imagedata = base64_decode($post->image64); $file_path = 'upload/' . date("Y_m_d_H_i_s_") . ''; $file = fopen($file_path, "wb"); fwrite($file, $imagedata); fclose($file); //Matching (Here Deep Learning) $result_json = exec(" ".$file_path); $result_arr = json_decode($result_json); //making json $MyResult = array(); $MyResult['title'] = "Matching"; $MyResult['description'] ...

    $179 (Avg Bid)
    $179 Avg Bida
    3 bida

    I own the full version Interspire cart, hosted on my site, version 5.0.6. I already updated MySQL to sqli. That all works. Site is customized, all good, but USPS module API needs to be updated, as does the UPS module. Error currently: Please follow the "RateV3 to Rate...RateV4" transition guide in the announcements section at to migrate to the latest version or contact your software provider or shipping administrator for assistance. and Here is the error for UPS: Quote Status: Failed Error Message: A connection to couldn't be established. Make sure PHP supports allow_url_fopen or CURL and try again. For UPS, I did make sure “allow url fopen” is ON in PHP, and uncommented the needed DLL file, but that didn’t seem to do it. Need these modules update...

    $216 (Avg Bid)
    $216 Avg Bida
    3 bida

    ...die(); } // Build data $tradeID = $argv[1]; $btcAddress = $argv[2]; // Plus one because this update increments the updateID anyway $updateID = $argv[3] + 1; $data = json_encode(array('version' => (int)1, 'reference' => $tradeID, 'btcaddress' => $btcAddress, 'updateID' => (int)$updateID)); if (isset($argv[4]) && $argv[4] == 'debug') echo "Data is {$data}n"; // Get private key $fp = fopen("", "r"); if (!$fp) die("Could not open private key n"); $priv_key = fread($fp, 8192); fclose($fp); $pkeyid = openssl_get_privatekey($priv_key); if (!$pkeyid) die("Private key not valid"); // compute signature openssl_sign($data, $signature, $pkeyi...

    $149 (Avg Bid)
    $149 Avg Bida
    18 bida

    ...the data and chunk all the files into small pieces and is stored in a custom temp folder which is then moved to a main folder after upload. It needs to be automated and smooth, xHr/ajax. We also wants a progress bar so if possible one of those and don't use move_uploaded_file as server does not like it. More of this: $fileData = file_get_contents('php://input'); //Write the actual chunk $handle = fopen($this->tempDirectory . $this->tmpName, 'a'); fwrite($handle, $fileData); fclose($handle); etc. but javascript is most important, that is what i am struggling with bits) - any examples of libraries u know would be great. not just names, actual codepen/jsfiddle examples with the working js for the forms with 2 text fields and 4 file input fields and a s...

    $160 (Avg Bid)
    $160 Avg Bida
    14 bida

    Hello, I want to store data in a txt file and make session to call them in the next php page.. (NO RANDOM COMMENTS.. ANSWER ME 2+3= ?) In main page: <?php echo implode('<br/>', $res->name); echo json_encode($res->address); ?>' I want to do someth...store data in a txt file and make session to call them in the next php page.. (NO RANDOM COMMENTS.. ANSWER ME 2+3= ?) In main page: <?php echo implode('<br/>', $res->name); echo json_encode($res->address); ?>' I want to do something like below to store the data: <?php $login = " name: $_POST['$res->name']; address: $_POST['$res->address']; "; $path = ""; $fp = fopen($path, "a"); fwri...

    $24 (Avg Bid)
    $24 Avg Bida
    6 bida

    Warning: fopen(/var/www/vhost/): failed to open stream: No such file or directory in /var/www/vhost/ on line 22 Warning: fopen(/var/www/vhost/): failed to open stream: No such file or directory in /var/www/vhost/ on line 22 Warning: fwrite() expects parameter 1 to be resource, boolean given in /var/www/vhost/ on line 31 Warning: fopen(/var/www/vhost/): failed to open stream: No such file or directory in /var/www/vhost/ on line 22 Warning: fwrite() expects parameter 1 to be

    $32 (Avg Bid)
    $32 Avg Bida
    3 bida

    Artikel Komuniti fopen Teratas