Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: _.-*>another Problem!<*-._

  1. #1
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Thumbs down _.-*>another Problem!<*-._

    Ok...... This isnt working... whith this script:

    Code:
    <? @chmod("requests.php", 0777);
      if(!is_writable("requests.php")){
        @chmod("requestline.php", 0777); 
        if(!is_writable("requestline.php")){
          Echo"<b>Error:</b> You havent Chmodded the requestline.php And/Or the requests.php file, You need to go back and Chmod the dbinfo.php file.
    After you do that press the button below.
    
    <form method='post' action='install2.php'>
          <input type='submit' value='I have CHMODDED requests.php AND requestline.php'>
          </form>";
        
    
                 
      
        Echo"dbinfo.php <br />
    If you see an error above PAY ATTENTION TO IT! IF YOU DON'T Your script WILL NOT WORK!!!<br />
        <form method='post' action='install3.php'>
        <input type='submit' value='There is no error above and I am ready to move on!'>
        </form>";  ?>

    I get this error:

    Parse error: parse error, unexpected $ in /fpgs/fpgshttpd/smileyoureahabbo/scripts/radiobox/install2.php on line 22


    I DO NOT SEE A $ ANYWARE IN THAT SCRIPT!
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It's a rather unhelpful error, I must admit. Newer versions of PHP are more descriptive.

    What it's trying to tell you is that the page has ended while there's still a code block open.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Can it be fixed?
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Yes, you just have to close the offending code block(s).
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  5. #5
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    And how do you do that? lol... I really am not smart when it comes to this stuff.
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  6. #6
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    With
    Code:
    }
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  7. #7
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Lol.
    And where does that go?
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    I don't know, wherever you intended to close those if blocks
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  9. #9
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    They are closed.... And it didnt work... They have always ben closed....

    Code:
    <? @chmod("requests.php", 0777);
      if(!is_writable("requests.php")){
        @chmod("requestline.php", 0777); 
        if(!is_writable("requestline.php")){
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

  10. #10
    Join Date
    Jun 2006
    Posts
    148
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ohh nvm... I'm sooo dumb.
    Cheap Webhosting At ONE TIME fees! Also offering Scripts, Software, Web Designs, and Graphic Designs. Outstanding Designs and Webhosting!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •