The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
I have *sql file (back-up of my forum).
Now I need install (export, extract...) it, but my server doesn't have any Web-manager (like phpMyAdmin, nothing at all) and doesn't allow CGI sripts. Only one way - PHP I have sample, but it doesn't work: Code:
<?php $sqlEx = "sql"; // $schema = "vbulletin"; // $sql = explode(";", implode("", file("./".$schema.".".$sqlEx))); for ($i = 0; $i < count($sql); $i++) mysql_query($sql[$i]) or die(mysql_error()); ?> Help me, please! |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|