Amateur Poker Association & Tour

Poker Forum => General Discussion => Topic started by: Des on April 28, 2012, 09:32:15 AM

Title: New Server
Post by: Des on April 28, 2012, 09:32:15 AM
Most of you should now be seeing the site via the new server, which was put live yesterday. 

Certain performance settings may still need to be tweaked and we would appreciate feedback on how you"re finding the site performance throughout the next couple of days.

Thanks,

Des.
Title: Re: New Server
Post by: duke3016 on April 28, 2012, 13:45:12 PM
Fine so far..

(https://encrypted-tbn1.google.com/images?q=tbn:ANd9GcRyM0Oj5LyOn7C6cNMN9YKwoUkFZKqvsIvcw75yRf4WtgHw8Jvl)
Title: Re: New Server
Post by: Paulie_D on April 28, 2012, 14:01:12 PM
It still throws me the odd CGI Error but that may be down to browser caching.

Fingers crossed.
Title: Re: New Server
Post by: AMRN on April 28, 2012, 16:25:51 PM
Running sweetly, but with the occasional CGI error
Title: Re: New Server
Post by: Robbiebox on April 28, 2012, 18:38:07 PM
CGI error a lot still for me.
Title: Re: New Server
Post by: duke3016 on April 28, 2012, 19:19:31 PM
no CGI after a ctrl F5 - just saying  ;D
Title: Re: New Server
Post by: Paulie_D on April 28, 2012, 20:13:22 PM

no CGI after a ctrl F5 - just saying  ;D


Yes,I know but I still get them even after doing that.
Title: Re: New Server
Post by: AJDUK on April 28, 2012, 21:53:52 PM
First time i been able to get on for the last 4 hours.
Got an error saying the server had been misbehaving!
So for me it"s far worse than before.
Title: Re: New Server
Post by: Pianissimo37 on April 29, 2012, 07:25:35 AM

First time i been able to get on for the last 4 hours.
Got an error saying the server had been misbehaving!
So for me it"s far worse than before.
I have been unable to access the new server at all.
Have managed to get the forum via Google but not in the way I used to.
Do I have to do anything or will this CG misbehaving sort itself out? Frustrating.
Title: Re: New Server
Post by: Des on April 29, 2012, 11:10:53 AM
We"ll be speaking to the techies next week.
Title: Re: New Server
Post by: PHIL_TC on April 29, 2012, 12:05:53 PM

We"ll be speaking to the techies next week.


CGI naughtiness more apparent today unfortunately Des, had it once yesterday first accessing the forum then it was fine after the inital refresh of the page... today getting it lots :(

Couple of pointers for the switch it off and back on guys...


Possible solution 1 :

1) Set
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\Script Map]
".php"="your path to php\\php.exe"

2) ensure there is not a php.ini in the windows system folder and that there is one wherever you"ve put PHP

3) edit php.ini and set cgi force redirect to 0 and
cgi.rfc2616_headers = 1

4) Put the PHP scripts in their own folder underneath the inetpub root

5) Open the IIS console, right click your new php folder
In the Directory tab
set application name to the name of the folder
set executable and script as permission
set application protection to low
Click configuration and check that .php is mapped to wherever you put PHP

Restart IIS



Possible solution 2 :

Install PHP under IIS as an ISAPI module and not as a CGI processor



Possible solution 3 :

If running PHP version 4.3.3, upgrade to latest as it seems to be a common problem under this version

x
Title: Re: New Server
Post by: Paulie_D on April 29, 2012, 12:38:46 PM
Have you tried turning it off and back on again?  ;D
Title: Re: New Server
Post by: Tiger-flash on April 29, 2012, 12:45:48 PM
Aaaaaaaaargh! just wrote a new topic for our team tonight for about 20 minutes just to be timed out and gci errors, i had enough of this  >:(
Title: Re: New Server
Post by: MintTrav on April 29, 2012, 13:01:12 PM
How did you all manage to post yesterday, when I couldn"t access the forum at all? I did get the main site up twice, but couldn"t access the forum from there either, so was surprised it came up now and more surprised to see that people had been posting yesterday.
Title: Re: New Server
Post by: Chipaccrual on April 29, 2012, 13:08:53 PM
I pretty much agree with Phil"s post above regarding the php.

Failing that, I suggest hitting it with the largest hammer you can find.

That may not improve the situation, but will make you feel a whole lot better.   ;)
Title: Re: New Server
Post by: Des on April 29, 2012, 13:23:00 PM


