User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Getting PHP files

  1. #1
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Getting PHP files

    Heya

    I've come into problems with getting the information out of PHP files. I've tried both the Live Reciever and MOO Sock and I get the same result. The file I'm trying to access is:

    http://feryl.org/devcentre/index.php

    I've tried quite a lot of different things but so far ive got:

    Connect "feryl.org"
    Port "80"
    Get "http://feryl.org/devcentre/index.php"

    This method seems to work with any other file on the server except php files which return "No input file specified".

    I've tried using a local "/devcentre/index.php" path but this generates a 404. Various other attempts have generated 400s,405s,403s etc.

    If someone could possible have a quick glance and see if there's anything I'm doing obviously wrong then it would be much appreciated thanks!

  2. #2
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Getting PHP files

    Ps. I got the file to work using "http://feryl.org/devcentre/" but this takes over 5 seconds to load!! Any ideas?

  3. #3
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Getting PHP files

    your webserver is dodgy and not configuered correctly

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Getting PHP files

    Try redownloading the Live Receiver object- it has been revamped quite recently.

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleUnicode Add-on
    LIJI's Avatar
    Join Date
    Jun 2006
    Location
    Israel
    Posts
    1,175
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Getting PHP files

    Quote Originally Posted by raytrace
    Ps. I got the file to work using "http://feryl.org/devcentre/" but this takes over 5 seconds to load!! Any ideas?
    MooSock's Get Received Line lags, use Get Received Text.

  6. #6
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Getting PHP files

    your webserver is dodgy and not configuered correctly
    If you're talking about "/index.html" returning a ghost web page, I tried it with a load of other domains and it returns the same sort of thing.

    Try redownloading the Live Receiver object- it has been revamped quite recently.
    ok

  7. #7
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Getting PHP files

    I am having problems getting the POST function to send the POST data / the PHP file recieve the data.

    The PHP file doesn't seem to pick up the values. Example:

    http://feryl.org/devcentre/test.php

    PHP Code:
    <?php

    $f 
    $_POST["f"];

    echo 
    $f;

    ?>
    I set the POST argument in MMF2 to "f=hello" but the file returns blank. Any ideas? Thanks

  8. #8
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Getting PHP files

    Can you do it without a POST?

  9. #9
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Getting PHP files

    example Client protocol:

    POST /devcentre/test.php HTTP/1.1
    Host: feryl.org
    Content-Type: application/x-www-form-urlencoded
    Content-Length: 18
    Connection: Close
    this=man&value=set


  10. #10
    No Products Registered

    Join Date
    Aug 2006
    Location
    Westcountry, UK
    Posts
    862
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Getting PHP files

    Can you do it without a POST?
    I'm trying to use POST because it's the standard and GET has a character limit

    @neat_Kliker2

    Yea I guessed thanks but it doesn't really do much in Live Reciever
    p.s. what's "der" - erutangis

Page 1 of 2 1 2 LastLast

Similar Threads

  1. "Flash / INI object: now loads INI files stored as binary files in the application."
    By EdibleWare in forum SWF/Flash Export Module Version 2.0
    Replies: 5
    Last Post: 2nd July 2014, 10:22 AM
  2. Loading files such as INI,Text files, List Files?
    By Gibbon in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 21st July 2012, 06:41 AM
  3. INI files versus XML files - which one's better?
    By TheSynapse in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 6th April 2012, 03:14 PM
  4. Conveting mfa. files to swf. files.
    By onewingedangel in forum Multimedia Fusion 2 - Technical Support
    Replies: 16
    Last Post: 22nd September 2008, 03:23 PM

Posting Permissions

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