@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
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



Comments:

<0> its like my webserver's php can't communicate with my server's pages for some reason
<1> hello
<1> is anyone have a super cl*** to convert Doku Wiki code in XHTML ? (pear cl*** is bogus)
<2> tobmoox, Are you sure about permissions?
<0> yep its all 755
<2> And the groups?
<0> err
<0> im not sure about the groups
<0> i just did chmod 755 on the index.php and index2.php
<2> Then make sure they are right. I can't help you with them though, I personally think permissions are the living hell. :P
<3> Hello, I was wondering if anyone had any recomendations for a free linux php IDE that supports xdebug or similar?
<2> kormoc, Perhaps Zend Studio?
<2> Well, it's not free, but trial.
<4> kormoc: i bet google knows.
<1> kormoc: Quant +Gubed
<1> kormoc: Quanta +Gubed



<1> Gubed is a php debugger
<5> That's a fantastic name for a project.
<3> Metal3d, yeah, I've been looking into Gubed and Quanta.
<1> and so ?
<3> Metal3d, just wondering if there was anything better
<1> i use Eclipse... it parse PHP and give me some syntax errors and warnings
<0> eml: i looked at the group permissions just now and its all set up right
<1> with PHPEclipse
<0> everything can read and execute the files
<3> Metal3d, does it support debugging?
<1> with dgb
<2> tobmoox, Okay, well are you sure you are including right?
<3> Metal3d, nifty, I'll check that out. Thanks
<1> if you install dgb ext, remove xdebug first
<0> i think so
<0> its the right url and everything
<2> tobmoox, And you are sure that Apache has PHP activated?
<0> yes
<2> So nothing happens?
<0> hangon
<0> i'll link you up and you can see whats going on
<0> http://www.itmorr.com/myLinks.php is a page that includes the page
<0> heres what it says in the source:
<0> <?php include('http://24.72.198.209:8002/links/index2.php'); ?>
<0> and you can see the url for the remote page on there
<5> tobmoox: Remember, don't include remote URLs.
<0> ok sorry, what was the method again?
<5> readfile
<0> k
<0> now its using readfile instead of include.
<6> mattmcc: doesn't that also require wrappers on for urls?
<0> eml: can you see the problem?
<6> sup Stormchaser
<7> yo, kog... Why have you been banned? :)
<0> eml: any ideas?
<6> Stormchaser: you should ask that in pm
<5> Kog: It does, but so does include.
<6> mattmcc: well yeah
<6> I guess if it was timing out he has the wrappers enabled
<0> wrappers?
<6> gentoo marks them off by default in the ini... just used to default off
<2> tobmoox, Sorry, but no. You could perhaps paste your code.
<6> tobmoox: you're ok, don't worry
<0> k
<0> eml: i pasted it for you above
<2> tobmoox, There could be something else wrong.
<0> eml: like what?
<2> tobmoox, I have no idea.
<0> oh..anyone have any ideas?
<2> tobmoox, There could STILL be a problem. Consider pasting the whole file on your favourite pastebin.
<8> tobmoox: Can you readfile ANY remote url at all, for example readfile('http://google.com'); ?
<0> markl: trying that now, 1sec
<0> yep
<8> tobmoox: If you can , then maybe your server can't see/reach the above ip/url
<8> 24.72.198.209 may be unreachable from your server
<0> why would that be?
<8> routing maybe *shrug*
<2> tobmoox, Have you tried to ping? Routing problems may play a trick on you.
<2> MarkL, *DOH*



