PDA

View Full Version : The FG-Wiki



Oberoten
January 6th, 2009, 09:20
The FGwiki and the Extensions library have moved to a non .nu address to ensure a more professional look.

They are now at : https://oberoten.dyndns.org/FGWiki and https://oberoten.dyndns.org/ext respectively.

- Obe

Oberoten
February 11th, 2009, 19:48
All systems at oberoten.dyndns.org are down.

I'll need a new HD for that computer and it is not within my economic means for a few days more. Thank you for your patience.

- Obe

Oberoten
February 11th, 2009, 20:22
And here we go again...
...thank god for backups.

Fair warning be given the wiki now runs on a 32 GB memorstick I got to borrow as it's HD.

Oberoten
February 14th, 2009, 17:55
Seems the failing PSU killed the motherboard as well.
Replacement at the end of this month.

- Obe

Oberoten
February 17th, 2009, 21:39
The upload problems with the FgWiki have now been fixed. Seems there was more than ONE place I had to fix to make the PHP accept uploads bigger than 7 MB.

post_max_size integer (https://de2.php.net/manual/en/language.types.integer.php) Sets max size of post data allowed. This setting also affects file upload. To upload large files, this value must be larger than upload_max_filesize (https://de2.php.net/manual/en/ini.core.php#ini.upload-max-filesize). If memory limit is enabled by your configure script, memory_limit (https://de2.php.net/manual/en/ini.core.php#ini.memory-limit) also affects file uploading. Generally speaking, memory_limit (https://de2.php.net/manual/en/ini.core.php#ini.memory-limit) should be larger than post_max_size . When an integer (https://de2.php.net/manual/en/language.types.integer.php) is used, the value is measured in bytes. Shorthand notation, as described in this FAQ (https://de2.php.net/manual/en/faq.using.php#faq.using.shorthandbytes), may also be used. If the size of post data is greater than post_max_size, the $_POST (https://de2.php.net/manual/en/reserved.variables.post.php) and $_FILES (https://de2.php.net/manual/en/reserved.variables.files.php) superglobals (https://de2.php.net/manual/en/language.variables.superglobals.php) are empty. This can be tracked in various ways, e.g. by passing the $_GET (https://de2.php.net/manual/en/reserved.variables.get.php) variable to the script processing the data, i.e. <form action="edit.php?processed=1">, and then checking if $_GET['processed'] (https://de2.php.net/manual/en/reserved.variables.get.php) is set.
upload_max_filesize integer (https://de2.php.net/manual/en/language.types.integer.php) The maximum size of an uploaded file.
When an integer (https://de2.php.net/manual/en/language.types.integer.php) is used, the value is measured in bytes. Shorthand notation, as described in this FAQ (https://de2.php.net/manual/en/faq.using.php#faq.using.shorthandbytes), may also be used.
- Obe

Oberoten
February 25th, 2009, 00:54
Okay, uploads have now been re-re-adjusted and works from remote computer.

- Obe