| View previous topic :: View next topic |
| Author |
Message |
Discosis Resident Nerd


Status: Offline Joined: 03 Nov 2006 Posts: 20 $poons: 0.00

|
Posted: Sat Mar 17, 2012 8:44 pm Post subject: Server transition |
|
|
|
|
Hi folks,
We're now running on the new server. Given the bulk of this code is from 2004 this is no mean feat
Current known issues:
- Nonprintable (?-in-a-diamond) characters are appearing in a few places, but this doesn't appear to be breaking any functionality.
Fixed issues:
- palg.nu (the URL shortener) had some issues but is working again
(I'll update this list as or if new issues come to light)
Please email technical@palgn.com.au if you notice anything screwy.
Jason
|
|
| Back to top |
|
|
RKulen


Status: Offline Joined: 02 May 2008 Posts: 10 $poons: 0.00 Location: Sydney

|
Posted: Sun Mar 18, 2012 3:30 pm Post subject: |
|
|
|
|
|
Test after server transition.
|
|
| Back to top |
|
|
RKulen


Status: Offline Joined: 02 May 2008 Posts: 10 $poons: 0.00 Location: Sydney

|
Posted: Sun Mar 18, 2012 3:32 pm Post subject: |
|
|
|
|
|
2nd test
|
|
| Back to top |
|
|
ThunderCurls


Status: Offline Joined: 26 Mar 2009 Posts: 1127 $poons: 9.80 Location: Tasmania

|
|
| Back to top |
|
|
Furianshi PALGN Moderator


Status: Offline Joined: 04 Apr 2006 Posts: 1470 $poons: 513.20 Location: Mackay

|
Posted: Fri Mar 23, 2012 2:59 pm Post subject: |
|
|
|
|
I'm seeing little question marks everywhere...
Also, attempting to change my signature or avatar, I get this text after hitting submit:
| Quote: | $val) { if (is_array($val)) { $array[$key] = addSlashesArray($val); } else { $array[$key] = addslashes($val); } } return $array; } if (!ini_get("magic_quotes_gpc") || ini_get("magic_quotes_gpc") == "off") { $_POST = addSlashesArray($_POST); $_GET = addSlashesArray($_GET); $_REQUEST = addSlashesArray($_REQUEST); $_COOKIE = addSlashesArray($_COOKIE); } /* foreach ($_POST as $key => $val) { print "POST: $key = $val
"; } foreach ($_GET as $key => $val) { print "GET: $key = $val
"; } foreach ($_REQUEST as $key => $val) { print "REQ: $key = $val
"; } foreach ($_REQUEST as $key => $val) { print "COOKIE: $key = $val
"; } */ ?> |
|
|
| Back to top |
|
|
Cyph

Status: Offline Joined: 17 Apr 2008 Posts: 3977 $poons: 716.80 Location: Perth, WA

|
Posted: Sat Mar 24, 2012 1:43 am Post subject: |
|
|
|
|
Maybe the Riddler joined the forums?
I'm seeing them too btw.
|
|
| Back to top |
|
|
|