Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Remove Ad, Sign Up
Register to Remove Ad
Register to Remove Ad
Signup for Free!
-More Features-
-Far Less Ads-
About   Users   Help
Users & Guests Online
On Page: 1
Directory: 1 & 213
Entire Site: 4 & 1249
Page Staff: pennylessz, pokemon x, Barathemos, tgags123, alexanyways, supercool22, RavusRat,
04-25-24 12:05 PM

Forum Links

Thread Information

Views
2,166
Replies
19
Rating
0
Status
CLOSED
Thread
Creator
Davideo7
09-13-11 03:01 PM
Last
Post
starwars293
11-25-11 11:31 AM
Additional Thread Details
Views: 403
Today: 0
Users: 0 unique

Thread Actions

Thread Closed
Order
 

'Viewing to many pages' issue fixed

 

09-13-11 03:01 PM
Davideo7 is Online
| ID: 461443 | 135 Words

Davideo7
Level: 351


POSTS: 18193/45323
POST EXP: 3473262
LVL EXP: 811861391
CP: 191350.4
VIZ: 121508939

Likes: 0  Dislikes: 0
I'm pretty sure the problem is fixed.  I looked into the problem and apparently when it checked to see if you viewed 9 pages in the past 3 seconds, it was really checking to see if you viewed 9 pages in the last 27 seconds.  The reason it was doing that is because of a bug in MySQL, the UNIX_TIMESTAMP() is 24 seconds off from PHP functions and I was using a built in MYSQL function to do the check.  Now I'm using a PHP function to do the check and it shouldn't have any more issues.

This probably makes no sense to anyone but just know that the problem should be fixed and if anyone gets an IP ban, please let me know in this thread asap.

Source (and for my future reference):
http://pumka.net/2010/10/24/why-mysql-timestamp-is-24-seconds-different-from-php/
I'm pretty sure the problem is fixed.  I looked into the problem and apparently when it checked to see if you viewed 9 pages in the past 3 seconds, it was really checking to see if you viewed 9 pages in the last 27 seconds.  The reason it was doing that is because of a bug in MySQL, the UNIX_TIMESTAMP() is 24 seconds off from PHP functions and I was using a built in MYSQL function to do the check.  Now I'm using a PHP function to do the check and it shouldn't have any more issues.

This probably makes no sense to anyone but just know that the problem should be fixed and if anyone gets an IP ban, please let me know in this thread asap.

Source (and for my future reference):
http://pumka.net/2010/10/24/why-mysql-timestamp-is-24-seconds-different-from-php/
The Owner
Owner, Developer, Advertiser, etc
Founder, Mod, Investor


Affected by 'Laziness Syndrome'

Registered: 12-06-04
Location: Wisconsin
Last Post: 3 days
Last Active: 31 sec.

09-13-11 08:37 PM
Minuano is Offline
| ID: 461679 | 23 Words

Minuano
Galacta
Super Davideo7 2
Level: 122


POSTS: 492/4288
POST EXP: 189733
LVL EXP: 20533689
CP: 14528.2
VIZ: 404250

Likes: 0  Dislikes: 0
Yeah, good news for me. For some reason, I'm clicking faster. and I'm trying not to get another IP ban. Habit, I guess.
Yeah, good news for me. For some reason, I'm clicking faster. and I'm trying not to get another IP ban. Habit, I guess.
Vizzed Elite
Former Admin


Affected by 'Laziness Syndrome'

Registered: 09-03-09
Location: Kamurocho
Last Post: 284 days
Last Active: 12 days

09-13-11 09:02 PM
billythekidmonster is Offline
| ID: 461696 | 46 Words

Level: 129


POSTS: 3509/4999
POST EXP: 206588
LVL EXP: 24994718
CP: 397.6
VIZ: 96951

Likes: 0  Dislikes: 0
Thank god. I had this happen so many times where it just got all on my nerves because I did more than one page in a 10 second span or something. I am glad that you got this fixed. Good job listening to the people!
Thank god. I had this happen so many times where it just got all on my nerves because I did more than one page in a 10 second span or something. I am glad that you got this fixed. Good job listening to the people!
Member
3rd place in the August 2011 VCS! I got 3rd place in the October 2010 VCS! 3DS friend code 1762-2680-4239 pm me yours


Affected by 'Laziness Syndrome'

Registered: 08-16-10
Last Post: 4509 days
Last Active: 4231 days

09-14-11 04:05 AM
is Offline
| ID: 461894 | 55 Words


