Recent content by hollo

  1. H

    [PHP]=>how to use serialize function to change only one value in file?

    $vars = array( 'a' => 'aaaaa', 'b' => 'bbbbb', 'd' => 'xxxxx', ); file_put_contents('txtfile.txt',serialize($vars)); so what script i should use to change only one value in file???
  2. H

    download google images php?

    i need a php script that grab links of all images on google image search and then download each wallpaper locally please .
  3. H

    was there any recalls on a 94 chevy suburban abs unit?

    my mother in law has a 94 chevy suburban 2wd and the master cylinder was going out well she parked at my house and when i went to go and take the master cylinder off the abs unit was burned up and car was dead it was fine when i saw it the day before the connections are completely melted and i...
  4. H

    was there any recalls on a 94 chevy suburban abs unit?

    my mother in law has a 94 chevy suburban 2wd and the master cylinder was going out well she parked at my house and when i went to go and take the master cylinder off the abs unit was burned up and car was dead it was fine when i saw it the day before the connections are completely melted and i...
  5. H

    php ..HOw to make this script work and download all images to local server /?

    <?php session_start(); $_SESSION['count']=0; ?> <link href="../../client/style.css" rel="stylesheet" type="text/css"> <center> <h2>Google Image Leecher</h2> Coder: <b>o0DarkEvil0o</b> <form action="./" method="POST"> <table width="600"> <tr> <td width="400" align="center">...
  6. H

    php: How to modify this script to fetch url of images?

    so it fetch url of images intead of links... <?php $var = fread_url($url); preg_match_all ("/a[\s]+[^>]*?href[\s]?=[\s\"\']+". "(.*?)[\"\']+.*?>"."([^<]+|.*?)?<\/a>/", $var, &$matches); $matches = $matches[1]...
  7. H

    PHP: Script that get images from google images and display image instead of thumb.?

    how to make such a scrip which can also get images from a specific url and display image not thumb then perform a function for each image eg save .txt of same image name.
  8. H

    how to cnage number format using php?

    from 123456 to 1,23,456 please post only solution.
  9. H

    PHP: FTP copy script?

    How to make php script that automatically copy files from one website to other website using ftp transfer link: website/dir/"files" >> website2/dir/"files"
  10. H

    99 dodge avenger transmission problems hellppp?

    im trying to find out what other years and other cars are compatible with my 99 dodge avenger it has a 2.5 v6 automatic help me please???
Back
Top