Jump to content

a5408851

Members
  • Posts

    3
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.superfury.tk/

Profile Information

  • Gender
    Male

a5408851's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. @Kyrdos: Do you mean that i have to break the script into more smaller scripts and combine them in a main script (e.g. like scriptP.php: <?php require("script1.php"); require("script2.php"); //Etc. ?> script1.php do first part script2.php do second part etc. ) or to simply make script1.php do the first part, save the results (in session with serialise(), load with deserialise()), redirect to script2.php and repeat as many times as needed? EDIT: Adjusted the script to refresh the page for each of the scripts (e.g. in the above example, run script one by default, next redirecting to the next script etc.). All the series get added now one at a time (with exception of the manual series (which are hardcoded by episode numbers)). It works again.
  2. Added a temp test admin login to the protection system for this supplied page: here. BTW when it reaches the end of the script, it will give a red DONE.
  3. I have a series update script (takes some data from various predefined sites listed in mysql database with url fopen, takes items using regex and puts it in a different table in the database for other script's further usage) which when executed suddenly stops (no error message or anything, just stops executing and finishes output to the browser). It worked fine until about monday this week. BTW also some "core.INSERTNUMBERHERE" file appears in my site's (root?) directory with about 50MB in size. Anybody knows how to solve this (or is the PHP parser bugged?)?
×
×
  • Create New...