[Solved] Any way to mass add domains? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: [Solved] Any way to mass add domains? (/thread-1599.html) |
[Solved] Any way to mass add domains? - robmorin - 10-24-2007 03:04 AM Is there anyway to mass add , lets say 50 domains to Omeg with out going through the web gui, like via some command line? Thanks... Rob.. RE: Any way to mass add domains? - joximu - 10-24-2007 06:54 AM Yes - but you have to programm/script it first. So: not today - at least not officially... Your welcome Joximu RE: Any way to mass add domains? - raphael - 10-24-2007 09:21 AM just mass INSERT INTO admin .... and INSERT INTO domains ... with a domain_status=toadd and then run the requests manager |