Diesel Jokes Script Installation Error ...

Discussion in 'PHP' started by farrukhqasimi, Aug 23, 2007.

  1. #1
    Hi buddy
    I wanna Use the script the Diesel Jokes script .. I have uploaded the script but when i try to install this script from the install.php .. it is return from the main page without install ...
    for more details

    http://www.urduinn.com/sms/install.php
    db: urduinn_sms
    pass : 2friends
    pass: urduinn_sms

    could anybody tell me that which php module is use in the script ...

    please reply ASAP
     
    farrukhqasimi, Aug 23, 2007 IP
  2. nico_swd

    nico_swd Prominent Member

    Messages:
    4,153
    Likes Received:
    344
    Best Answers:
    18
    Trophy Points:
    375
    #2
    It's hard to say without seeing the code. But from the looks, it seems like a register_globals issue. The script behaves like no data was sent. Try placing these lines at the top of install.php

    
    extract($_POST);
    extract($_GET);
    
    PHP:
     
    nico_swd, Aug 23, 2007 IP
  3. farrukhqasimi

    farrukhqasimi Member

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Closed ..
     
    farrukhqasimi, Aug 24, 2007 IP