JigSaw
Level: 164


POSTS: 6101/7936
POST EXP: 584185
LVL EXP: 57406544
CP: 8045.8
VIZ: -46031833

Likes: 0  Dislikes: 0
Yeah I personally would avoid using any functions like that. Theres 2 things I hate using its those mysql timestamps and increments. Some highly used PHP & mysql functions should not be trusted in general its better to just make your own if you want it to be accurate, secure, and manageable in multiple ways.
Yeah I personally would avoid using any functions like that. Theres 2 things I hate using its those mysql timestamps and increments. Some highly used PHP & mysql functions should not be trusted in general its better to just make your own if you want it to be accurate, secure, and manageable in multiple ways.
Vizzed Elite
PHP Developer, Security Consultant

Affected by 'Laziness Syndrome'

Registered: 04-06-06
Location: Area 51
Last Post: 1734 days
Last Active: 1728 days

09-14-11 04:49 AM
thenumberone is Offline
| ID: 461902 | 18 Words

thenumberone
Level: 143


POSTS: 1262/6365
POST EXP: 365694
LVL EXP: 35119263
CP: 4946.4
VIZ: 329756

Likes: 0  Dislikes: 0
Hopefully this will make things smoother,when i was using my phone 5 pages made me get the message
Hopefully this will make things smoother,when i was using my phone 5 pages made me get the message
Vizzed Elite
Bleeding Heart Liberal


Affected by 'Laziness Syndrome'

Registered: 03-22-11
Last Post: 3409 days
Last Active: 3409 days

09-14-11 08:09 AM
Davideo7 is Online
| ID: 461951 | 70 Words

Davideo7
Level: 351


POSTS: 18207/45323
POST EXP: 3473262
LVL EXP: 811861391
CP: 191350.4
VIZ: 121508939

Likes: 0  Dislikes: 0
JigSaw : Something like that though you can't really make yourself.  The reason I originally wanted to use a MySQL function is to have the Database server do a little extra work which would therefore reduce a little strain on the main server but that was months ago, now the main server is more powerful than the DB server and it's the DB server which has more strain now days.
JigSaw : Something like that though you can't really make yourself.  The reason I originally wanted to use a MySQL function is to have the Database server do a little extra work which would therefore reduce a little strain on the main server but that was months ago, now the main server is more powerful than the DB server and it's the DB server which has more strain now days.
The Owner
Owner, Developer, Advertiser, etc
Founder, Mod, Investor


Affected by 'Laziness Syndrome'

Registered: 12-06-04
Location: Wisconsin
Last Post: 3 days
Last Active: 31 sec.

09-14-11 11:46 AM
tRIUNE is Offline
| ID: 462029 | 25 Words

tRIUNE
Level: 191


POSTS: 2182/12374
POST EXP: 624776
LVL EXP: 98003956
CP: 240947.9
VIZ: 7093601

Likes: 0  Dislikes: 0
Lately I've been getting blank white pages with no text while trying to view pages in the RGR.

Is this possibly related to the fix?
Lately I've been getting blank white pages with no text while trying to view pages in the RGR.

Is this possibly related to the fix?
Vizzed Elite
Former Admin

Hero of Hyrule


Affected by 'Laziness Syndrome'

Registered: 06-09-10
Last Post: 966 days
Last Active: 944 days

09-14-11 11:52 AM
Davideo7 is Online
| ID: 462030 | 11 Words

Davideo7
Level: 351


POSTS: 18216/45323
POST EXP: 3473262
LVL EXP: 811861391
CP: 191350.4
VIZ: 121508939

Likes: 0  Dislikes: 0
tRIUNE : Nope that's an unrelated issue which I'm working on.
tRIUNE : Nope that's an unrelated issue which I'm working on.
The Owner
Owner, Developer, Advertiser, etc
Founder, Mod, Investor


Affected by 'Laziness Syndrome'

Registered: 12-06-04
Location: Wisconsin
Last Post: 3 days
Last Active: 31 sec.

09-14-11 12:00 PM
tRIUNE is Offline
| ID: 462033 | 25 Words

tRIUNE
Level: 191


POSTS: 2183/12374
POST EXP: 624776
LVL EXP: 98003956
CP: 240947.9
VIZ: 7093601

Likes: 0  Dislikes: 0
The problem comes and goes. I thought maybe it was a time out from opening too many tabs within the RGR, but it's gone now.
The problem comes and goes. I thought maybe it was a time out from opening too many tabs within the RGR, but it's gone now.
Vizzed Elite
Former Admin

