SMF Support > SMF 2.0.x Support

NEED HELP - I'M USELESS WITH PHP

(1/2) > >>

Vinnys Web Designs:
i need help with setting my website home page at hxxp:localhost/ [nonactive] to use the login area on my SMF 2.0 forum at hxxp:localhost/forum/ [nonactive]
is it possible
p.s. i haven't change the forum files from downloading. ;D

steighan:
yes.

include ssi.php,

then...
ssi_login('http://mysite.com/');
   echo '<br>',$context['user']['avatar']['image'];
   ?>
   <br>
   <?php ssi_logout('http://mysite.com/');
    ?>

Vinnys Web Designs:
can you write it out because i cant get it working,
i get this:
"SQL logic error or missing database
no such table: smf_settings",
but i have a database..... ???

steighan:
ooh... sorry. left out some important steps.

1) You have to have SMF installed and running first.

Vinnys Web Designs:
i have it installed and running on my local server...

Navigation

[0] Message Index

[#] Next page

Go to full version