You are not logged in.
As above. Its a good thing you have going on here.
Is it possible to have the CSV do spaces between the IP addresses instead of the commas?
In vbulletin the IPs need spaces between each address not commas. If it isnt possible its fine, it only takes a few minutes to find all and replace commas with spaces anyway.
Keep up the great work!!
Offline
if you write a php script to automate your load, put your data in a string and use:
$data=str_replace(',',' ',$data);Best of luck.
Offline