<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Chevereto Forums - [NB] Frequently Asked Questions]]></title>
		<link>http://chevereto.com/forums/</link>
		<description><![CDATA[The most recent topics at Chevereto Forums.]]></description>
		<lastBuildDate>Wed, 28 Dec 2011 23:13:18 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Captcha/Bans]]></title>
			<link>http://chevereto.com/forums/topic1629-captchabans-new-posts.html</link>
			<description><![CDATA[<p>Hello,</p><p>Is there a way i can add a Captcha (a number captcha not reCAPTCHA) before the file is uploaded? or even an agree to terms of service before uploading with a checkbox? Due to i keep getting my Google AdSense suspended due to someone is uploading adult content and cPanel File Manager doesn&#039;t log IPs so i cannot even ban then user which is a shame.</p>]]></description>
			<author><![CDATA[null@example.com (UploadMe)]]></author>
			<pubDate>Wed, 28 Dec 2011 23:13:18 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic1629-captchabans-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[How would I do this?]]></title>
			<link>http://chevereto.com/forums/topic1613-how-would-i-do-this-new-posts.html</link>
			<description><![CDATA[<p><a href="http://prntscr.com/4rfr9">http://prntscr.com/4rfr9</a></p><p>I want it to show the last 5 uploads and show also the thing below that that says the last 5 uploads of how ever many pictures have been uploaded.</p>]]></description>
			<author><![CDATA[null@example.com (LostProdigy)]]></author>
			<pubDate>Wed, 21 Dec 2011 06:34:50 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic1613-how-would-i-do-this-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Image upload with API call]]></title>
			<link>http://chevereto.com/forums/topic1375-image-upload-with-api-call-new-posts.html</link>
			<description><![CDATA[<p>Hi<br />i&#039;m trying to make application that will upload multiple images.</p><p>I have made webrequest with post method, but i&#039;m getting &quot;invalid_source&quot;, when i try to upload image, with url: <a href="http://www.mycheveretohost.com/api">www.mycheveretohost.com/api</a> and POST string is: key=12345&amp;upload=(base64 image string).<br />ContentType = &quot;application/x-www-form-urlencoded&quot;;</p><p>Can you explain me how should i upload image with post data?</p><p>Thanks.</p>]]></description>
			<author><![CDATA[null@example.com (Miki)]]></author>
			<pubDate>Fri, 21 Oct 2011 11:49:38 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic1375-image-upload-with-api-call-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[[FIX] Invalid access, use the home page of Demo Problem!]]></title>
			<link>http://chevereto.com/forums/topic1257-fix-invalid-access-use-the-home-page-of-demo-problem-new-posts.html</link>
			<description><![CDATA[<p>As i&#039;m sure most of you are aware there is a really anoying problem with the script, its not coded very well and often throws up this error because of the path, instead of having 1 complete path it wants site name then web path, if both are not set correctly, wich by default there not it gives this error &quot;Invalid access, use the home page of Demo Chevereto to upload images.&quot; i think it was a general mistake on the coders part to not include a better help feature, and im mainly pointing at this &quot;$DOM_SCRIPT = $_SERVER[&#039;SERVER_NAME&#039;]; // --&gt; EXAMPLE: $DOM_SCRIPT = &#039;mysite.com&#039;;&quot; notice how there is &quot;[server_name] thats pointless, secondly there is the example of &quot;mysite.com&quot; wich is also wrong and i will show you now the correct way to configure those so you wont get that dreaded error many keep faceing with no fix.</p><p>THE FIX!!</p><p>First of all you will want to open up your config.php file with a text editor, i personaly use notepad++ wich you can download free and its open source from <a href="http://notepad-plus-plus.org/">http://notepad-plus-plus.org/</a> once its open you will want to find the line of code shown and highlighted on the picture below.<br /></p><div class="codebox"><pre><code>$DOM_SCRIPT = $_SERVER[&#039;SERVER_NAME&#039;]; // --&gt; EXAMPLE: $DOM_SCRIPT = &#039;mysite.com&#039;;</code></pre></div><p><span class="postimg"><img src="http://www.filehost.andyfergo.com/fix1.png" alt="http://www.filehost.andyfergo.com/fix1.png" /></span></p><p>now that you have found the above code (i hope) you will want to highlight it as i have shown in the picture and copy paste this over it or remove certain parts so it matches, the line should be replaced with this <br /></p><div class="codebox"><pre><code>$DOM_SCRIPT = &#039;www.yoursite.com&#039;; // --&gt; EXAMPLE: $DOM_SCRIPT = &#039;www.yoursite.com&#039;;</code></pre></div><p><span class="postimg"><img src="http://www.filehost.andyfergo.com/fix2.png" alt="http://www.filehost.andyfergo.com/fix2.png" /></span></p><p>Now you have that copy and pasted, and replaced with what should be there, you will want to change the <a href="http://www.yoursite.com">www.yoursite.com</a> part to your real web address making sure you keep the actual www.</p><p>see the problem with the whole thing was the code above, when you type a web address for example <a href="http://www.google.com">www.google.com</a> it will always naturaly add a http:// before any of it once a page is loaded, so because we replaced the wrong code mysite.com and added www. it wont just use the code below wich tells it to use mysite.com with a http:// ending up being <a href="http://mysite.com">http://mysite.com</a> even though the physical address is http://www.<br /></p><div class="codebox"><pre><code>define(&#039;URL_SCRIPT&#039;, &#039;http://&#039;.$DOM_SCRIPT.PATH_SCRIPT);</code></pre></div><p>Thanks for your time everyone who this may have helped, i hope your problem is fixed now and you have learnt something.</p><p>Kind Regards,<br />Andy</p>]]></description>
			<author><![CDATA[null@example.com (MysticMojo)]]></author>
			<pubDate>Tue, 13 Sep 2011 21:40:09 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic1257-fix-invalid-access-use-the-home-page-of-demo-problem-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Script to choose langage]]></title>
			<link>http://chevereto.com/forums/topic1178-script-to-choose-langage-new-posts.html</link>
			<description><![CDATA[<p>Hello world ! <img src="http://chevereto.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>I have a website and i&#039;m using chevreto script on.</p><p>But i want a script we can choose a different langage with 2 icons on-click : French - English .</p><p>An example here in the right on this website : <a href="http://lightpics.eu">http://lightpics.eu</a>/<br />It&#039;s not my website but i&#039;m interested for the script PHP to choose langage.</p><p>Thanks for your help, I need really.&nbsp; <img src="http://chevereto.com/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (betowen)]]></author>
			<pubDate>Wed, 17 Aug 2011 17:20:09 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic1178-script-to-choose-langage-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Upload via Phone]]></title>
			<link>http://chevereto.com/forums/topic1099-upload-via-phone-new-posts.html</link>
			<description><![CDATA[<p>Hi, <br />I programming python application for Symbian OS. And i have question how upload the for example screenshot on the phone to Chevereto</p><p>Example:<br />Like this?<br /></p><div class="codebox"><pre><code>web.com/engine?some data</code></pre></div><p> or how?<br />THX</p><p>I have PHP script that works here is it:<br />&lt;?php</p><p>// read the incoming image data handed over from Python S60 phone<br />$data = file_get_contents(&#039;php://input&#039;);</p><p>// create a filename based om time and a random number<br />$nick = strtr($_GET[&#039;nick&#039;], &#039;/\\.:\0&#039;, &#039;_____&#039;);<br />//$file = strtr($_GET[&#039;file&#039;], &#039;/\\.:\0&#039;, &#039;_____&#039;);<br />$timestamp = time();<br />$filename = $nick.&#039;_&#039;.$timestamp.&#039;.jpg&#039;;<br />// $filename = $_FILES[&quot;file&quot;][&quot;name&quot;];</p><p>// write the file to the server into the directory named beijing<br />$filepathname = &quot;images/$filename&quot;;<br />$handle = fopen($filepathname, &#039;wb&#039;);<br />fputs($handle, $data, strlen($data));<br />fclose($handle);</p><p>// return the filename<br />echo &quot; &quot;.$filename;<br />?&gt;</p><p>How this using to upload via Chevereto</p><p>Thank you</p>]]></description>
			<author><![CDATA[null@example.com (Benecore)]]></author>
			<pubDate>Thu, 28 Jul 2011 10:39:19 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic1099-upload-via-phone-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Deleting Images?]]></title>
			<link>http://chevereto.com/forums/topic918-deleting-images-new-posts.html</link>
			<description><![CDATA[<p>Where do I go to delete uploaded images?</p><p>For example, I get a DMCA takedown notice which requests me to take down a few images. Where and how do I go in doing this to delete specific images?</p>]]></description>
			<author><![CDATA[null@example.com (oudensbauss)]]></author>
			<pubDate>Sun, 12 Jun 2011 20:02:30 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic918-deleting-images-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Frequents Errors and Solutions]]></title>
			<link>http://chevereto.com/forums/topic897-frequents-errors-and-solutions-new-posts.html</link>
			<description><![CDATA[<p><strong><em>Frequents Errors and Solutions - Not Finished</em></strong><br />If you think of anything else, please <a href="http://chevereto.com/forums/pun_pm-compose-1662.html">PM me</a> - Do not answer to the topic for a suggestion to be added please, thank you.</p><br /><div class="quotebox"><blockquote><p><strong>The following error appear:</strong><br /></p><div class="codebox"><pre><code>A part of Chevereto engine.php is shown on the main page.
This problem ocure because since PHP 5.3 &lt;? tags aren&#039;t valid.</code></pre></div><p><strong>Solution:</strong><br /></p><div class="quotebox"><blockquote><p>Replace in every .php file the &lt;? with &lt;?php<br /><a href="http://www.mediafire.com/?4rthbqest0cqrdj">Updated Files of Chevereto NB 1.9.1 for PHP 5.3</a></p></blockquote></div></blockquote></div><div class="quotebox"><blockquote><p><strong>The following error appear:</strong><br /></p><div class="codebox"><pre><code>Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/hostyour/public_html/engine.php on line 330</code></pre></div><p><strong>Solution:</strong><br /></p><div class="quotebox"><blockquote><p><span class="bbu">Open engine.php</span></p><p><em>Find:</em><br /></p><div class="codebox"><pre><code>set_time_limit(300);</code></pre></div><p><em>Replace With:</em><br /></p><div class="codebox"><pre><code>//set_time_limit(300);</code></pre></div></blockquote></div></blockquote></div><div class="quotebox"><blockquote><p><strong>The following error appear:</strong><br /></p><div class="codebox"><pre><code>Internal Server Error - During the upload of an image</code></pre></div><p><strong>Solution:</strong><br /></p><ul><li><p>Create a new file named phpinfo.php</p></li><li><p>Add in phpinfo.php : &lt;?php phpinfo(); ?&gt;</p></li><li><p>Open in your browser the file phpinfo.php</p></li><li><p>Search for : upload_max_filesize (Using ctrl + f)</p></li><li><p>Note the number of MB after it.</p></li></ul><div class="quotebox"><blockquote><p><span class="bbu">Open config.php</span></p><p><em>Find</em><br /></p><div class="codebox"><pre><code>$max_mb = &#039;2&#039;; // Max. image size (Mbytes)</code></pre></div><p><em>Replace with Where X is the number noted previously</em><br /></p><div class="codebox"><pre><code>$max_mb = &#039;X&#039;; // Max. image size (Mbytes)</code></pre></div></blockquote></div></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Danny.Domb)]]></author>
			<pubDate>Sat, 04 Jun 2011 03:52:07 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic897-frequents-errors-and-solutions-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[How to change the favicon]]></title>
			<link>http://chevereto.com/forums/topic895-how-to-change-the-favicon-new-posts.html</link>
			<description><![CDATA[<p>How do i change the favicon ?</p><p>My site <a href="http://YouPic.co.tv">http://YouPic.co.tv</a></p><p>It looks changed but in firefox when i bookmark it shows the original favicon. Plz help ?!<br />Here is a picture of what i mean.</p><p><span class="postimg"><img src="http://youpic.co.tv/images/capture.png" alt="http://youpic.co.tv/images/capture.png" /></span></p>]]></description>
			<author><![CDATA[null@example.com (Salsabil18)]]></author>
			<pubDate>Thu, 02 Jun 2011 03:16:50 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic895-how-to-change-the-favicon-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[I have a problem with intallation [ French ]]]></title>
			<link>http://chevereto.com/forums/topic865-i-have-a-problem-with-intallation-french-new-posts.html</link>
			<description><![CDATA[<p>Bonjour ,</p><p>j&#039;ai un probleme lorsque j&#039;installe Chevereto sur mon site voila ce que cela me donne : <a href="http://www.team-project.rd-h.fr">http://www.team-project.rd-h.fr</a>/</p><p>Que faire ?<br />Merci d&#039;avance .</p>]]></description>
			<author><![CDATA[null@example.com (StR)]]></author>
			<pubDate>Thu, 19 May 2011 19:26:04 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic865-i-have-a-problem-with-intallation-french-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Changing background?]]></title>
			<link>http://chevereto.com/forums/topic859-changing-background-new-posts.html</link>
			<description><![CDATA[<p>Hey, so currently I have changed the logo, header, tabs ect. Because those are all default images in the site-img folder. There&#039;s no repeating image for the background though, and as I&#039;m new to coding I don&#039;t know how to add one.<br />Basically to keep it simple and clean, I have a texture that I want to have repeating for the background. <span class="postimg"><img src="http://gyazo.com/ccc14ee7a627026e9c2adaceabffd573.png" alt="http://gyazo.com/ccc14ee7a627026e9c2adaceabffd573.png" /></span><br />When this is repeated it adds a nice, smooth looking light texture, just making the site a little more presentable:)</p><p>Where do I put this in my code, and how? If I have the picture in the site-img folder how do I make it repeat as the background.</p><p>It&#039;s saved as bkg_repeat</p>]]></description>
			<author><![CDATA[null@example.com (Acedzns)]]></author>
			<pubDate>Sun, 15 May 2011 21:57:06 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic859-changing-background-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Future version 2.0]]></title>
			<link>http://chevereto.com/forums/topic858-future-version-20-new-posts.html</link>
			<description><![CDATA[<p>Hello,</p><p>I am currently using 1.9 script, i see that paid 2.0 version is coming out soon.</p><p>I am not sure if this questions has been answered already, or not (i tried to re-search the forums, but no luck).</p><p>Question is:</p><p>Since (i think) new 2.0 version will include admin\registered users (+ DB)</p><p>Will all pictures be located in DB or on the server /images folder?</p><p>In case, images will be stored in DB in future, what will happen with images in /images folder? will they be moved as well?<br />In case they are moved to DB, will current images that are stored in /images folder be working ?</p><br /><p>Thanks</p>]]></description>
			<author><![CDATA[null@example.com (s-f-r-j)]]></author>
			<pubDate>Sun, 15 May 2011 18:35:43 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic858-future-version-20-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Hot Linking]]></title>
			<link>http://chevereto.com/forums/topic856-hot-linking-new-posts.html</link>
			<description><![CDATA[<p>Does the script allow hotlinking? </p><p>If so, is there an option to disable or enable it via the config?</p>]]></description>
			<author><![CDATA[null@example.com (oudensbauss)]]></author>
			<pubDate>Sun, 15 May 2011 03:08:16 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic856-hot-linking-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[[FRENCH/ENGLISH] Petite question/little question]]></title>
			<link>http://chevereto.com/forums/topic851-frenchenglish-petite-questionlittle-question-new-posts.html</link>
			<description><![CDATA[<p>J&#039;ai utiliser Chevereto sur mon site, pour éviter de passer par le FTP (=lien <a href="http://alexandre-flamand.tk/hebergement-images/">http://alexandre-flamand.tk/hebergement-images/</a> )</p><p>Et je voudrais savoir comment faire pour le mettre en français, j&#039;ai cru vois que c&#039;était possible, quelqu&#039;un peut m&#039;aider svp ?&nbsp; <img src="http://chevereto.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>____________________________________________________________________________________________________</p><p>I use Chevereto on my site, to avoid going through the FTP (link = <a href="http://alexandre-flamand.tk/hebergement-images/">http://alexandre-flamand.tk/hebergement-images/</a>)</p><p>And I would like to know how to put it in French, I thought I see that it was possible, can someone help me please? <img src="http://chevereto.com/forums/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>(ps : sorry for my english, I use google traduction. )</p>]]></description>
			<author><![CDATA[null@example.com (MrCenox)]]></author>
			<pubDate>Sun, 08 May 2011 22:41:29 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic851-frenchenglish-petite-questionlittle-question-new-posts.html</guid>
		</item>
		<item>
			<title><![CDATA[Upload large images > 4.000 px]]></title>
			<link>http://chevereto.com/forums/topic798-upload-large-images-4000-px-new-posts.html</link>
			<description><![CDATA[<p>Hello,</p><p>where can i change the option, i can upload larger pictures, more than 4.000 pixels?</p>]]></description>
			<author><![CDATA[null@example.com (Turbulence)]]></author>
			<pubDate>Sun, 20 Mar 2011 14:26:59 +0000</pubDate>
			<guid>http://chevereto.com/forums/topic798-upload-large-images-4000-px-new-posts.html</guid>
		</item>
	</channel>
</rss>

