<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>whoismanu.com - Forum &#187; Topic: Editing PhotoQ ?</title>
		<link>http://www.whoismanu.com/forum/topic/editing-photoq</link>
		<description>Just another bbPress community</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 13:51:20 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.whoismanu.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.whoismanu.com/forum/rss/topic/editing-photoq" rel="self" type="application/rss+xml" />

		<item>
			<title>DeBing on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-704</link>
			<pubDate>Sun, 10 Jan 2010 15:12:00 +0000</pubDate>
			<dc:creator>DeBing</dc:creator>
			<guid isPermaLink="false">704@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hello again,&#60;/p&#62;
&#60;p&#62;after nightlong editing, trying and editing again i gave up. It's more complicated then i thought and it's almost impossible to finish it in these days. I will try it again as an long-time-project. But first i'm going to use the original PhotoQ and .htaccess with some RewriteEngine settings which parse the referrer like my idea for php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-668</link>
			<pubDate>Thu, 17 Dec 2009 11:18:37 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">668@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;cool, that sounds great. this could definitely be interesting.&#60;/p&#62;
&#60;p&#62;maybe it could even be done via a plugin. if you see what kind of hooks you would need to do this, i could probably add them to photoq. i was anyway thinking about adding a series of wordpress action/filter hooks. if it could be done like this it would make your modification independent from photoq such that you don't have to adapt it everything a new photoq version comes out.&#60;/p&#62;
&#60;p&#62;just keep me updated and ask if you need more help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DeBing on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-665</link>
			<pubDate>Wed, 16 Dec 2009 21:11:18 +0000</pubDate>
			<dc:creator>DeBing</dc:creator>
			<guid isPermaLink="false">665@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Ok thank you for the infos. Now in the winter holidays, when i have enough time i'm going to try to modify your script. Maybe i can add an option, so you can choose between saving into a database or save the images in a directory. &#60;/p&#62;
&#60;p&#62;Yeah it would be a major modification but i think its worth enough to try it xD.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-664</link>
			<pubDate>Wed, 16 Dec 2009 14:08:09 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">664@http://www.whoismanu.com/forum/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;Is there a &#34;easy&#34; way in the source to change, that the plugin saves the entire picture as blob into the database instead just the path/url?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;i think this would need some major modifiactions as the entire plugin relies on the paths to the photo files.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;And/or do you have a documentation of the code? xDDD (like which Function does what).&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;most functions are commented and include a phpdoc header. so i guess by running it through phpdoc you can get sth like this.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;With my security ideas, the pictures shouldnt stay in folders on the webspace and when they are in a database, you really need a script everytime when you want to display a picture. And in this script you can implement very easily a routine for checking the referrer-server variable -&#38;gt; no more unwanted directy linking to the pictures a la &#34;webspace/dir/somedir/file.png&#34; -&#38;gt; &#34;webspace/dir/somedir/fetch.php?id=20&#34;.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;there is already an option for hiding the original folder. so at least scraping of the full size original images can be prevented. ok, i know it's security by obscurity but i guess sufficient in most cases.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DeBing on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-663</link>
			<pubDate>Wed, 16 Dec 2009 06:55:15 +0000</pubDate>
			<dc:creator>DeBing</dc:creator>
			<guid isPermaLink="false">663@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;thanks for the answer about editing the sourcecode. &#60;/p&#62;
&#60;p&#62;Is there a &#34;easy&#34; way in the source to change, that the plugin saves the entire picture as blob into the database instead just the path/url? And/or do you have a documentation of the code? xDDD (like which Function does what).&#60;br /&#62;
With my security ideas, the pictures shouldnt stay in folders on the webspace and when they are in a database, you really need a script everytime when you want to display a picture. And in this script you can implement very easily a routine for checking the referrer-server variable -&#38;gt; no more unwanted directy linking to the pictures a la &#34;webspace/dir/somedir/file.png&#34; -&#38;gt; &#34;webspace/dir/somedir/fetch.php?id=20&#34;.&#60;/p&#62;
&#60;p&#62;Regards
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-660</link>
			<pubDate>Wed, 16 Dec 2009 00:07:25 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">660@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;considering your second question. what do you mean by saving pictures in a database? saving entire pictures in the database as opposed to saving a path/url to the pictures? if this is your question, then the answer would be no.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whoismanu on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-659</link>
			<pubDate>Wed, 16 Dec 2009 00:03:12 +0000</pubDate>
			<dc:creator>whoismanu</dc:creator>
			<guid isPermaLink="false">659@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;hi,&#60;/p&#62;
&#60;p&#62;thanks for asking. license is gplv3. i will add this in the next version. thanks for pointing this out.&#60;/p&#62;
&#60;p&#62;so yes, it is allowed to modify photoq. go ahead. be sure to tell me if you have sth useable. if i think it can be beneficial for most users i might add it to the core.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DeBing on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-658</link>
			<pubDate>Tue, 15 Dec 2009 21:43:25 +0000</pubDate>
			<dc:creator>DeBing</dc:creator>
			<guid isPermaLink="false">658@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Mmh, still got no answer. Please write me back as soon as possible. And another question comes up: is there an option, to save the pictures in a database?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DeBing on "Editing PhotoQ ?"</title>
			<link>http://www.whoismanu.com/forum/topic/editing-photoq#post-655</link>
			<pubDate>Sat, 12 Dec 2009 22:52:50 +0000</pubDate>
			<dc:creator>DeBing</dc:creator>
			<guid isPermaLink="false">655@http://www.whoismanu.com/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;i have not found under which license you published PhotoQ so i want to ask you here:&#60;br /&#62;
Is it allowed to modify and editing PhotoQ? &#60;/p&#62;
&#60;p&#62;Why i ask: because i want to add an &#34;option&#34;/feature, that the pictures will be only displayed if some variables are &#34;right&#34; (thinking of a validation algorithm with the referrer variable). If the modification works well it could, if you agree, added to the &#34;standard&#34;. But thats future talk.&#60;/p&#62;
&#60;p&#62;So first i want to know, is it allowed to modify PhotoQ?&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
DeBing&#60;/p&#62;
&#60;p&#62;P.s. Sorry for my miserable english, i am not a native english speaker.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

