All Projects → ajm113 → OpenTor-X

ajm113 / OpenTor-X

Licence: other
Open Source Torrent Index Website

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to OpenTor-X

qBit-plugins
Search plugins for qBittorrent
Stars: ✭ 40 (+110.53%)
Mutual labels:  torrents, torrent-search-engine
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (+47.37%)
Mutual labels:  torrents, torrent-search-engine
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (+68.42%)
Mutual labels:  torrents
ExpressPHP-V1
✨ ExpressPHP V1是一个极简的 web 开发MVC框架,和ThinkPHP5一样现代化,比CodeIgniter还要轻量级,真正突破框架限制,让你感受到自由,同时兼顾高性能、低学习成本。
Stars: ✭ 13 (-31.58%)
Mutual labels:  codeigniter
FusionCMS
A CMS for World of Warcraft private servers
Stars: ✭ 18 (-5.26%)
Mutual labels:  codeigniter
gameap-legacy
Free Game Admin Panel
Stars: ✭ 37 (+94.74%)
Mutual labels:  codeigniter
codeigniter-alert
An easy flashdata alert for codeigniter
Stars: ✭ 20 (+5.26%)
Mutual labels:  codeigniter
CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (+500%)
Mutual labels:  codeigniter
CIgniter-Datatables
CodeIgniter library for Datatables server-side processing / AJAX, easy to use :3
Stars: ✭ 39 (+105.26%)
Mutual labels:  codeigniter
codeigniter-tettei-apps
『CodeIgniter徹底入門』のサンプルアプリケーション(CodeIgniter v3.1版)
Stars: ✭ 26 (+36.84%)
Mutual labels:  codeigniter
codeigniter-image-magician
🎨 An ImageMagick library for CodeIgniter.
Stars: ✭ 13 (-31.58%)
Mutual labels:  codeigniter
Cross-Seed-AutoDL
Scans files and finds cross-seedable torrents via Jackett
Stars: ✭ 112 (+489.47%)
Mutual labels:  torrents
GoInstaller
GoInstaller is installer for CodeIgniter with user interface (UI).
Stars: ✭ 31 (+63.16%)
Mutual labels:  codeigniter
Codeigniter3-absen-digital
Sistem Absensi Online dengan framework codeigniter 3
Stars: ✭ 33 (+73.68%)
Mutual labels:  codeigniter
socialigniter
This is core install of social igniter application. Please follow the Readme below
Stars: ✭ 78 (+310.53%)
Mutual labels:  codeigniter
OneSignal-Codeigniter-Push-Notification
OneSignal is a free push notification service for web and mobile apps. This Codeigniter example makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com/ DEMO - http://ci3onesignal.codefort.ru/
Stars: ✭ 27 (+42.11%)
Mutual labels:  codeigniter
codeigniter-react-boilerplate
A CodeIgniter boilerplate with React.
Stars: ✭ 35 (+84.21%)
Mutual labels:  codeigniter
rarbg
A wrapper for RARBG's api in Node
Stars: ✭ 22 (+15.79%)
Mutual labels:  torrents
yts torrents
download all torrents from yts.am (yify movies)
Stars: ✭ 14 (-26.32%)
Mutual labels:  torrents
CodeIgniter-3.0.0-ORM-Twig
First CodeIgniter 3 using orm and template engine twig
Stars: ✭ 19 (+0%)
Mutual labels:  codeigniter

Intro

OpenTorX is a open source content index website, freely available for anyone to use for personal or commercial use under the MIT license.

preview

I'll be setting up a demo sometime soon.

Features

  • Ability to use different types of database engines. i.e mysql, mysqli, postgre, odbc, mssql, sqlite, oci8
  • Search categories and keywords! i.e "Anime:twintails"
  • Loads fast using jQuery, Skeleton.css and active records caching!
  • Easy personalization to your liking!

Requirements

Apache/Nginx or a PHP supported web server. Basic server maintenance and database knowledge. PHP 4.5 =>

Install

These steps assume you know proper server configurations and or know how to setup a virtual server in apache or other web servers for local machine access.

  • Clone / Extract source code to a web server directory.
  • Configure mysql settings in database.php located in. "/application/config/" and create a new database or use a already made one.

Change these lines to access the database.

$db['default']['username'] = 'yourusername';
$db['default']['password'] = 'yourpassword';
$db['default']['database'] = 'opentorx';

If you plan on using another database type. Please change this line: $db['default']['dbdriver'] = 'mydatabasesystem';

Supported: mysql, mysqli, postgre, odbc, mssql, sqlite, oci8

  • Import opentorx_data_dump.sql into your database or someone else's. This file includes the table structure. (WARNING) This is a PLACEHOLDER, hash links no longer work! MAKE SURE YOU TRUNCATE THE TABLES!

NOTE: This dump file is using KAT partial dump. (When it was online at the time.)

  • Enjoy the experience!

Troubleshooting:

How come the torrent download links are broken?

The site hosting the torrents has went down. For now the already available dump will be a placeholder until you get some real data.

I can load the front page fine, but I get apache/web server 404 error on other pages!

If your running this on project on a sub folder. I.E /localhost/opentorx. You will need to configure .htaccess for your server! Or simply create a virtual host! ... I will let you google how to do this.

How can I import x and y's database dump?

You will need to consult a online forum, or the database system your using to see how you can do local file imports of the data dump.

Can I use this for my website?

YES! Be sure to send me a link!

I still need help! :(

You can ask questions on the GitHub issue page or contact me!

How come "Share" isn't available anymore?

This feature is removed because TorCache is no longer available. Plus this project is more for in-home torrent indexing.

Why Isn't NodeJS/Grunt/Gulp Being Used For Front-End?

I wanted to make this project extremely easy to port/install/running. So the less deps, the better.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].