Open Source Image Gallery app [closed] - php

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Can anyone recommend an open source Image Gallery for our website. No doubt going to be PHP/Python/Ruby based with a MySQL backend if necessary. It is for a Sailing Club so I am looking for something where certain members can create a new Folder for each day out and all other members can then upload their pictures from that day.
At the moment I have got phpBB working as the message forum on this site. Actually not quite complete as I am still trying to incorporate that into one of our existing pages rather that have the forum in its own full new page.

I haven't used this in a long long time, but it used to be somewhat decent* back in the days:
http://gallery.menalto.com/
* That is as decent as PHP apps get. IIRC it had required some unsafe PHP settings on the webserver, but they fixed that in later versions. $SearchEngine is your friend for that.

Related

The ability to fight with Ad-Blocker [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I had searched by google and this forum-search and I didnt get any about this so I propose a new topic: WordPress with the ability to fight with Ad-Blocker.
I am not an IT guy (subsea engineer) but I am having website with about 100 - 200 unique visitor/day now (according to adsense) as hobby (1%-4% using ad-blocker - I am lucky to have these ~97% my visitors).
I just learn that ad-block users are about 300 mil and it is a huge problem to big publisher (they earn money from ads). Ad-blocker using bandwith, upload data to their server and some (one of them - I expect more of them) sell the data as anons.
In accordance to the above idea,
I have a question as a-non IT guys, is there a way to make WordPress to tackle ad-blocker (auto)?
It may be a way to disarm ad-blocker. My website is like my home/house. You/Visitors can visit but please consider the owner.
No from what I can tell, it keeps a list of servers which are used to serve advertisements. Whenever you visit any website, the web browser has to fetch the components from the various servers. Adblock simply blocks the connections to any item on its list of ad servers, thus blocking all or most ads. The list of servers has to be updated ever so often which it does in the backend.

Turning HTML/CSS site in PHP by way of includes hurt google ranking or effect proper indexing [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
The question is pretty straight forward. I've seen some questions similar but not what I need an answer to. So lets say I splice the entire site and use includes for almost everything. Navigation, about us, etc,. Will this effect google ranking and indexing? Will google view the site by parsing the php when it passes an include or will it index it as a blank site. As most all of it will be inside separate includes files. Thanks
No. Google should not be able to see your php script.

How to make the "finals tree table", or what is it called? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I'm working with some friends on a small private mini MMORPG game server, and we want to make a PvP event (players VS player) fights, and post the live results on the website as a tree.
I don't know what is it called, I tried every keyword combination on google and this is what I finaly came up with (2 pictures at the bottom).
I need the name of the two types of the trees, what is called so I can do more googling about it.
I also need to know if there is any PHP/HTML/JS or FLASH, Scripts or API or something that can help me accomplish this. I have no problem coding it from PHP/MySQL side, but it looks very hard to render and print on client side, because the tree can get really big if we get alot of players. Please help.
This is called a complete full binary tree I think.
Here you can find some mathematical info to binary-trees.

PHP solution for Epaper [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am working on a news paper website which has epaper facility. I am developing it in php.
Is there any script or something else where I can learn how to make an epaper site.
I want solution like this http://epaper.timesofindia.com/Default/Client.asp?Daily=TOIM&showST=true&login=default&pub=TOI&Enter=true&Skin=TOINEW&AW=1333084145015
Please help me out..
ePaper in your context is a web app developed by Pressmart, and it appears to be proprietary, or at the very least not developer-friendly. So I highly doubt there have been advances in PHP libraries for it.
I'm sure as a partner, they have internal documentation and tech support that you can request more information from. They may even have a web API with PHP examples (I've seen worse companies that knew they had to keep up).
This is all info I've gathered in the last 7 minutes, so there may be more out there. But you should always reach out to the developer support of the product if they don't have easy access to documentation, as this is a sure-sign that there is not a large population of developers in the general community that will know what you're talking about, let along give insight.

Problem: Visitors will not like a website with no content [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
This is a general questions regarding building a website with user generated content. A new website will start with no content, then visitors to the site will not want to visit it again because there is no content for them to view.
For example, a review site like Yelp has no reviews will not have return visitors! How do you solve this?
You need to offer some reason to be there besides the reviews or whatever user-generated content you're trying to integrate into the site. Yelp is a site that searches for restaurants and lists them by type and location, that is the main service which it provides. Offer the user-generated content as a secondary reason to come, then when the user-generated content starts to come in, slowly incorporate it more and more until it becomes the core of the site.
People will only visit your site if they get something out of it, even if it is something as simple as displaying their input in an interesting way.
Your question is off topic I think on every site on the network right now, but for what it's worth, the approach this very site (and the Q&A network that came out of it) took was that of a closed beta - accessible only to a select circle of people - that would seed the site with content.
See e.g. Area 51: Asking the First Questions
The Stack Overflow blog has many references to avoiding building "Ghost Towns". They're not the only voice on the subject, but they have obviously been very successful with this approach.

Categories