Download use other database... Hi, My website includes: homepage and forum database. But when user click to download link, I don't know why it use forum database. That means we insert item in download is ok, but when download, it use forum database to search the table: esselbach_st_downloads... Please help me to fix it!
Download use other database... Open downloadget.php and change: Code: dbconnect(); HeaderBlock($website); to: Code: HeaderBlock($website); dbconnect();