Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Nicky

Pages: 1 ... 8 9 10 11 [12] 13 14 15 16 ... 188
167
Installation, Update & Configuration / Re: Kategorie ID
« on: July 27, 2009, 10:42:49 PM »
sorry
richig
Code: [Select]
  $cat_id_sql = get_auth_cat_sql("auth_viewcat", "NOTIN"). ",9,10,11,12,13,14";

168
Installation, Update & Configuration / Re: Kategorie ID
« on: July 27, 2009, 10:09:51 PM »
versuchs mal so

Code: [Select]
 $cat_id_sql = get_auth_cat_sql("auth_viewcat", "NOTIN"), 9,10,11,12,13,14;

169
Installation, Update & Configuration / Re: Kategorie ID
« on: July 27, 2009, 09:38:23 PM »
ahoi,

wenn zufallsbilder generell aus einigen kategorien nicht angezeigt werden sollen,
dann ist dies in der includes/functions.php zu ändern

diese zeile
Code: [Select]
  $cat_id_sql = get_auth_cat_sql("auth_viewcat", "NOTIN");

170
Installation, Update & Configuration / Re: Kategorie ID
« on: July 27, 2009, 09:17:32 PM »
moin moin,

redet ihr jetzt von den "neuen" oder "zufalls" bildern auf der startseite?
irgendwie kann ich das nicht nachvollziehen...

171
morning all,

siehe auch dies.. da gehört das tutorial ergänzt..

http://www.4homepages.de/forum/index.php?topic=20748.msg112996#msg112996

172
Installation, Update & Configuration / Re: Imagemagick Modify
« on: July 25, 2009, 07:49:57 PM »
correct..

as i already wrote via PM

hi,

error message
Quote
convert: NoDecodeDelegateForThisImageFormat `/home/XXXXXXXXX/public_html/nicky/image.jpg' @ constitute.c/ReadImage/503.

send this to your host.
ImageMagick is not properly compiled or modules are missing

173
guys,
this is "Requests for paid modifications / Jobbörse" forum..

"i would like to find"
or
"don't waste your money" are for chit chat forum ;)

means this forum is for paid jobs and not chit chats

174
Chit Chat / Re: How I can Install ImageMagick?
« on: July 21, 2009, 09:23:10 PM »
hi ravengoth and welcome to the 4images forum,

use GD, whatfor do you need ImageMagick?
is there a special reason?

175
Installation, Update & Configuration / Re: Imagemagick Modify
« on: July 21, 2009, 11:48:59 AM »
do following

create an php script(eg. im_test.php) with following content
Code: [Select]
<?php
error_reporting
(E_ALL);
@
ini_set("display_errors"1);
echo 
"<b>ImageMagick</b> path <b>/usr/local/bin/convert</b>";
echo 
"<br /><br />";
echo 
"<b>Original Picture</b>";
echo 
"<br />";
echo 
"<img src=\"./image.jpg\"";
system("/usr/local/bin/convert -resize '640x480' /CHANGETOYOURFULL_PATH/image.jpg /CHANGETOYOURFULL_PATH/image_im640x480.jpg");
echo 
"<br /><br />";
echo 
"<b>Resized to 640x480</b>";
echo 
"<br />";
echo 
"<img src=\"./image_im640x480.jpg\"";
system("/usr/local/bin/convert -resize '250x250' /CHANGETOYOURFULL_PATH/image.jpg /CHANGETOYOURFULL_PATH/image_im250x250.jpg");
echo 
"<br /><br />";
echo 
"<b>Resized to 250x250</b>";
echo 
"<br />";
echo 
"<img src=\"./image_im250x250.jpg\"";
system("/usr/local/bin/convert -resize '120x120' /CHANGETOYOURFULL_PATH/image.jpg /CHANGETOYOURFULL_PATH/image_im120x120.jpg");
echo 
"<br /><br />";
echo 
"<b>Resized to 120x120</b>";
echo 
"<br />";
echo 
"<img src=\"./image_im120x120.jpg\"";
?>
change /CHANGETOYOURFULL_PATH/ to your exact path to this folder (example path: /home/myuserid/htdocs/imtest/)

upload im_test.php into example: http://yoursite/imtest

upload an JPG picture renamed as image.jpg to the same folder where you uploaded im_test.php.

run http://yoursite/imtest/im_test.php in your browser

working?
no?

try to change ALL /usr/local/bin/convert to /usr/bin/convert

works?
no?

lets see.

@ badduke:
/usr/local/bin/convert is okay on *NIX systems
*.exe is something for Windoof ;)

176
Hi Patrick,

leider ist es so..
aber man tut dem spammer es mindesten ein bisschen schwerer.
registrieren, Email bestätigen, dann bild kommentieren.

auch hier im forum wird tag täglich gespammt, aber wie gesagt, machen wir es dennen mindestens ein bisschen schwerer.
irgendwann haben die auch keine lust mehr.

also, meine meinung, alle lücken schliessen.

177
hi,

just don't upload template folder from the 1.7.7 zip file..
look into changelogs what you have to update in YOUR templates to get it 1.7.7 compatible.

backup ALL files and make mysql database backup before you do anything!
REMEMBER, when you overwrite PHP files, all inserted MODs will be lost..

178
thanks to yousaf who write it down ;)

179
hello and welcome to the 4images forum

open templates/default/details.html

remove following

Code: [Select]
{if exif_info}
<br />
                  <table width="100%" border="0" cellspacing="0" cellpadding="1">
                    <tr>
                      <td class="bordercolor">
                        <table width="100%" border="0" cellpadding="3" cellspacing="0">
                          <tr>
                            <td class="head1" valign="top" colspan="2">EXIF Info</td>
                          </tr>
                          {exif_info}
                        </table>
                      </td>
                    </tr>
                  </table>
                  {endif exif_info}  

180
Chit Chat / Re: KurtW MODs and Templates
« on: July 20, 2009, 04:20:24 PM »
hier sind wir alle richtig...

und hier wieso, warum, etc

Pages: 1 ... 8 9 10 11 [12] 13 14 15 16 ... 188