We"ll be speaking to the techies next week.


CGI naughtiness more apparent today unfortunately Des, had it once yesterday first accessing the forum then it was fine after the inital refresh of the page... today getting it lots :(

Couple of pointers for the switch it off and back on guys...


Possible solution 1 :

1) Set
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W3SVC\Parameters\Script Map]
".php"="your path to php\\php.exe"

2) ensure there is not a php.ini in the windows system folder and that there is one wherever you"ve put PHP

3) edit php.ini and set cgi force redirect to 0 and
cgi.rfc2616_headers = 1

4) Put the PHP scripts in their own folder underneath the inetpub root

5) Open the IIS console, right click your new php folder
In the Directory tab
set application name to the name of the folder
set executable and script as permission
set application protection to low
Click configuration and check that .php is mapped to wherever you put PHP

Restart IIS



Possible solution 2 :

Install PHP under IIS as an ISAPI module and not as a CGI processor



Possible solution 3 :

If running PHP version 4.3.3, upgrade to latest as it seems to be a common problem under this version

x



Thanks Phil, I"ll pass this on and await further excuses before finally throwing my toys out and introducing a one page main site midweek, while migrating the forum to a separate url.
Title: Re: New Server
Post by: Des on April 29, 2012, 14:04:02 PM

I pretty much agree with Phil"s post above regarding the php.

Failing that, I suggest hitting it with the largest hammer you can find.

That may not improve the situation, but will make you feel a whole lot better.   ;)


This has been forwarded for consideration also...

