IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1822.41 MB
Powered by
Channel Info
Network: freenodeChannel: #php |
Search in www.irclog.org
Log from #php at freenode 2006-05-11
Pages: < Prev
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Next >
[04:16]<gyaxjs>firefly2442 i have "LoadModule php5_module "C:/php/php5apache2.dll"
[04:16]<pdznpfdq99q>nichos, is the path correct, the file exists?
[04:17]<gyaxjs>firefly2442 yep
[04:17]<pdznpfdq99q>nichos, use Linux, ;)
[04:17]<gyaxjs>firefly2442 not realistic
[04:18]<pdznpfdq99q>nichos, sorry, not sure what else to ask ya :/
[04:18]<gyaxjs>:)
[04:18]<fy_dr>hi, i'm tyring to implement secured https connection between PHP and Java webService server
[04:18]<fy_dr>i want to use PKI with private and public key algorithm
[04:19]<fy_dr>but i cannot find a way to use PHP read key file generated by Java KeyTools. Anyone have similiar experience?
[04:23]<mjgcnd_2>GD question, is there a way to make the 'imagecreatetruecolor' function create images with a white background, instead of the default black?
[04:25]<pdznpfdq99q>nichos, maybe this might help ya: http://www.experts-exchange.com/Web/Web_Languages/PHP/PHP_Installation/Q_21732051.html
[04:26]<gyaxjs>firefly2442 ty, maybe ill go back to php4
[04:27]<pdznpfdq99q>nichos, your call, php5 is pretty nice though ;)
[04:30]<vaxeyee>uhm, i get "Fatal error: Call to a member function getValue() on a non-object in index.php on line 65" in http://www.onetrix.net/extra/hardware/index.php[s] ... could someone plshelp me?
[04:30]<vaxeyee>i dont get the error :/
[04:31]<mnfvyz>$foo->getValue() - $foo isnt an object.
[04:32]<vaxeyee>well, i dont use $foo in my foreach() ... but i have to write it cause else the function doesnt work
[04:33]<emrev>I'm looking for a small file server written in PHP. Something that has very basic user/password stuff in a database, and where you can upload files and give other users access to them.
[04:33]<emrev>Does anyone know of a package like that?
[04:33]<mnfvyz>vchrizz: pastebin the code
[04:33]<vaxeyee>rdgzt, there are enough on the net, just look for it.. like hotscripts.com or similar :)
[04:33]<zpzzznff>aside from the mailing lists, is their anyone else I can look to for answer regarding possible bugs in the MySql Connecter .NET
[04:34]<emrev>It's for a small company that often needs to pass files of varying sizes to clients, they'd like to be able to put the file on their server and email the client the user/pw and URL.
[04:34]<vaxeyee>Meltir: http://onetrix.net/extra/hardware/index.phps
[04:34]<emrev>vchrizz: I'm sure, I was mostly wondering if anyone could recommend one that works well.
[04:34]<pdznpfdq99q>rdgzt, FTP server? would that be easier?
[04:35]<zmzyzg>Hey, hey.
[04:35]<vaxeyee>rdgzt: i dont know such script in special, but i know services which do what you may need: rapidshare.de :)
[04:35]<mjgcnd_2>anyone here familiar with GD?
[04:36]<a2zyd2fn>can someone explain what PEAR is?
[04:36]<mnfvyz>pear.php.net has an explanation
[04:36]<vaxeyee>ack meltir, with some webinterface like www2ftp.de :)
[04:37]<a2zyd2fn>Is pear commonly used?
[04:37]<zpzzznff>grr I think i found a bug in the MySQL .Net Connector
[04:37]<zpzzznff>anyone I can talk to since there is no list
[04:38]<a2zyd2fn>Whats the bug, jfarrell? I'm using the .Net connector myself
[04:38]<zpzzznff>jbrimble, good
[04:38]<zpzzznff>well I will show you the problem section, C# ok
[04:38]<zpzzznff>?
[04:38]<mnfvyz>vchrizz: $hwlist_iniElement =& $hwlist_iniGroup->getElement fails for some reason. look into why.
[04:39]<a2zyd2fn>ah, i'm a vb.net coder, not c#. sorry
[04:39]<a2zyd2fn>there is a #mysql channel who might be able to help you out
[04:40]<zpzzznff>jbrimble, I think the code s close enough where you can see what i amd oing :)
[04:40]<mnfvyz>c# ? vb ? you huys are in the wrong channels :|
[04:40]<mnfvyz>*guys
[04:40]<zmzyzg>I have a bit of a question, partly debugging, partly the extent of defining variables... I am trying to create a loop that will create a small film strip to show images along with normal information queried from a MySQL database, however I also want to be able to change images between the main viewer and the film strip items, however I may have up to 20 of these "listings" per page. Is there a way to define a variable using a variable name ($img_a_$counter = $
[04:40]<a2zyd2fn>PM me if you like, jfarrell
[04:40]<zpzzznff>jbrimble, http://pastebin.com/710635 The problem is occuring on the fill line
[04:41]<mnfvyz>adrian: you mean variable variables ? ${$foobar} ?
[04:41]<zpzzznff>jbrimble, k
[04:41]<zmzyzg>Meltir: perhaps... could you provide an article or some description so that I could see if that could solve my problem?
[04:41]<vaxeyee>Meltir: well, the foreach() runs for every element and if every element is displayed i get the error... refresh: http://onetrix.net/extra/hardware/ ...
[04:42]<mnfvyz>adrian: its as simple as that $img_a{$counter} =
[04:42]<mnfvyz>$$foobar is also valid
[04:44]<mnfvyz>vchrizz: im not sure what these methods do: it looks like parsing an xml, and as if one of the elements lacks a subelement (price,name,desc)
[04:45]<ldq>Hi - I have a flat-file database, where records are separated by \n, and fields by ;. Are there any PHP libraries/PEAR stuff for using SQL on this thing?
[04:45]<zmzyzg>Meltir: hmm... tried that however now the variable is an array (when I run all I get is "Array" as the output). Is there a way to make an echo just print the first item in an array?
[04:45]<vaxeyee>im parsing an inifile .. and the inifile is sure ok .. same directory like index.php .. articles.ini
[04:46]<mjgcnd_2>anyone here familiar with GD?
[04:47]<mnfvyz>adrian: print_r($array) will print the entire array.
[04:47]<mnfvyz>reset($array); $foo=current($array); should get you the first element
[04:50]<zmzyzg>Meltir: after looking into it, that does not appear to be what I am looking for... I am looking for a way of taking a loop and appending the counter to the end of a variable.
[04:51]<zmzyzg>Meltir: so, while($row = mysql_fetch_array($result))
[04:51]<zmzyzg> {
[04:51]<zmzyzg> $auto_id = $row["auto_id"];
[04:51]<zmzyzg> $active = $row["active"];
[04:51]<zmzyzg> $img_a{$counter} = $row["img_a"];
[04:51]<zmzyzg> $img_b = $row["img_b"];
[04:51]<zmzyzg> $img_c = $row["img_c"];
[04:51]<zmzyzg> $img_d = $row["img_d"];
[04:51]<zmzyzg> $img_e = $row["img_e"];
[04:51]<zmzyzg> $img_f = $row["img_f"];
[04:51]<zmzyzg> $img_g = $row["img_g"];
[04:51]<zmzyzg> $img_h = $row["img_h"];
[04:51]<zmzyzg> $location = $row["location"];
[04:51]<zmzyzg> $description = $row["description"];
[04:51]<mnfvyz>dont paste!
[04:51]<zmzyzg> $listagent = $row["listagent"];
[04:51]<zmzyzg> $contactnum = $row["contactnum"];
[04:51]<mnfvyz>Stormchaser: !
[04:51]<zmzyzg> $price = $row["price"];
[04:51]<zmzyzg> }
[04:52]<zmzyzg>Meltir: Sorry... and then, append $counter to the end of img_a, img_b, and so on...
[04:52]<mjgcnd_2>wow
[04:52]<mjgcnd_2>that was crazy
[04:52]<gydl_>hahaha
[04:52]<svjzdzxzsnz>*mumbles something*
[04:52]<gydl_>wtf?
[04:53]<gydl_>Stormchaser: uhh... he just rejoined?
[04:53]<svjzdzxzsnz>yes, and?
[04:53]<mjgcnd_2>so, anyone here know GD and wanna lend a helping hand?
[04:53]<gydl_>didn't you just ban him? or was that a mute... i can never tell... both say ban
[04:53]<mnfvyz>Gimp_: he was silenced (the %)
[04:53]<svjzdzxzsnz>That's what you get, if you're drawing a comic...
[04:53]<mjgcnd_2>i'm reading the FM, but can't figure out how to do what i'm, trying to do
[04:53]<gydl_>ah ok
[04:54]<svjzdzxzsnz>adrian: If you are inable to read the channel guidelines, that you have nothing to say anymore.
[04:54]<svjzdzxzsnz>hi, piera!







