View Single Post
  #6 (permalink)  
Old 07-27-2007, 03:57 PM
TeraTask's Avatar
TeraTask TeraTask is offline
PT Admin
Awards Showcase
Quality Tutorial Quality Tutorial Quality Tutorial 
Total Awards: 3
Join Date: Jun 2007
Location: Reno, NV
Posts: 442
iTrader: (0)
TeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to beholdTeraTask is a splendid one to behold
lol. You identified the problem. That's happening b/c the number of bits necessary to store the number I've assigned to those 2 slots exceeds what PHP allows by default. I have to study their documentation to see if there's a way around that. If there is, I'll share it. If there isn't, I'll kill this thread with a big warning. I had used this method on some guy's site a couple of years back - I bet he's really screwed since he ticked me off and I stopped working with him. lol.

EDIT:
Just found
Quote:
The size of an integer is platform-dependent, although a maximum value of about two billion is the usual value (that's 32 bits signed). PHP does not support unsigned integers. Integer size can be determined from PHP_INT_SIZE, maximum value from PHP_INT_MAX since PHP 4.4.0 and PHP 5.0.5.
from PHP: Integers - Manual . I guess that means I'll need to look at PHP: GMP Functions - Manual . As this stands now, I'll not be updating this thread for this methodology as implementing GMP will take some time to study it that I just do not have. Anyone who has the time is welcome to pickup this thread and continue the lesson - I have all the code which was to be used in composing this and will be happy to help as time allows.

__________________
Jeremy Miller
Content Farmer - Optimized Automated Blog Posting

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!

Last edited by Lee : 07-27-2007 at 05:06 PM. Reason: 2 posts in 3mins, just edit your last :)
Reply With Quote