Jump to content

ClemenzoDK

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by ClemenzoDK

  1. Hello guys, I've created a gallery with hundreds of thumbnails and I want the following functions added to the thumbnails: - When you click the thumbnail, you would be able to switch through 3 different options like; approve, delete, pass. (Very much like radiobuttons) To indicate which option you've chosen the borders will change color. - When you hover on the thumbnail a slideshow will begin. - When you double-click the thumbnail a new window will open. I'm curious if there exists any script close to this, or if it's even possible? Since I'm no shark at JavaScript I would appreciate your help/advise.
  2. I double-checked by running phpinfo() everytime I edited the configs, I also checked both the MySQL and Apache cfg's without luck. UPDATE: I tried the script on my new dedicated server, and it worked perfectly. I then copy-pasted all the configs from my local XAMPP folders, and it still worked perfectly. So I guess it has something to do with my PC in someway, though it's not a heavy script. Anyway, thanks for all the suggestions.
  3. LOL But I'm also pretty confused as to what you're looking for help?
  4. It amazes me that no one has experienced the same problem. I've searched through all MySQL and all Apache configs, but without finding anything that relates to 120 seconds. I've also run a phpinfo(), without any luck. If you guys have any suggestions, please post them - I'm running dry on ideas to solve this.
  5. Thanks for the fast reply. Yes I restarted both Apache and MySQL.
  6. Just tried running it from the command line, and once again the script died exactly after 120 seconds. Can it have something to do with the Apache settings?
  7. Hello, I've made a script that runs a numerous of JSON request to an external source. The JSON data given is being ripped and stored in a MySQL database. Since i'm only testing the script, it's currently being run on my own PC. I've calculated that it will take approx. 55-60 minutes before the script is finished ripping of all the data. But the script dies out after only 120 seconds, without any errors given. I'm using XAMPP on my own PC with the following specs.: + Apache 2.2.17 + MySQL 5.5.8 (Community Server) + PHP 5.3.5 (VC6 X86 32bit) + PEAR I've set the following to unlimited in PHP.ini: + max_execution_time + max_input_time + memory_limit I've also added set_time_limit() to the code without any help. I hope you guys wanna help me out, thanks..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.