<0> um...wait can you hit this site? http://24.72.198.209:8002/links/index2.php
<6> I'd also question if there's a valid need for remote content like that
<8> tobmoox: Yes, i can
<6> tobmoox: yes
<0> hmm
<6> tobmoox: but that doesn't mean your server and that IP can see each other
<6> (on that specific port)
<2> tobmoox, Try to ping it from your server. Check firewalls.
<2> Guys, stop being faster than me. :(
<0> ping: unknown host http://www.itmorr.com
<9> anyone know of a good tutorial on XML requests and responses?
<2> tobmoox, That's the hostname for that IP?
<9> i mean, xml requests/responses with php
<0> thats the hostname for itmorr.com
<10> Monkey_b: eh, I prefer REST. :)
<9> ebay API doesnt really suport rest much :(
<2> tobmoox, Perhaps you should try to ping the server with index2.php?
<6> Monkey_b: XMLRPC or SOAP?
<9> soap
<6> Monkey_b: php nusoap
<6> Monkey_b: it's your friend ;)
<9> swweeeettt
<9> thank you :)
<6> Monkey_b: it's by far the nicest SOAP kit I've worked with
<0> er sorry...ping is successful from my server to itmorr.com
<6> including axis...
<6> Monkey_b: I'm not sure if NuSoap can do WSDL <--> Code
<6> Monkey_b: I'm also not sure if Ebay publishes a WSDL
<8> tobmoox: Certain versions of PHP4 don't allow the url wrappers to specify a port
<9> they do
<0> so im not sure why itmorr.com cant see my server
<2> tobmoox, What is itmorr.com?!
<6> Monkey_b: let me know if NuSoap can consume a WSDL ;)
<9> k :)
<0> the site thats hosting myLinks.php
<2> Is that the corresponding domain for that IP you pasted?
<6> Monkey_b: I have to use Axis for this right now, but I'm planning on doing some nusoap stuff for version control
<0> no
<2> tobmoox, Try pinging the IP _FROM_ your server with myLinks.php
<0> ?
<8> tobmoox: Can you readfile a file on that IP if you don't specify port 8002?
<7> Kog: It can... But PEAR::SOAP is better in this manner...
<6> Stormchaser: really?
<7> yep
<6> Stormchaser: oh... ok
<0> MarkL: 8002 is the only port my server is hosting content on
<2> tobmoox, I'll let someone else to take over, I'm too tired to begin explaining how you ping.
<0> MarkL: I can include port 80 stuff like google though
<9> kog: apparently it does
<6> Stormchaser: how so? nusoap seemed to have all you need to construct an envelope
<6> Monkey_b: so it seems ;)
<7> Kog: Not to mention that setting up NuSOAP is a bitch
<6> Stormchaser: what? I have a 5 line app that does all I need
<6> 6 lines with an include
<0> MarkL: so maybe my server is firewalled to where it can't reach port 8002 on other servers?
<9> do I need PHP5 for this?
<0> MarkL: err, itmorr.com, that is
<7> Kog: I'm talking about WSDL
<6> Stormchaser: oh... ok
<7> Monkey_b: no...
<9> ok awesome
<0> MarkL: maybe itmorr.com is firewalled to where it cant reach port 8002 on other servers?*
<6> Stormchaser: I avoid PEAR whenever possible because I've had a ton of bad experience
<6> Stormchaser: so, just never comes to mind
<8> tobmoox: Possibly
<6> yeah... here's a tip: if anyone ever asks you to use PEAR::Crypt_RSA? don't...
<7> Kog: So do I... But PEAR::SOAP is actually pretty usefull (hence dependency hell :( )
<8> tobmoox: Do you know what version of PHP is running on itmorr.com ?
<6> Stormchaser: alright, good to know. I'm thinking of using SOAP or some simple XML for version controls
<6> Stormchaser: maybe even RSS
<6> or something akin to RSS
<0> MarkL: no, how do you check again?
<8> tobmoox: Create a <?php phpinfo() ?> file


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #php
or
Go to some related logs:

mount error 111 = Connection refused + cifs
what's gfxboot
mysql select into outputfile
4 dimensional hash perl
Mudlide shot
kde twinscreen
#kde
#ubuntu
Undefined variable: _SESSION in php
defintion of pedantry



Home  |  disclaimer  |  contact  |  submit quotes