Hero of Hyrule


Affected by 'Laziness Syndrome'

Registered: 06-09-10
Last Post: 966 days
Last Active: 944 days

09-14-11 05:05 PM
Someone70 is Offline
| ID: 462180 | 54 Words

Someone70
Level: 158


POSTS: 2973/8111
POST EXP: 305427
LVL EXP: 50136618
CP: 5019.4
VIZ: 29191

Likes: 0  Dislikes: 0
I kinda liked the other limit better. It made you be a little more patient and it IP'd others for no reason.

But practically speaking, I'm glad you got it fixed. Now no one should be getting the message unless they're mashing the refresh button or opening a lot of tabs at once.
I kinda liked the other limit better. It made you be a little more patient and it IP'd others for no reason.

But practically speaking, I'm glad you got it fixed. Now no one should be getting the message unless they're mashing the refresh button or opening a lot of tabs at once.
Vizzed Elite
#1 Touhou fan!|
Nitori Kawashiro


Affected by 'Laziness Syndrome'

Registered: 06-02-11
Last Post: 2830 days
Last Active: 2740 days

09-14-11 11:18 PM
tabbikatt13 is Offline
| ID: 462389 | 28 Words

tabbikatt13
Level: 84


POSTS: 1226/1904
POST EXP: 54861
LVL EXP: 5654654
CP: 18.0
VIZ: 56575

