| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Comments:
<0> Hey guys, I have a small problem with osCommerce that I could use some help with, if anyone is familiar with osCommerce and would help me I'd appreciate it, I will pay for ***istance, please PM for problem details. <1> KuZz: we dont support 3rd party <1> ask somewhere else <0> Any recommendations? <2> So... does anyone at least understand what I'm asking about? <3> does php have a log file? <4> lepine: No <3> is there anything i can look into to see why extension x is not loading (thining ZO) <3> *thinking <5> hi guys <5> can someone help me with something <4> lepine: Are you using the apache module? <3> for ZO ? <6> ah, sweet. I just discovered http_build_query() <3> i have no idea ... <4> lepine: For PHP
<5> I have an application which sends an email and if its been read sends data back to a database <3> i just went through cd ZendOptimi... <3> ./install <3> it said it completed without any errors <5> what I'm trying to figure out is how I can capture what data is being written <4> lepine: Are you using mod_php? <6> does exactly what I've got a function written in php to do <3> yes <4> lepine: Then check apache's error log for messages. If you can't find anything there, you should probably contact Zend support. <3> nothing in errorloh <4> ##PHP is not really qualified to support Zend extensions <3> *error_log <3> will try to <7> dkarp: emails write to a database? <4> dkarp: I'm curious how you convinced a mail client to send data to a database when someone reads a message. <5> TML, its a little more complex than that. I'm trialing a piece of software which sends email newsletters and keeps a track of who opens the email. What I dont want to do is pay for this tracking service and want to figure out what data is being written and how it comes back. <4> dkarp: That's something ##PHP won't help with. <5> why? <7> dkarp: there's 2 ways to do that, both are unreliable. <4> dkarp: Because some of us make a living selling software. <8> what php function would you use to list a directory? <7> dkarp: one is STMP extentions, good luck on client support and parsing the email responces, the other is image tracking, which many email clients block images by default now <4> hareldvd: php.net/dir <7> what <7> both those are pretty common knowledge, and neither are worth doing, IMO <9> "many email clients block images by default now" thanks god <10> what's the global for PWD? DOCUMENT_ROOT isn't what I need, I need the entire path of the script i'm writing <4> mintee: check phpinfo() <7> not to mention that just because someone "displays" an image does not mean that they actualy read the email <10> cool <10> SCRIPT_FILENAME <7> so if you are actualy paying for that service, you are getting ripped off <10> now i just have to cut off the filename <7> if your email is worth reading to me I'll click a link for more info and you can track me using conventional web methods <4> ||cw: I can think of a few better ways to do it, at least one of which is far more reliable than either you mentioned. But ##PHP should not be in the business of helping people reverse engineer commercial software. <10> should i try to use preg_match to remove the filename? <10> or something else <4> mintee: php.net/dirname <5> TML, I was really asking if there was a way to capture the request that this application is making to the tracking server <10> danka <11> I'm having some issues with PHP on windows -- it isn't loading my extensions in the php.ini file <11> I'm using the correct file <10> perfect <7> dkarp: sniff the protocol, which breaks your license agreemeant and you get to meet with some nice lawers. <11> does anyone have any information for me? <8> Thanks folks. <7> bytenik2: you've made a phpinfo() page and made sure its the right ini? and restarted the web server? <11> ||cw: yep <5> guys, this application ALLOWS the use of other tracking servers. There is a config in the app itself to enter this information. But what is not documented is what the specs need to be. <12> can someone helop me modify this code to create A gif image isntead of JPEG? I would read the DOC< but tis something I need done ASAP <12> http://pastebin.com/568749 <7> bytenik2: checked your error logs? <7> dkarp: so ask the vendor for protocol docs <7> gunoo: the doc is better than us <7> read it <11> ||cw: Not yet... one sec <13> how do i get php mail command to mail out html instead of txt? <13> mail("$rec", "$subject for $person from $name @ $ip $address\r\n", "$toplastic"); <5> I have, but as they are in China and are very slow in replying I thought I'd ask you guys
<12> but its something I need done before 12:30 <12> i know its something simple, prolly a change of function or something <13> $topplastic is a var ***igend to html <7> roundyz: there's an example at php.net/mail <4> roundyz: You have to use MIME. You can either write your own MIME package by reading the RFCs, or use one of the hundreds of existing PHP MIME packages, including the one in PEAR <7> you don't /have/ to use MIME, just the right content type and and a couple other minor details <11> ||cw: Got it, thanks. <4> ||cw: The content-type header *is* using MIME <4> You do have to use MIME, but you don't neccesarily need the full suite of MIME capabilities <11> ||cw: Wait, no I don't... <11> [23-Feb-2006 12:06:37] PHP Warning: PHP Startup: Unable to load dynamic library 'c:\PHP\ext\php_curl.dll' - The specified module could not be found. <11> in Unknown on line 0 <7> hm, so even setting text/plain is mime <11> But, the file exists. <13> RFCs TML what are thoses? <5> anyone? <7> bytenik2: that dll depends on the libcurl ddl and it can't find that <11> ||cw: According to the php web site, it doesn't need libcurl, just two random other dlls <7> bytenik2: keep reading the instrunctions, you missed the part about PATH and dll's <7> they aren't random <4> roundyz: Request For Comment. See rfc.net <7> roundyz: heh, if you have to ask that, you're better off finding a lib. search for mime on pear.php.net <3> TML unfortunatly, zend support for ZO in inexistant ... got any docs / reading / anything ? <4> lepine: No. ##PHP doesn't support Zend's products because Zend hasn't open-sourced them, and we don't have any active Zend engineers here. <14> dkarp, so basically you want to write your own email tracking script? <11> ||cw: "Note to Win32 Users: In order to enable this module on a Windows environment, libeay32.dll and ssleay32.dll must be present in your PATH. You don't need libcurl.dll from the CURL site." <11> ||cw: Both are in my path, and it says I don't need the latter. <4> lepine: But I'm really surprised to hear that Zend has no pre-sales support. <3> well, to get support, i'd have to buy a product that includes ZO <3> which i do not plan to do in the near future <4> lepine: That's why I said "pre-sales support". Most software houses will provide a certain number of support hours/incidents to potential customers. <7> bytenik2: well, try running ms's "depends" aplication on the dll and see what all it references <15> hey, does PHP have some kind of threading (anything != forking) ? <7> R1ck: no <4> bytenik2: Google for dependency walker, use it to load the php_curl.dll, and see what the missing symbol is, then go find which DLL *has* that symbol and get it on your path. <16> Hello, guys <16> If I escape a string with mysql_real_escape_string, how do I unescape it when I retreive it from the DB? <17> do you guys use custom error handling or stick with default? <16> Or is that done automatically? <7> BigTrucK: yes. <4> willrobbo: You don't unescape it. <17> ||cw: yes to which? <7> willrobbo: you escape to get into the db cleanly. the actual insert does the "unescape" <14> lepine: so if it installed correctly, did you enable the module in php.ini? <4> willrobbo: The whole point of mysql_real_escape_string is that it escapes the data in such a manner that the escape character(s) aren't stored as part of the data. <7> BigTrucK: both, depends on the need to cleanly handle the error <16> Ah, right <16> So when I get the data back out, eg. name is "Dave Thompson", it will actually be retrieved as "Dave Thompson"? <3> FzZzT: , the installer should have taken care of it ... checking ... <11> ||cw: Apparently I'm missing msjava.dll? <14> lepine: not necessarily <4> heh...*everyone* is missing msjava.dll <18> TML: I wouldn't exactly say I'm missing it <19> TML: dependancy walker huh? Never heard of that one. <17> ||cw: switching over to using error logs, but on php.net they only show how to do custom error handling <4> CryWolf: Where "missing" is defined as "not present on your system" <4> caffinated: Yeah, it's a fairly handy tool. <11> ||cw: But I thought MS discontinued java support <19> TML: I'll keep it in mind <18> oh, well in that case... <4> caffinated: Combined with procxp from sysinternals, you can get nearly *nix level insight into what's going on <4> bytenik2: Yes, they did, that's why I said everyone is missing it. <11> TML: Ah <11> Okay, that fixed it, I think <11> yep <11> thanks all <10> i'm back <14> awesome <10> i got a variable like... '/home/www/this/is/my/path/setup' and i need to remove the '/setup' <10> i don't want to use substr <3> FzZzT: all lines mentionning zend / zo are uncommented <3> that paths to the files mentionned are correct <3> and php uses the right php.ini <4> mintee: str_replace
Return to
#php or Go to some related
logs:
DHCP in ubuntu putting startx in backgroud gentoo could not find libjava.so window.print ie7 connect to ubuntu Cannot determine root device ubuntu too many security failures fix gentoo snes gamepad parallel #perl cigwin xterminal
|
|