forum.mdf? or (yourname).mdf ?
Printable View
forum.mdf? or (yourname).mdf ?
huh?
mdf = meta data file. You are installing invision board or other forum?
No his just making a poll goto http://proxy2.de/scripts.php to find what he is doing.Quote:
Originally posted by DL.@19 October 2003 - 20:25
mdf = meta data file. You are installing invision board or other forum?
wow this is hard lol
Then you have to create a database new and give it the name. Edit some .ini file with the new name of your server and database name.
so i cant create this new database? since i dont own the server some dude hosted me
I dont think thats it, mabey its you upload server. Try that.
i tried w/ my ftp user and pass it didnt work lol
You need to have thisBut is it not included in the download files?Quote:
<?php
/* path */
$poll_path = "/www/proxy2/html/poll";
require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
require $poll_path."/include/class_pollcomment.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();
$php_poll = new pollcomment();
/* question */
echo $php_poll->get_poll_question(2);