Likes: 0  Dislikes: 0
Thank you. [=

I'm really happy it's fixed. The limit was starting to get on my nerves. =| I'm a little surprised I DIDN'T get IP banned. >.< 

Thank you. [=

I'm really happy it's fixed. The limit was starting to get on my nerves. =| I'm a little surprised I DIDN'T get IP banned. >.< 

Trusted Member
WINNER of September 2011 VCS!


Affected by 'Laziness Syndrome'

Registered: 08-20-11
Location: Oregon
Last Post: 4511 days
Last Active: 4433 days

09-14-11 11:20 PM
Davideo7 is Online
| ID: 462392 | 50 Words

Davideo7
Level: 351


POSTS: 18224/45323
POST EXP: 3473262
LVL EXP: 811861391
CP: 191350.4
VIZ: 121508939

Likes: 0  Dislikes: 0
tabbikatt13 : Well the reason I wasn't experiencing it is because I made an exception for my IP that I can never get banned.  I removed that exception though and started experiencing the problem myself.  So I really had no idea how bad it really was until I did that.
tabbikatt13 : Well the reason I wasn't experiencing it is because I made an exception for my IP that I can never get banned.  I removed that exception though and started experiencing the problem myself.  So I really had no idea how bad it really was until I did that.
The Owner
Owner, Developer, Advertiser, etc
Founder, Mod, Investor


Affected by 'Laziness Syndrome'

Registered: 12-06-04
Location: Wisconsin
Last Post: 3 days
Last Active: 31 sec.

09-15-11 12:34 AM
trouble982 is Offline
| ID: 462477 | 41 Words

trouble982
Level: 67

POSTS: 793/1104
POST EXP: 47726
LVL EXP: 2559339
CP: 168.9
VIZ: 67170

Likes: 0  Dislikes: 0
Thank God that bug is finally fixed. It was starting to get very annoying have a page pop up saying " You can't post for 60 seconds" 5-6 times a day just because I was opening up reply's into different tabs. 
Thank God that bug is finally fixed. It was starting to get very annoying have a page pop up saying " You can't post for 60 seconds" 5-6 times a day just because I was opening up reply's into different tabs. 
Trusted Member
Check out my let's plays on Youtube!


Affected by 'Laziness Syndrome'

Registered: 12-27-10
Location: New York, United States
Last Post: 3368 days
Last Active: 242 days

09-24-11 03:50 PM
legacyme3 is Offline
| ID: 468017 | 29 Words

legacyme3
Lord Leggy - King of IT
Level: 268


POSTS: 8293/27250
POST EXP: 2003421
LVL EXP: 317184757
CP: 42531.1
VIZ: 2982476

Likes: 0  Dislikes: 0
Just going to note that I haven't had the problem since the update. This is good, considering I got it at least once every few hours in the past.
Just going to note that I haven't had the problem since the update. This is good, considering I got it at least once every few hours in the past.
Vizzed Elite
6-Time VCS Winner

One Leggy.
One Love.
One Dream.


Affected by 'Laziness Syndrome'

Registered: 09-14-10
Location: https://discord.gg/YCuUJz9
Last Post: 1318 days
Last Active: 1318 days

09-24-11 04:22 PM
alexanyways is Offline
| ID: 468072 | 16 Words

alexanyways
Level: 193


POSTS: 8007/12496
POST EXP: 610413
LVL EXP: 100476525
CP: 14492.5
VIZ: 136810

Likes: 0  Dislikes: 0
Thank you very much for fixing that, I've been getting that quite a bit as well.
Thank you very much for fixing that, I've been getting that quite a bit as well.
Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 02-24-10
Last Post: 225 days
Last Active: 211 days

09-26-11 02:25 PM
Davideo7 is Online
| ID: 469521 | 15 Words

Davideo7
Level: 351


POSTS: 18381/45323
POST EXP: 3473262
LVL EXP: 811861391
CP: 191350.4
VIZ: 121508939

Likes: 0  Dislikes: 0
alexanyways : Do you mean you were getting it or currently have been getting it?
alexanyways : Do you mean you were getting it or currently have been getting it?
The Owner
Owner, Developer, Advertiser, etc
Founder, Mod, Investor


Affected by 'Laziness Syndrome'

Registered: 12-06-04
Location: Wisconsin
Last Post: 3 days
Last Active: 31 sec.

09-26-11 03:43 PM
alexanyways is Offline
| ID: 469560 | 6 Words

alexanyways
Level: 193


POSTS: 8022/12496
POST EXP: 610413
LVL EXP: 100476525
CP: 14492.5
VIZ: 136810

Likes: 0  Dislikes: 0
In the past, but not lately.

In the past, but not lately.

Vizzed Elite

Affected by 'Laziness Syndrome'

Registered: 02-24-10
Last Post: 225 days
Last Active: 211 days

09-26-11 04:38 PM
thenumberone is Offline
| ID: 469570 | 16 Words

thenumberone
Level: 143


POSTS: 1594/6365
POST EXP: 365694
LVL EXP: 35119263
CP: 4946.4
VIZ: 329756

Likes: 0  Dislikes: 0
I got it every 5th page i looked at ,iv not had it since the update.
I got it every 5th page i looked at ,iv not had it since the update.
Vizzed Elite
Bleeding Heart Liberal


Affected by 'Laziness Syndrome'

Registered: 03-22-11
Last Post: 3409 days
Last Active: 3409 days

09-26-11 09:50 PM
Davideo7 is Online
| ID: 469776 | 12 Words

Davideo7
Level: 351


POSTS: 18396/45323
POST EXP: 3473262
LVL EXP: 811861391
CP: 191350.4
VIZ: 121508939

Likes: 0  Dislikes: 0
thenumberone : Every 5th page?  Wow, glad you don't get it anymore.
thenumberone : Every 5th page?  Wow, glad you don't get it anymore.
The Owner
Owner, Developer, Advertiser, etc
Founder, Mod, Investor


Affected by 'Laziness Syndrome'

Registered: 12-06-04
Location: Wisconsin
Last Post: 3 days
Last Active: 31 sec.

11-25-11 11:31 AM
starwars293 is Offline
| ID: 504065 | 31 Words

starwars293
Level: 109


POSTS: 425/3425
POST EXP: 104399
LVL EXP: 13683972
CP: 3101.7
VIZ: 139637

Likes: 0  Dislikes: 0
I am actually glad that this issue is fixed,I had to go back and go back to the page I went to and it loaded the page I wanted to go
I am actually glad that this issue is fixed,I had to go back and go back to the page I went to and it loaded the page I wanted to go
Trusted Member

Affected by 'Laziness Syndrome'

Registered: 07-22-11
Location: Canada
Last Post: 2807 days
Last Active: 1253 days

Links

Page Comments


This page has no comments

Adblocker detected!

Vizzed.com is very expensive to keep alive! The Ads pay for the servers.

Vizzed has 3 TB worth of games and 1 TB worth of music.  This site is free to use but the ads barely pay for the monthly server fees.  If too many more people use ad block, the site cannot survive.

We prioritize the community over the site profits.  This is why we avoid using annoying (but high paying) ads like most other sites which include popups, obnoxious sounds and animations, malware, and other forms of intrusiveness.  We'll do our part to never resort to these types of ads, please do your part by helping support this site by adding Vizzed.com to your ad blocking whitelist.

×