Giter Club home page Giter Club logo

ph2date's Introduction

๐Ÿ’– pH2Date - Lightweight Dating Webapp

Powerful & lightweight PHP Dating Script built with CodeIgniter 2.X and Bootstrap + jQuery

pH2Date allows you to setup a simple dating webapp with Instant Messenger, Matchmaking system (similar to HotOrNot or Tinder's swiping feature).

It also allows users to upload Photos and Videos to their profile page, and much more!

Debugging; Environment Mode

To change the environment mode, please update the index.php, line 21.

Available environment modes are:

  • development
  • testing
  • production

Server Requirements

  • PHP >= 5.1.6
  • Apache 2.2 or 2.4+ with mod_rewrite installed and enabled.
  • MySQL database (4.1+); MySQLi, MS SQL, Postgres, Oracle, SQLite, and ODBC.

Installation

Have a look to INSTALLATION - INSTRUCTION.txt file to know step-by-step how to set it up.

Bigger Project..?

Need more features and more scalability..?

No prob! Have a look to pH7CMS Dating, THE PRO Dating Web App Builder

How pH2Date Looks Like?

Dating Wb App Builder

pH2Date Dating Site Builder

ph2date's People

Contributors

ph-7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ph2date's Issues

admin page issue!

After changing production to development in the root folder... I got this error message when trying to access the admin url
error

Problem loading profile photos larger than 100 kb

Hello,
First of all thank you for this great work, Ph2date is really great.
I'm having problems loading profile pictures larger than 100 kb.
Do you have this problem too?
How can I fix it?
Is it a bug linked to the PHP version? (I'm using 7.1)
Thanks for your help

Site problems admin panel

Website works fine so far everything works other then when i go to localhost/admin/ it is just a blank white page no error?
image

Internal server error [HTTP/1.1 500 Internal Server Error 1900ms]

Hi,
I have a internal server error issue after installing initial setup on subfolder name called beta

These are my htaccess code
RewriteEngine on
RewriteBase /beta/

# Prevent CI index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* /beta/index.php/$0 [PT,L]

# Prevent user access to the CI system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /beta/index.php?/$1 [L]

# Prevent user access to the CI application folder
RewriteCond %{REQUEST_URI} ^application.*
RewriteRule ^(.*)$ /beta/index.php?/$1 [L]

Thanks,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.