;)
Title: Re: New Server
Post by: ian.ski309 on April 29, 2012, 17:23:04 PM
I got here briefly earlier this afternoon via the F5 button, then my computer threw a wobbler and died via the blue screen of death  :(
Title: Re: New Server
Post by: Shogun112 on April 29, 2012, 17:25:46 PM
I had the same problem once before with SMF on a windows based web server.  PHP was not really written for Windows based servers, is sort of mdified to fit, and quite badly sometimes.  After changing lots of php settings and not working, I moved the SMF install onto a Linux web server and all problems with CGI disappeared forever..!!

Also, how can you go through the process of chaning onto a new server and not upgrade to the newer version of SMF. 1.1.2 is listed as insecure and easily hackable.  Those being blocked in releases 1.1.8 and later.
Title: Re: New Server
Post by: Des on April 29, 2012, 21:32:07 PM

I had the same problem once before with SMF on a windows based web server.  PHP was not really written for Windows based servers, is sort of mdified to fit, and quite badly sometimes.  After changing lots of php settings and not working, I moved the SMF install onto a Linux web server and all problems with CGI disappeared forever..!!

Also, how can you go through the process of chaning onto a new server and not upgrade to the newer version of SMF. 1.1.2 is listed as insecure and easily hackable.  Those being blocked in releases 1.1.8 and later.


We shouldn"t forget that the APAT forum has run without issue for several years. It was also upgraded twice during the recent migration process but both had to be abandoned due to problems brought about by the upgrade.

I would like to separate the forum away from the main site to reduce instances of both being unavailable when there is a problem on the main site and vice versa.  This would be an invisible change for members.  When this is done we will upgrade our smf version.   Over the next couple of days the techies will tweak what we have to improve base performance.

Bizarrely I"ve found site performance to be generally very good over the last couple of days.
Title: Re: New Server
Post by: AJDUK on April 29, 2012, 22:03:03 PM
that is bizzare because i for one am constantly pressing f5 etc to make the damn thing work; frustrating but i"m sure you"ll crack it eventually
Title: Re: New Server
Post by: Shogun112 on April 30, 2012, 00:03:57 AM

that is bizzare because i for one am constantly pressing f5 etc to make the damn thing work; frustrating but i"m sure you"ll crack it eventually


Same - 10 refreshes just now to get past the error....

Title: Re: New Server
Post by: Des on April 30, 2012, 16:31:43 PM
A configuration amend has been made, can you let me know how the site is performing for you now?
Title: Re: New Server
Post by: gerry5421 on April 30, 2012, 16:39:03 PM

A configuration amend has been made, can you let me know how the site is performing for you now?


Big Difference , now , thanks Des
Title: Re: New Server
Post by: MintTrav on April 30, 2012, 16:42:02 PM

A configuration amend has been made, can you let me know how the site is performing for you now?


Couldn"t get on at all today until a few minutes ago but fast as anything now.
Title: Re: New Server
Post by: pables on April 30, 2012, 17:00:25 PM


A configuration amend has been made, can you let me know how the site is performing for you now?


Couldn"t get on at all today until a few minutes ago but fast as anything now.


+1
Title: Re: New Server
Post by: Shogun112 on April 30, 2012, 17:19:47 PM
different error now....

"Connection Problems
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later. "
Title: Re: New Server
Post by: Chipaccrual on April 30, 2012, 17:36:24 PM
Keep getting this

Connection Problems

Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.
Title: Re: New Server
Post by: PHIL_TC on April 30, 2012, 18:27:44 PM
All ok for me at the mo... crossing fingers......
Title: Re: New Server
Post by: Curlarge on April 30, 2012, 18:30:47 PM
Couldn"t get on at all, since Friday I think.
Title: Re: New Server
Post by: Paulie_D on April 30, 2012, 18:47:25 PM
Shiny ...But there are two banners?
Title: Re: New Server
Post by: Des on April 30, 2012, 18:49:50 PM

Shiny ...But there are two banners?


eh?

What browser are you seeing that on Paulie?
Title: Re: New Server
Post by: duke3016 on April 30, 2012, 18:51:12 PM
2 Banners on Firefox & IE
Title: Re: New Server
Post by: Waz1892 on April 30, 2012, 18:55:04 PM
YOU"RE ALIVE>>>>>>>>>>>>>>>>>

ooohhh lovely colours...oh anad 2 banners....IE8 or 9 whatever is the latest.

but lovely colours..
Title: Re: New Server
Post by: Des on April 30, 2012, 18:56:42 PM

2 Banners on Firefox & IE


Strange one - I"m not seeing that on either Firefox or IE on my lappie.  Anyone else?
Title: Re: New Server
Post by: Jon MW on April 30, 2012, 19:04:54 PM

2 Banners on Firefox & IE


and Chrome

plus just got
"Connection Problems

Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.
Title: Re: New Server
Post by: Jon MW on April 30, 2012, 19:06:00 PM
Wait a minute - it all looked different when I posted that

Then after it was posted it went back to looking how it did before - and only 1 banner
Title: Re: New Server
Post by: Des on April 30, 2012, 19:07:02 PM
Have just seen that the default theme had changed back to the original, and I have updated that.  Is it back to normal?
Title: Re: New Server
Post by: AMRN on April 30, 2012, 19:13:17 PM

Have just seen that the default theme had changed back to the original, and I have updated that.  Is it back to normal?


yep, all good again :)

Title: Re: New Server
Post by: jockey on April 30, 2012, 19:57:06 PM
A1 1ST CLASS
Title: Re: New Server
Post by: WYoung83 on April 30, 2012, 22:32:10 PM
Sweet again.
Title: Re: New Server
Post by: samson on April 30, 2012, 22:46:19 PM
First time I have been able to get on for days.
Was seeing some pages now and then but first time I have been able to log in for a while
Title: Re: New Server
Post by: dwh103 on May 01, 2012, 00:46:42 AM
Quote
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.


I"m still getting this the majority of the time (applicable over the past few days). Also got a timeout error this evening, but only the once for that.
Title: Re: New Server
Post by: josharp01 on May 01, 2012, 11:58:39 AM

Quote
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.


I"m still getting this the majority of the time (applicable over the past few days). Also got a timeout error this evening, but only the once for that.


