Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   Torrent Trader PDO/MVC 2021 Pre-Release (http://www.bvlist.com/showthread.php?t=12290)

z3ro 14th September 2020 21:33

re
 
1 Attachment(s)
Not unerstand

Please help

Thank you

M-jay 15th September 2020 08:20

Xampp or server ?

z3ro 15th September 2020 20:27

no VPS php 7.3 verzion.
.
.

rio 17th September 2020 00:07

please share your Nginx or Httpd conf

M-jay 19th September 2020 12:48

no Nginx, redirect is done with htaccess (mod rewrite) to install

download from github https://github.com/M-jay84/Torrent-Trader-MVC-PDO-OOP
upload sql with phpmyadmin
upload contents of upload file

set these in config/config.php
Code:

// Change the settings below to match your MYSQL server connection settings
$config['mysql_host'] = "localhost"; // leave this as localhost if you are unsure
$config['mysql_user'] = "user"; // Username to connect
$config['mysql_pass'] = "pass"; // Password to connect
$config['mysql_db'] = "name"; // Database name

// Main Site Settings
$config['SITEURL'] = 'http://localhost/pdo'; //Main Site URL

installing on xampp is a little different due to how i redirect and the defined paths

Thor 19th September 2020 12:56

Do you have an updated download link to your xampp version as I removed the posted one as the link no longer works. I did PM you about this but received no reply.

M-jay 19th September 2020 15:33

1 Attachment(s)
for xampp place pdo folder in htdocs leave the site url as localhost/pdo
Code:

// Change the settings below to match your MYSQL server connection settings
$config['mysql_host'] = "localhost"; // leave this as localhost if you are unsure
$config['mysql_user'] = "user"; // Username to connect
$config['mysql_pass'] = "pass"; // Password to connect
$config['mysql_db'] = "name"; // Database name

this folder should only be used on xampp

Bump: Here is link to github https://github.com/M-jay84/Torrent-Trader-MVC-PDO

Taking shape now just need to move all html to views and the sql to the models

Fully working if any body wants to help me finish this off send me a pm. I also have a backup of the old TT forums which I have on a site running my mvc TT

Might even be ready in a few week to ask admin for my own section


All times are GMT +2. The time now is 19:21.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.