Commit History

Author SHA1 Message Date
  pezcurrel f29f636a70 Added mysql error code to error message that is echoed if a query fails 1 year ago
  pezcurrel cd16eabce5 Using new form of delinstbyuid function; removed references to New column 1 year ago
  pezcurrel 835e02c171 Removed code referencing New, Good and Chosen columns 1 year ago
  pezcurrel f4aa3cb804 A script to set InsertTS field to something suitable when it is null 1 year ago
  pezcurrel c5debcb463 A function to delete an Instance record by ID, and all references to it in other tables; first commit 1 year ago
  pezcurrel bf98e62402 Updated 1 year ago
  pezcurrel 820bc3180d Made browser language detection more flexible (eg: if browser language has pt, use pt_BR since we don’t have pt yet, if ever) 1 year ago
  pezcurrel ccc9f517fd Moved code to delete an Instances record and all its references in other tables to function delinstbyid in lib/delinstbyid.php; minor changes 1 year ago
  pezcurrel 2b0e2398ae Made validhostname accept only valid hostnames :-)) (no ports or path specs) 1 year ago
  pezcurrel 32251d1ba8 Added “deleteinstswhere” action 1 year ago
  pezcurrel 7d2875075b Deleted 1 year ago
  pezcurrel 690b54521b Moved 1 year ago
  pezcurrel f269bb901d Little cosmetic change 1 year ago
  pezcurrel e9b88d6735 Made $jsonfp be written into run dir 1 year ago
  pezcurrel a3ada274e7 Removed stdout/err redirect in cmd; passing proper descriptor and pipe to proc_open; minor changes 1 year ago
  pezcurrel a32a25e095 Many many changes :-)) 1 year ago
  pezcurrel d6dd03694c Removed $context 1 year ago
  pezcurrel 441d16a42d ckratelimit goes to sleep only when x-ratelimit-remaining==0; can spit debug info; limit fetching chunks from users directories is now 40 1 year ago
  pezcurrel ca4367b719 Removed the unlinking attempt at lockfp before exit: it was already done before by shutdown; other little changes about open files closing and the like 1 year ago
  pezcurrel e5ad18e619 Fixed a typo 1 year ago
  pezcurrel 5c605cbe5b Some little cosmetic (readability of log files) changes 1 year ago
  pezcurrel 2571396253 Tuned to recent changes in crawler.php (and getinstinfo.php) 1 year ago
  pezcurrel ad8fa26306 Made mysql connection and charset setting errors more graceful; added “users” page to updstats; other minor changes 1 year ago
  pezcurrel 2d1d28b002 Fixed regexp checking if max_charcters is an integer; made mexit use eecho again, moving the closing of logf after eecho(s); made logf be opened only if logminmsglev < 4 1 year ago
  pezcurrel d1f088a026 Command for subprocesses gets now built on the fly using cmd function; logfile doesn’t get opened if logminmsglev < 4; other minor changes 1 year ago
  pezcurrel 6d897cfdff Removed “crawlernew” directory 1 year ago
  pezcurrel c7d5b50377 Adapted to new crawler version 1 year ago
  pezcurrel 0b9e892aef Splitted old crawler.php in 2; this is the part that coordinates 1 year ago
  pezcurrel 7629a1caae Moved from subdir “crawlernew” 1 year ago
  pezcurrel b46469bfbb Cope with mysql errors even with php ver. < 8; check if $link is false before trying to close mysql connection in function mexit 1 year ago