Jump to content

horst

PW-Moderators
  • Posts

    4,064
  • Joined

  • Last visited

  • Days Won

    87

Everything posted by horst

  1. <smartass>Hmm well, - actually it seem that you first was right, because these only are two german words: Das ist cool ...</smartass> --- <no-smartass> here are some of my favourites </no-smartass> -------------- - Los Lobos : http://www.loslobos.org/site/player/index.html?album=8 - Blood Sweat & Tears : - Calexico : http://lads.myspace.com/videos/MSVideoPlayer.swf?mute=0&ptype=100&el=http%3a%2f%2fwww.myspace.com%2fcasadecalexico&on=1&sr=1&ap=0&primaryColor=&secondaryColor=&m=41106094&mt=video&uid=-1&cc=de-DE&hw=0&searchID=0&dc=agr=0;gen=M;page=11013005;pos=leaderboard;tvvc=9;tvvid=41106094;tvch=35954380;tvcid=7867413;lbl=;mc=0;len=t;u=tvch=35954380,tvcid=7867413,tvvid=41106094,page=11013005,lbl=;&mc=400&g=M&ar=0&pg=11013005&skin=http://lads.myspacecdn.com/videos/default.xml&hb=false&adp=11&sfs=1&preTag=sz=1x200;&midTag=sz=1x204;&postTag=sz=1x203;&tickTag=sz=1x202;&illum=true&trackingID=7867413&ssprod=true&ht=false&clickTag=&logerr=false&unp=0&cip=88.77.216.100&pertid=298922565837280291&sip=172.16.0.2&ili=false&pfc=SitesProfile&proftype=7&profid=35954380&vabd=60&usefu=true&hostenv=&adXmlUrl=&xumoBaseUrl=&adUrl=&config=msplayer.xml&vismeas=&music=0
  2. don't want to be to nosey, ... but what are the other "other two words" ?
  3. ? --> http://dict.leo.org/?search=modest Aha! - Call me too. @Joss: I like the music and also the photography.
  4. Hi, as I also don't know where could be the right place to post it, so I use this thread too I've located a behave what confused me a little: When accessing a ForumThread from one of the Lists (e.g. /talk/forum/13-tutorials/) with a desktop browser I will be directed to the first Post of it (or I've to use the link behind the date-display that directs to the last Post) When accessing the same ForumThread using the (only one available) link with an iPhone I will be directed to the last Post. So not bad, but confusing me a little. (Maybe younger and more flexible people even not realize it enough to remember about it)
  5. Hi, if it could be of interest at some point for the however named 'Deutsche Seite': I've found a german translation of the GNU v.2 which is meant as an explanation to people not very familiar with english language, but not as a replacement of the original licence. http://www.medien-kooperative.de/bibliothek_gnu_gpl_2_deutsch.html
  6. Hi Ryan, this is very nice to provide some help. Just spouting off ideas, which you may have already covered, but: Email sent to a confidential email address from a recognized sender's email (any other security necessary?) Email must be strictly confidential, also a list of valid sender emails or a single sender email. Additionally one could define any Email-Header as mandatory, - this maybe very individually depending on Mobilephone, Email-Provider, etc. Use the email body as the 'body' of the page. Yes, this will be the difficulty part of that thing, because many Mailer send mixed plainText and HTML Mails or MultipartMessages with 3, 4 and more Bodyparts. Also many people will use automatic added Mailsignatures what should not be passed into every post Maybe something like a defined start- and end- string or Tag is best solution, because one can parse all Bodyparts to match this. ?? I wanted to make sure I understood the code side of what you've already got. Is the source also available to these includes? require_once( dirname(__FILE__) . '/mime_parser.php' ); require_once( dirname(__FILE__) . '/rfc822_addresses.php' ); require_once( dirname(__FILE__) . '/pop3.php' ); require_once( dirname(__FILE__) . '/sasl.php' ); require_once( dirname(__FILE__) . '/hn_basic.class.php' ); require_once( dirname(__FILE__) . '/hn_picts.class.php' ); Yes these are phpclasses from Manuel Lemos, licensed under http://opensource.org/licenses/bsd-license.html . The classes are hosted at http://hn273.users.phpclasses.org/browse/author/1.html The two classes beginning with hn_... are mine and also free for use. I PM you a url with ZIP of the whole package that you can have a closer look to it. Also wanted to mention a typo: if( preg_match( '#^image/[jpeg|png|gif].*$#', $p['Headers']['content-type:'] )!==1 ) Uuups. RegEx are not my friend Thank's. Horst
  7. Hi Philipp, many thanks for these tips. The main part what I have not understand till now is how you have passed the image-data or imagefile to the importer-module. But maybe I first should install it and play around a bit with xml-feeds to see and learn how it works. Horst
  8. Hi Philipp, hi Ryan, the idea of Philipp was very inspiring to me. So I have thought a bit about that and came to conclusion that the most common denominator is Email. Every smartphone supports Imagesharing via Email, and also one can put up an Image from DesktopPC. I've put together some php-classes to access POP3-Accounts, retrieve and parse Messages to (first find ) and extract Images. I have uploaded it as a first 'proof of concept'. In this state it retrieves the _first_ image from Message, regardless if it is attached, inline-attached, if it is a Textmail or HTML-Mail or from other MultiPart-Mails. The Subject from Email could be the Title of a Post. Adding Bodytext could be an option, but is not very foolproof with that lot of different Email-Mime-Types, but would be posible with some more amount of coding-time. Interesting Option could be to send Title in MailSubject and a Image-URL in MailBody - fetch the Image from URL and process it. Also sending multiple Images could be possible. - So, as I can do the above stuff by myself, I'm not able to put the ProcessWire-Part together at this time. (Maybe next year, - but not for now ;-) ) My question is: "Philipp, can you provide the code / example for the Import into ProcessWire?" If you like, we can put it together to become it a Plugin Module, maybe? At current state my class provides a array with str-Title and str-Imagedata per Mail. (processing till there is on the fly without using diskfiles) The current Setup can be viewed here: http://biriba.de/pw_pop3/pw_pop3_test.php But, please, no stress-tests! Emailadress is in the top-left corner, you may send a picture by mobilephone to it (around 500 px or smaller would be fine, because all images get scaled down to 320px for the test) and reload the page after a minute or two. Horst
  9. Hi, I have had some (more) trouble to get started with PW :-( In my php.ini the default_charset was set to 'ISO-88591' or something similar. So, as the DB uses utf8 and the pages are delivered in utf8, php is required to use it too. If not you can run into errors when try to save strings with e.g. german umlaute: äöü ÄÖÜ Incorrect string value: '\xFCchte ...' for column 'data' at row 1 I'm not sure if this was checked with the install routine, but I have seen only green lines Maybe this could be done to avoid some hassle to users with a setup other than utf8. Or it maybe an option to add "ini_set('default_charset','utf8');" somewhere at the top of index.php, and to be very very sure (also for paranoics like me ) one can set and check it: ini_set('default_charset','utf8'); $php_use_utf8 = strtolower(trim(ini_get('default_charset')))=='utf8' ? true : false; Ok, now I can start try out that wonderful CMS
  10. Hi Radek, yes you are right, that was needed I has to comment out the line: # RewriteBase / and also my Apache httpd.conf wasn't set right In the FAQ I have found a Thread about how to test for that: http://processwire.com/talk/topic/1-what-is-the-admin-login-url/#entry24096 And yes, I've better should used the search-function before posting this thing Horst
  11. Hi, I'm very impressed of ProcessWire and want to test it local, so that I can see if I can handle it to use it for my website. So, I'm very new to ProcessWire and have installed the latest stable Version from ZIP to an Apache on Windows. Installprocess is perfect: everything green When it comes to "7. Use The Site!" - I can access the root url but not the admin-section: "http://localhost/processwire/" From the RootSite I also cannot go to another page: /about/ - /site-map/ - /templates/ The directories/files in htdocs are: /site/ |--assets/ |--install/ |--modules/ |--templates/ |--config.php /wire/ |--core/ |--modules/ |--templates-admin/ |--config.php |--index.config.php /index.php /.htaccess Maybe there is something wrong with the automatic created .htaccess-file? (I cannot find any of the url-parts within it: processwire about templates site-map) Horst
×
×
  • Create New...