Looking for a simple private gallery [PHP] [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am planning to create myself a photo storing solution - like dropbox, just in my own server and only with photos.
I was thinking of only one public page - login form. So when you enter www.example.com > you end up with a login form > after login you see your albums and you can easily create new ones/upload photos, bulk download and etc.
The system has to be super easy to use (senior citizen will be using it), should be compatible with mobile phones and all photos should be absolutely private!
I have searched online, but most of the systems are overcrowded with unnecessary tools that make the system complicated and orientated more to public galleries.
Any ideas of similar systems already created that I could use?

You have a few options here, personally I would just build this as that way you are getting exactly what you want.
However, not everyone has the time or patience I have. So as an alternative :
OwnCloud is the best option here in my opinion as I have installed and used this before. It is very user friendly and simple to install.
OR I would suggest investigating these : alternatives

Related

Customer support chat using laravel [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am working on some laravel project in which i want to provide live chat for customer services. Customer fill some information then chat will be start for example you can see demo https://www.telenor.com.pk/ or http://www.mobilink.com.pk/. There is a lot of other example I think that two is enough for understand what i want. I want some thing like that please suggest me any library or some helping material that can help me
I don't know if I understand you.
I mean if you want to use that kind of service on your laravel project, just simply register at one of live chat providers.
For example: https://www.tawk.to/ (it's free)
Its very easy to install. You will need just to add website in tawk, and put the javascript that you will get in your template.

Facebook-like comment refresh system? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I've recently built a simple messaging system for some work colleagues and I am currently working on optimizing current functionality. Many users are complaining of a messy-looking message display system.
The thing that I currently have in place is a PHP file inside of an iFrame that refreshes every 15 seconds. However this is undesirable and wastes resources.
As a result I was wondering if there are any tutorials out there that propose better methods, similar to those used by Facebook whereby the comment is automatically loaded upon posting.
http://ajaxim.com/ <-- Ajax Instant Messaging framework. :)
EDIT :
You might also want to try this http://www.smashingmagazine.com/2012/05/09/building-real-time-commenting-system/ which is a good that guides you through making a realtime comment system.
That system is built using HTML 5. (PHP and Ajax too of course) And it's using Websockets :)
Oh, and a link to a previously asked question that is similar:
Instant notification using php/mysql,please give me a general idea

php DataGrid equivalent [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
i am building CRUD pages for over 20 tables with different schemes
in ASP .NET i just need to use DataGrid and (almost) everything is handled automatically
is their any equivalent for DataGrid in php that will allow user to add, delete and update records in mysql table with out the need to write all the php/SQL codes
phpGrid (www.phpgrid.com) can handle all you CRUD needs. It's a commercial product, but man, it worths every penny. You can also download the free lite version and use it for free.
There are some DataGrids which have php libraries to make crud operations. Some of them are not free. You can take a look at this nice list of selection. http://php-team.blogspot.com/2009/05/10-jquery-datagrid-plugins.html
If you want to generate php code, there are free and commercial software, i advice you to take a look at phpmaker.
You can try DaDaBIK www.dadabik.org.
Disclaimer: I'm the author.

Private Twitter application? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking to implement Twitter into an internal existing system. I need to use several features of the API (such as mentions) that require authorization.
From my understanding, this can only be used with a Twitter application, and as such I've created one.
However it all seams very public facing, asking for details like website URL, and application description, which in my case I do not need or want.
I simply need to authorize my system to make calls to the API, am I going about it the right way?
If not, is there a certain PHP library / alternative way of getting autorized? I can't imagine i'm first in this situation?
Thanks!
You'll need to provide these details so Twitter knows what kind of application you're building. If your application is not going to publish any tweets, that's entirely fine; if you're simply making GET requests, your application information won't be published anywhere.
If you don't have a public-facing URL for your application, you can enter a placeholder or a fake URL.

Pay per view video solution [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
We are planning on building a pay per view (PPV) video solution but we have no idea from where to start. Here are the current givens:
it will be hosted on Linux
using PHP
Database: MySQL
And by PPV I mean:
- going to website, selecting a movie to watch/download
- going to payment portal and paying
- being now able to watch/download
So here is my question, from where to start?
is there an existing (recommended) solution that we can download/buy?
Any information would be really appreciated
I was just reading about someone who had a platform like this intended for adult movies that he was offering, may have even been open source. I'm sorry I forget what it was, but even if your content is G rated, software intended for porn will probably have the features you want so I'd start looking there. It's a big industry so there has to be a few ready made solutions available.

Categories