+1 getting a lot of this and various timeout messages most of the time :(
Title: Re: New Server
Post by: ian.ski309 on May 01, 2012, 12:05:16 PM
Kept getting this :

Connection Problems

Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.


First time I"ve got on since Sunday but it seems pretty fast at the moment.
Title: Re: New Server
Post by: Des on May 01, 2012, 12:15:42 PM
We"re looking at that error message at the moment everyone and hope to have it sorted asap.  Appreciate your patience in the interim.
Title: Re: New Server
Post by: Des on May 01, 2012, 16:30:29 PM
How are you finding the site now folks?
Title: Re: New Server
Post by: Paulie_D on May 01, 2012, 16:57:20 PM
No problem at the moment...haven"t had any server errors so far.

The Stars banner is a bit large though. By the time you"ve got that and the header loaded the first thread is off the page.

Just saying!

(http://i299.photobucket.com/albums/mm297/PaulieDavis/Random/APATPage.jpg)
Title: Re: New Server
Post by: Des on May 01, 2012, 17:01:06 PM

No problem at the moment...haven"t had any server errors so far.

The Stars banner is a bit large though. By the time you"ve got that and the header loaded the first thread is off the page.

Just saying!


Lol, Stars don"t like to do a thing by half - I think we all know that now!

Good news about the site though.

Very interested in hearing more feedback.
Title: Re: New Server
Post by: Paulie_D on May 01, 2012, 17:01:59 PM
Previous post updated with image.

That goodness for Chrome extensions that block ads.  ;D
Title: Re: New Server
Post by: PHIL_TC on May 01, 2012, 17:26:01 PM
Still ok for me... on that bok I"m off to the pub  :-X
Title: Re: New Server
Post by: Chipaccrual on May 01, 2012, 20:01:12 PM
I keep getting

Fatal error: Maximum execution time of 60 seconds exceeded in C:\inetpub\vhosts\apat.com\httpdocs\Forum\Sources\Subs.php on line 321


Clearly not fatal enough, put a pain all the same   ;D
Title: Re: New Server
Post by: gerry5421 on May 01, 2012, 20:28:02 PM

I keep getting

Fatal error: Maximum execution time of 60 seconds exceeded in C:\inetpub\vhosts\apat.com\httpdocs\Forum\Sources\Subs.php on line 321


Clearly not fatal enough, put a pain all the same   ;D


yep and me , and is very slow loading up ,
Title: Re: New Server
Post by: duke3016 on May 01, 2012, 20:28:38 PM
LOL I read that as c:\inthepub..................  ;D
Title: Re: New Server
Post by: AMRN on May 02, 2012, 09:53:39 AM
Awful this morning - just timed at over 3.5 minutes to open this page!  
Title: Re: New Server
Post by: ian.ski309 on May 02, 2012, 11:59:09 AM

Awful this morning - just timed at over 3.5 minutes to open this page!  


+1

I gave up this morning, seems better now though. I don"t understand the inconsistency  :(
Title: Re: New Server
Post by: Des on May 02, 2012, 12:10:02 PM


Awful this morning - just timed at over 3.5 minutes to open this page!  


+1

I gave up this morning, seems better now though. I don"t understand the inconsistency  :(


Inevitably where we are tweaking configuration settings, it can take a few hours to experience any negative impact. That process is ongoing at the moment, but we are hopeful that we will be out of the maze shortly.
Title: Re: New Server
Post by: Des on May 02, 2012, 13:20:28 PM
The forum software has now been upgraded to the most recent like for like version, 1.1.16.

Again, feedback on how your"re finding site performance is very helpful.
Title: Re: New Server
Post by: gerry5421 on May 02, 2012, 14:15:58 PM

The forum software has now been upgraded to the most recent like for like version, 1.1.16.

Again, feedback on how your"re finding site performance is very helpful.


Certainly seems more stable this afternoon , fingers crossed Des

:D :D
Title: Re: New Server
Post by: Paulie_D on May 02, 2012, 17:11:50 PM
Was fine on my phone from the pub this afternoon  ;D but a little flaky on the "good" connection at work.
Title: Re: New Server
Post by: Des on May 02, 2012, 17:24:09 PM

Was fine on my phone from the pub this afternoon  ;D but a little flaky on the "good" connection at work.


Rocket fast here all afternoon.  Anyone else?
Title: Re: New Server
Post by: AMRN on May 02, 2012, 17:36:12 PM
Super quick all afternoon. Had the SMF error a couple of times, but refresh got beyond it without issue.

Title: Re: New Server
Post by: josharp01 on May 02, 2012, 18:06:13 PM
Yep, really quick with no error messages this afternoon :)
Title: Re: New Server
Post by: AJDUK on May 02, 2012, 18:46:01 PM
Hating the massive Stars banner, loving the site speed. All good here.
Title: Re: New Server
Post by: Des on May 02, 2012, 18:49:29 PM

Hating the massive Stars banner, loving the site speed. All good here.


It"ll be up for a week, part of our agreement to run the league over there.

Good news on the site.
Title: Re: New Server
Post by: Paulie_D on May 02, 2012, 18:52:04 PM


Hating the massive Stars banner, loving the site speed. All good here.


It"ll be up for a week, part of our agreement to run the league over there.

Good news on the site.


Then I won"t re-post about how to block it.  ;D
Title: Re: New Server
Post by: Des on May 02, 2012, 18:52:43 PM



Hating the massive Stars banner, loving the site speed. All good here.


It"ll be up for a week, part of our agreement to run the league over there.

Good news on the site.


Then I won"t re-post about how to block it.  ;D


Erm, no  :D
Title: Re: New Server
Post by: AMRN on May 02, 2012, 22:42:00 PM
Unavailable for a while again tonight.
Title: Re: New Server
Post by: AJDUK on May 02, 2012, 23:47:06 PM

Unavailable for a while again tonight.


Yep, randomly speedy then won"t load then back again etc.
Title: Re: New Server
Post by: Cyntaf on May 03, 2012, 07:35:59 AM
Well, it has been flying around this morning. Ironically as i have gone to post to tell you this...........................

It took about a minute to open the post reply box. :D

Otherwise it"s faster than a very fast thing. :)
Title: Re: New Server
Post by: ian.ski309 on May 03, 2012, 08:18:08 AM
Quick, slow, quick, quick, slow. Dead last night.

super fast at the moment... whatever the techies did, don"t change it  :)
Title: Re: New Server
Post by: Paulie_D on May 03, 2012, 09:33:03 AM
Yep, very nice right now.

"Put The Spanner Down, NOW!" ;D
Title: Re: New Server
Post by: AJDUK on May 03, 2012, 14:57:40 PM
Tardy at the moment, i"m back to clicking a link, doing something else, clicking a link etc as it"s taking a while (though not forever) to load each page.

Don"t understand why response is so variable.
Title: Re: New Server
Post by: APAThetic on May 03, 2012, 15:03:38 PM
Absolutely awful trying to change pages today. Either taking between 5 - 60 secs, or giving me an error message (white screen).

Edit: Made an error while typing "error".
Title: Re: New Server
Post by: PHIL_TC on May 03, 2012, 15:04:30 PM

Tardy at the moment, i"m back to clicking a link, doing something else, clicking a link etc as it"s taking a while (though not forever) to load each page.

Don"t understand why response is so variable.


The forum is getting randomly attacked by spambots Andy  >:( had around half a dozen attacks so far today already at random times. Very annoying. Currently looking at ways to block them. Bear with it... things can only get better...
Title: Re: New Server
Post by: Paulie_D on May 03, 2012, 15:09:35 PM

The forum is getting randomly attacked by spambots Andy  >:( had around half a dozen attacks so far today already at random times. Very annoying. Currently looking at ways to block them. Bear with it... things can only get better...


Ooooh...look who"s got himself 5 gold stars!  ;D MBN

Title: Re: New Server
Post by: PHIL_TC on May 03, 2012, 15:19:03 PM


The forum is getting randomly attacked by spambots Andy  >:( had around half a dozen attacks so far today already at random times. Very annoying. Currently looking at ways to block them. Bear with it... things can only get better...


Ooooh...look who"s got himself 5 gold stars!  ;D MBN



And I"m all red for some reason.... ties in well with the op I had on Sunday  :-X

I"ve switched off the "advanced search" for guests for the time being, the forum is being hit with 50-60 searches by spambots at random times which is killing the forum database, the reason why it can be fine and at other times dead to dead slow.. currently building a new index on the search tool as well which will help performance in the future.

Fingers crossed... currently its fix one problem and another rears its head.. bear with it though.
Title: Re: New Server
Post by: PHIL_TC on May 03, 2012, 15:25:49 PM
Update :

1. Advanced search switch off for guests to help stop the spammage attacks
2. Search index now in place within the database

Lets see how the performance is from this point on. Any problems (or positives) with performance please post on here
Title: Re: New Server
Post by: Paulie_D on May 03, 2012, 15:55:54 PM
It"s been working nicely for me today.
Title: Re: New Server
Post by: PHIL_TC on May 03, 2012, 16:50:30 PM

It"s been working nicely for me today.


Cheers Paulie... been monitoring the forum database since the search changes and all been running smoothly for the past hour or so.

There"s some mods that are available to be applied to the forum software that adds visual verification (captcha) to the following which would stop the spammage attacks that have been severely hitting the site :

- Ask image in registration
- Ask image in guest posting
- Ask image when a guest or a member searches the forum
- Ask image when sending personal messages

Maybe overkill... but might be the way to go.

Any more updates on how people are finding the site since 3:30pm would be good... either positive or negative.

Title: Re: New Server
Post by: AMRN on May 03, 2012, 17:12:01 PM

Any more updates on how people are finding the site since 3:30pm would be good... either positive or negative.




nice and quick - no issues for me
Title: Re: New Server
Post by: duke3016 on May 03, 2012, 17:13:40 PM

- Ask image when sending personal messages


That"s going to tilt me when I spam the NW League players..... 8)
Title: Re: New Server
Post by: PHIL_TC on May 03, 2012, 17:17:58 PM


Any more updates on how people are finding the site since 3:30pm would be good... either positive or negative.

nice and quick - no issues for me


Cheers Steve all looking good so far database sat having a coffee with its feet up



- Ask image when sending personal messages


That"s going to tilt me when I spam the NW League players..... 8)


Now moved to number 1 on list of things to do  ;)

Title: Re: New Server
Post by: AJDUK on May 03, 2012, 19:27:39 PM


It"s been working nicely for me today.


Cheers Paulie... been monitoring the forum database since the search changes and all been running smoothly for the past hour or so.

There"s some mods that are available to be applied to the forum software that adds visual verification (captcha) to the following which would stop the spammage attacks that have been severely hitting the site :

- Ask image in registration
- Ask image in guest posting
- Ask image when a guest or a member searches the forum
- Ask image when sending personal messages

Maybe overkill... but might be the way to go.

Any more updates on how people are finding the site since 3:30pm would be good... either positive or negative.




All good for me too since then. Great work Phil.

Would prefer if you didn"t do the ask image for member searches or PM"s but if it has to be done so be it. Half the time those char"s are unreadable and so tilting.
Title: Re: New Server
Post by: Chipaccrual on May 03, 2012, 19:34:44 PM
Phil,

Couldn"t you just put up different images of yourself and the person has to type in the relevant hair colour ?

That should be bot-proof    ;D
Title: Re: New Server
Post by: Des on May 03, 2012, 21:25:53 PM
There have been a lot of concurrent users on the site this evening, but so far I"ve found performance to be first class. Anyone else?
Title: Re: New Server
Post by: HaworthBantam on May 03, 2012, 21:35:40 PM
Absolutely marvi, top job.
Title: Re: New Server
Post by: APAThetic on May 03, 2012, 21:36:00 PM

There have been a lot of concurrent users on the site this evening, but so far I"ve found performance to be first class. Anyone else?


Been good this evening.
Title: Re: New Server
Post by: ian.ski309 on May 04, 2012, 08:42:54 AM
Super whizzy this morning !
Title: Re: New Server
Post by: Paulie_D on May 04, 2012, 11:05:27 AM

There have been a lot of concurrent users on the site this evening, but so far I"ve found performance to be first class. Anyone else?


Still good this morning.

Phil"s worth every penny you"re not paying him.  ;D
Title: Re: New Server
Post by: PHIL_TC on May 04, 2012, 11:18:18 AM


There have been a lot of concurrent users on the site this evening, but so far I"ve found performance to be first class. Anyone else?


Still good this morning.

Phil"s worth every penny you"re not paying him.  ;D


;D ..... no hang on....  :-\

Anyway... all good by the looks on the database side, 20 hours since the config changes and all looks well

;D Happy days x
Title: Re: New Server
Post by: Des on May 04, 2012, 11:41:29 AM



There have been a lot of concurrent users on the site this evening, but so far I"ve found performance to be first class. Anyone else?


Still good this morning.

Phil"s worth every penny you"re not paying him.  ;D


;D ..... no hang on....  :-\

Anyway... all good by the looks on the database side, 20 hours since the config changes and all looks well

;D Happy days x


Absolutely fantastic so far Phil, you have made a lot of people very happy!
Title: Re: New Server
Post by: Paulie_D on May 04, 2012, 15:16:49 PM


Absolutely fantastic so far Phil, you have made a lot of people very happy!



Well, he"s got to do something for p*ssing us off most of the time.  ;D
Title: Re: New Server
Post by: AMRN on May 04, 2012, 15:29:26 PM
Site"s been super fast all day. Great job TC.
Title: Re: New Server
Post by: PHIL_TC on May 04, 2012, 16:05:29 PM



Absolutely fantastic so far Phil, you have made a lot of people very happy!



Well, he"s got to do something for p*ssing us off most of the time.  ;D


;D  :-*


Site"s been super fast all day. Great job TC.


Great Steve. Havent seen any problems on the server, no spikes, no more spam attacks killing performance... database running happily. Over 24 hours now, looking good... keeping fingers crossed.


All good for me too since then. Great work Phil.

Would prefer if you didn"t do the ask image for member searches or PM"s but if it has to be done so be it. Half the time those char"s are unreadable and so tilting.


Thanks Andy. Since removing the "advanced search" from guest usage this has stopped the attacks which was causing the severe swings in database performance. As I"m not dealing with the typical spam registrations and posts on a daily basis this will be one for the mods to make a call on. Watch this space I guess...
Title: Re: New Server
Post by: pables on May 04, 2012, 16:07:50 PM
I love you Phil  :-*  :-*  :-*  :-*
Title: Re: New Server
Post by: Des on May 04, 2012, 16:32:38 PM
(http://www.apat.com/images/s6/apat_cpu_usage.jpg)

Chart showing CPU usage over the last week.  I think we can say with some confidence now that the sites issues are behind us.

Great job Phil.   :)
Title: Re: New Server
Post by: pables on May 04, 2012, 17:14:52 PM
APAT passport for TC.................
































...................... was that right Phil   ;D
Title: Re: New Server
Post by: PHIL_TC on May 04, 2012, 17:29:41 PM

...................... was that right Phil   ;D


Perfect Ian hahahaha  ;D

Love you too  :-*
Title: Re: New Server
Post by: duke3016 on May 06, 2012, 12:21:53 PM
Just spammed the NW players with PM"s. I send 10 at a time (max I think) and then wait for a while for the screen to return before sending another 10. This time the screen came back immediately after the first 10 and I spent a few minutes checking that it had worked because it was so slick.

Phil, for we that use APAT we salute you.........
Title: Re: New Server
Post by: cashman on May 06, 2012, 13:03:30 PM

Just spammed the NW players with PM"s. I send 10 at a time (max I think) and then wait for a while for the screen to return before sending another 10. This time the screen came back immediately after the first 10 and I spent a few minutes checking that it had worked because it was so slick.

Phil, for we that use APAT we salute you.........


+1
Title: Re: New Server
Post by: CincinnatiKid on May 06, 2012, 14:02:28 PM
Great job Phil ....thats why I called him "the nicest guy from Newcastle"  ;D
Title: Re: New Server
Post by: Fatcatstu on May 07, 2012, 19:41:31 PM

Great job Phil ....thats why I called him "the nicest guy from Newcastle"  ;D


Ouch!!!
Title: Re: New Server
Post by: camking on May 18, 2012, 21:39:31 PM
Now it"s all bedded in for a few weeks, I think that it"s working quite nicely - well done.

But ... ::)

When I look at my private messages,the zebra-style summary at the top is all wrong (Firefox 12.0, but other browsers will be affected)  I"ve attached a screenshot.  This may not be a new problem - I"ve forgotten when I last saw it working properly (if it ever has) so it may not be related to the new server.

It"s being caused by the style rule at line 224 of http://www.apat.com/forum/Themes/theme1/style.css?fin11 which includes "display: table-cell", which is being applied to the tr element - which needs to be display:table-row.  Thus it doesn"t work as the page author hoped (because you cannot nest table cells*)

The fix is either 1) delete that property because it"s not necessary, but this may be unsafe, as it depends on what else might be using the "windowbg" class on the site; or 2) add a new style rule just under that one that does:  tr.windowbg { display: table-row }   This should be a lot safer, as it almost certainly won"t break anything else - and would save me having to correct it in Firebug every time I read my PMs!


Title: Re: New Server
Post by: AJDUK on May 18, 2012, 21:49:54 PM

Now it"s all bedded in for a few weeks, I think that it"s working quite nicely - well done.

But ... ::)

