The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I would like to know if there is a way to fecth all my current accounts ip from the database so i can whitelistem into cloudflare.
Thanl you in advance. |
#2
|
|||
|
|||
![]()
You could do
Code:
SELECT DISTINCT ipaddress FROM post to get a list of every ip that anyone has posted from. You might also want Code:
SELECT DISTINCT ipaddress FROM user to get the registration ips. Someone who is better at sql than I am might be able to figure out a way to get one list of distinct ip addresses from both tables in one query, but it's beyond me. |
#3
|
||||
|
||||
![]()
where can i run those queryes in vb?
|
#4
|
|||
|
|||
![]()
Maintenance > Execute SQL Query, if you have access to that. You can also use phpMyAdmin if you have that.
|
#5
|
||||
|
||||
![]()
I have access,thank you.
And it work.Thanks alot. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|