Jump to content

InetGet stop Script


Recommended Posts

@InetGetActive Is 1 if a InetGet download is currently active, otherwise is 0.

@InetGetBytesRead During a InetGet download this is the number of bytes currently read. It is -1 when there is an error downloading.

Just error handling.... i think

NEWHeader1.png

Link to comment
Share on other sites

hello

thanks Valuater

i want to know character limit of fileread

$chars = FileRead($file, 1)

<{POST_SNAPBACK}>

dont know how many charactors you are wanting but i tested the following

$chars = FileRead($file, 50)

$chars = FileRead($file, 550)

$chars = FileRead($file, 5550)

And they all worked

enjoy

NEWHeader1.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...