Search found 15 matches

by Denis Parshutin
Mon 26. Jul 2004, 19:25
Forum: phpwcms Feature Requests
Topic: Shopping / eCommerce Funktion would complete this CMS...
Replies: 9
Views: 2944

very, very exellent idea!
I support this request too.
by Denis Parshutin
Wed 19. May 2004, 08:56
Forum: phpwcms Installation Troubleshooting English
Topic: Another silly question (the blank index page)
Replies: 19
Views: 6091

ты должен залогиниться на админ часть.


http://www.erodreams.ru/test2/login.php


потом смотри там лэйауты + темплейты и почитай плиз

http://www.phpwcms.de/index.php?id=14,0,0,1,0,0

пиши если не поймешь что и как.

sorry all, my reply is on russian
by Denis Parshutin
Wed 5. May 2004, 03:57
Forum: General Discussion
Topic: How many languages can YOU speak?
Replies: 55
Views: 20408

- russian (native)
- english
- german (a little)
by Denis Parshutin
Sat 14. Feb 2004, 10:32
Forum: phpwcms Support English
Topic: PHP Email form not sending mail to recipient
Replies: 25
Views: 8511

so I fix this. act_formmailer.php Line 196 if(isset($send_copy_to)) { $from = "From: ".$send_copy_to."\n"; if(!ini_get('safe_mode')) { mail($send_copy_to, $subject, $body, "From: ".$recipient."\n", "-f ".$recipient); } else { mail($send_copy_to, $sub...
by Denis Parshutin
Sat 14. Feb 2004, 10:32
Forum: phpwcms Support English
Topic: E-mail form problem.
Replies: 10
Views: 2694

so I fix this. act_formmailer.php Line 196 if(isset($send_copy_to)) { $from = "From: ".$send_copy_to."\n"; if(!ini_get('safe_mode')) { mail($send_copy_to, $subject, $body, "From: ".$recipient."\n", "-f ".$recipient); } else { mail($send_copy_to, $sub...
by Denis Parshutin
Wed 4. Feb 2004, 21:28
Forum: phpwcms Discussion
Topic: Listing of live sites...
Replies: 91
Views: 34257

so, please look at
http://www.tigra.us/index.php

its my first project in phpwcms, so please dont kill me :)
by Denis Parshutin
Wed 4. Feb 2004, 20:52
Forum: phpwcms Support English
Topic: E-mail form problem.
Replies: 10
Views: 2694

I fixed it, ignoge last post.


But... My appetite continue extend....


could I use redirection after form and use part of values from form?

example:

congrats, Mr Neo!!! und so weiter

where Mr Neo value customer fill in email form....

Thank in advance!
by Denis Parshutin
Wed 4. Feb 2004, 14:32
Forum: phpwcms Support English
Topic: E-mail form problem.
Replies: 10
Views: 2694

E-mail form problem.

Hi all! First of all I have to say THANKS all who helped me to create this little site http://www.tigra.us/index.php But not all desired things works. :( Look please at http://www.tigra.us/index.php?contacts I did it with those fields in form: IT|fname|1|First Name: |40,100||300 IT|lname|1|...
by Denis Parshutin
Fri 30. Jan 2004, 04:06
Forum: phpwcms Support English
Topic: Creating thumbnail error
Replies: 9
Views: 2818

sure. But I think path to their library should be point too.
by Denis Parshutin
Thu 29. Jan 2004, 14:30
Forum: phpwcms Support English
Topic: Creating thumbnail error
Replies: 9
Views: 2818

First at all, THANKS to All who help me to solve this problem! Thanks, it works now. Here is list what I've done for my PHPWCMS to be working with ImaheMagick. 1. By call phpinfo() I discovered that LD_LIBRARY_PATH for apache is null. I have several choises for solving it (Solaris OS). - crle + /var...
by Denis Parshutin
Wed 28. Jan 2004, 21:40
Forum: phpwcms Support English
Topic: Creating thumbnail error
Replies: 9
Views: 2818

so. please more help. so, I have ImageMagick-5.5.7 now. its work ok in shell, i've testet it. but in phpwcms i failed again. on file /include/inc_act/act_imagick.php?thumb=6&ext=jpg&fcat=1... it hangs.... then I've read this file and found call from /include/inc_lib/imagick.convert.inc.php.....
by Denis Parshutin
Tue 27. Jan 2004, 16:38
Forum: phpwcms Support English
Topic: search function
Replies: 18
Views: 11971

Hi All! I'm trying to use this code in my Search page with ID=7 <form action="###search_input_action:7###" method="post"> <input type="text" name="###search_input_field###" size="10" maxlength="250" value="###search_input_value###"...
by Denis Parshutin
Mon 26. Jan 2004, 20:54
Forum: phpwcms Support English
Topic: Creating thumbnail error
Replies: 9
Views: 2818

Yes. My hoster gine me clear response that no GD, no ImageMagic...

But he promise me to install it! So after all this I have plans to finish my work and then I promise show my results.

thanks Pappnase
thanks Oliver, You are Great!!! Your work is super!!!
by Denis Parshutin
Mon 26. Jan 2004, 13:40
Forum: phpwcms Support English
Topic: Creating thumbnail error
Replies: 9
Views: 2818

so. more information, maybe it will be usefull. ___________________________ if I trying to use in config $phpwcms["imagick"] = 1; //0 = GD, 1 = ImageMagick convert then error with creating thumbnail is "no thumbnail exists". ______________________ if I trying to use in config $ph...
by Denis Parshutin
Mon 26. Jan 2004, 12:55
Forum: phpwcms Support English
Topic: Creating thumbnail error
Replies: 9
Views: 2818

Creating thumbnail error

Hi All! I've uploaded 3 pics (in JPEG format) to my phpwcms and trying to make thumbnails. As result - This function does not exist: ImageCreateFromJpeg file=/usr/local/www/*myaddress*/html/include/inc_lib/ext/hft_image/hft_image.php ------------------------------------------------------------------...