When I look at my private messages,the zebra-style summary at the top is all wrong (Firefox 12.0, but other browsers will be affected)  I"ve attached a screenshot....


It"s all working fine in my state of the art IE8
Title: Re: New Server
Post by: AMRN on May 18, 2012, 21:56:10 PM


Now it"s all bedded in for a few weeks, I think that it"s working quite nicely - well done.

But ... ::)

When I look at my private messages,the zebra-style summary at the top is all wrong (Firefox 12.0, but other browsers will be affected)  I"ve attached a screenshot....


It"s all working fine in my state of the art IE8


it"s all good in Chrome too
Title: Re: New Server
Post by: Fatcatstu on May 18, 2012, 22:04:05 PM
Sack the tech guy!!
Title: Re: New Server
Post by: camking on May 18, 2012, 22:08:02 PM



Now it"s all bedded in for a few weeks, I think that it"s working quite nicely - well done.

But ... ::)

When I look at my private messages,the zebra-style summary at the top is all wrong (Firefox 12.0, but other browsers will be affected)  I"ve attached a screenshot....


It"s all working fine in my state of the art IE8


it"s all good in Chrome too



Fails the same way in Chrome 19 for me.
Title: Re: New Server
Post by: AMRN on May 18, 2012, 22:53:31 PM




