The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
MySQL 3.23.52 doesn't allow random banner generation???
i found this:
http://www.mysql.com/doc/en/Mathematical_functions.html "As of MySQL 3.23.52, MySQL changed the way RAND() functions, such that you MUST supply a SEED to get an actual random number. If you do not, each new connection will return close to the same number as the previous new connection. An example to test this would be to run the follow command multiple times in a row. mysql -u username -p -e'select rand()' A basic way to seed this would be to run RAND(NOW())." My arrow ads hack randomization is really messed up and my sponsors are getting angry because the randomization is not random. Can anybody help me? |
#2
|
||||
|
||||
You could use RAND(NOW())...
|
#3
|
|||
|
|||
I tired RAND(NOW())... but it didn't do anything.
|
#4
|
|||
|
|||
anybody?
|
#5
|
||||
|
||||
probably you already solved it out but in case it helps someone else:
I think you should use ORDER BY RAND() but not include LIMIT in your syntax |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|