Now it"s all bedded in for a few weeks, I think that it"s working quite nicely - well done.

But ... ::)

When I look at my private messages,the zebra-style summary at the top is all wrong (Firefox 12.0, but other browsers will be affected)  I"ve attached a screenshot....


It"s all working fine in my state of the art IE8


it"s all good in Chrome too



Fails the same way in Chrome 19 for me.


Actually, now that you mention it, and now that I have bothered to look properly, it"s all offset for me too.
Title: Re: New Server
Post by: PHIL_TC on May 19, 2012, 15:33:21 PM
Hadn"t even noticed in Chrome 19 until you said  ;D

Thanks to Stewart (camking) on the heads up and css notes.

Hows that looking now? x
Title: Re: New Server
Post by: duke3016 on May 19, 2012, 16:07:42 PM

Hadn"t even noticed in Chrome 19 until you said  ;D

Thanks to Stewart (camking) on the heads up and css notes.

Hows that looking now? x


All good in Chrome, Firefox and IE oh adept connoisseur of all things interconnected and reticulated.
Title: Re: New Server
Post by: Des on May 19, 2012, 16:15:55 PM
Thanks Stewart and Phil.  Working in Firefox for me now.  
Title: Re: New Server
Post by: technolog on May 19, 2012, 16:18:02 PM
[youtube=425,350]http://www.youtube.com/watch?v=ilGndjgIgc0[/youtube].
Title: Re: New Server
Post by: AMRN on May 19, 2012, 17:14:46 PM
Phil - you"re a hero
Title: Re: New Server
Post by: Paulie_D on May 19, 2012, 18:57:30 PM

Phil - you"re a hero


...and Lo, it was decreed that, from this day forward, Phil wouldst be known as APAT IT Guru.

Welcome friend, to the fold.
Title: Re: New Server
Post by: camking on May 19, 2012, 21:47:05 PM

Hadn"t even noticed in Chrome 19 until you said  ;D

Thanks to Stewart (camking) on the heads up and css notes.

Hows that looking now? x


Looking good, thanks!

(and a nice music video, Jack)