@# 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 26 27



Comments:

<0> good lord.
<1> No, it has ssh!
<1> It's just disabled at the minute.
<0> haha
<1> And as it is the weekend, I don't get it until Monday :(
<0> well what good is that?
<2> so you dont have ssh
<2> same difference
<3> nah, looks like there's still a problem
<3> permissions are right
<3> it creates the file
<4> hey aall for some reason line 64 does not like $fontfile as input however if i echo fontfile and verify it is correct and put the echo of $fontfile in that space in quotations, it works. any ideas?
<3> sellout_, u prolly wanna give us the code
<0> that's great
<0> considering we have no idea what line 64 is
<4> http://lanceslife.com/showsource.php?file=/content/graffiti/engine.php



<0> or the code around it :P
<4> sorry i was gettign to that
<4> lol
<3> :)
<3> im just too fast for you guys, sorry, but i cant help it
<5> wtf
<3> 8]
<4> and the script in action is http://lanceslife.com/content/graffiti/engine.php
<4> worekd fine until i used an array instead of a switch
<4> i dont know what that would ahve to do with it...
<6> "The requested URL /showsource.php was not found on this server."
<3> The requested URL /showsource.php was not found on this server.
<3> sellout_, copy it to .phps instead
<4> http://lanceslife.com/source.php?file=/content/graffiti/engine.php
<3> like, graffiti/engine.phps
<4> theer we go
<3> and save the old file
<3> then we have syntax hilightning
<4> its fine, my php script is better than phps lol.
<4> se?
<3> oh, we have that .)
<4> :-)
<4> links to php.net too
<1> Oh well.
<3> from pastebin.com i guess
<3> no line-numbers tho
<4> sec
<1> Goodnight, fellow phpians.
<3> yeah i have to go too
<3> ill have to ask for help laters
<4> http://lanceslife.com/source.php?file=/content/graffiti/engine.php
<4> now with line numbers
<4> is there a command to strip spaces?
<0> strip spaces?
<0> str_replace(" ", ""
<0> replace them all with nothing :P
<4> i found out the problem that when reading liens froma text file php seems to add trailing spaces...
<4> unles it is the last line
<7> hey, how can i see what objects are defined at runtime, and if applicable, where they have?
<7> * resources too
<8> hello
<4> str_replace(" ", "", "$font"); where font is "fonts/BARATZB.TTF " <note th trailing space
<4> has no effect
<4> what am i doign wrong?
<7> $font=str_replace(" ", "", $font); maybe..?!
<0> haha
<7> you don't put variables in quotes if not needed
<7> LOL
<0> aye
<8> Warning: fsockopen() [function.fsockopen]: unable to connect to http://www.google.be:80 (Unable to find the socket transport "http" - did you forget to enable it when you configured PHP?) in C:\wamp\www\bruteforcer\index.php on line 8
<8> what does this mean?
<4> no dice either
<0> superpimp; http:// isn't a valid IP
<7> superpimp: your php doesn't have http in it... and shouldn't
<0> superimp; maybe you want to file() that URL
<4> str_replace(" ", "", $font); where font is "fonts/BARATZB.TTF " <still trailing space
<7> file_get_contents maybe swentel
<7> * swytz
<0> file("http://domain/file";); will treat it correctly
<7> i'd do fopen("google.be","80"); or something like that
<8> when I do fopen



<7> swytz i dont think the guy wants to get the fiel straight away, he wants to send a custom request i _guess_
<8> it gives blank, so it's true right?
<0> hmm true
<0> but if that's the case
<0> he needs to reformat fsockopen with a domain or IP
<0> and not a URL
<7> hm, yes fsockopen
<7> superpimp: lots of examples here, http://uk2.php.net/fsockopen
<7> =)
<7> $fp = fsockopen("www.example.com", 80, $errno, $errstr, 30);
<0> yeah
<0> without the http:// url directives
<0> otherwise it throws the dns resolution off
<0> naturally
<8> so
<7> superpimp: you should have RTFM before asking.
<8> no http://
<0> super; corrte
<8> I read it
<7> and no :80
<0> correct
<4> $font = preg_replace("/ +/", " ", trim($font));
<4> str_replace(" ", "", $font);
<4> fixed it
<4> weee
<7> $fp = fsockopen("www.google.be", 80, $errno, $errstr, 2);
<7> sellout_: ?!
<0> sellout; the first statement is useless
<7> sellout_: i guess that your str_replace didn't work...
<0> because str_replace will replace ALL spaces
<7> $font=str_replace(" ", "", $font); would be better :]
<0> you're turning " " to " " and then ""
<0> you can skip that step and just replace ALL " " with ""
<0> :P
<7> :]
<7> wait, these guys are just playing [April fools]
<0> hahaha
<7> don't help
<4> that by itself did not work
<0> they have to be
<4> its text file
<0> who cares about the source
<0> data is data
<4> arras apaprently create unessasry whitespace
<0> a string is a string
<4> and spaces
<4> eitehr of those funtionsa lone did not do the job
<4> its a weird php bug or something
<0> uh
<0> a bug in str_replace?
<0> after extremely stable releases for 10 years?
<0> haha
<4> not a bug in that eoprhaps
<7> hm, guys...
<4> perhas in my rarray functions
<0> maybe a bug in your source
<7> can you write a sentence in one line please?
<0> which we can't see the whole context.
<4> presisley
<0> drakas; not really.
<7> !guidelines
<7> wait, was somewhere in the bot
<4> Sorry i tend to use enter instead of a comma
<0> alright drakas, fair enough, i'm out
<0> in fact
<0> i'm not going to help anyone now
<0> good job.
<4> ^_^
<0> later!
<0> i
<0> forgot
<0> to
<0> say
<0> a


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#debian
/usr/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't conne
mac socksify ssh
#asm
pdb2csv
uninstalling evolution ubuntu
#perl
ubuntu sodu xserver
APC php5.0.4
goldchlager



Home  |  disclaimer  |  contact  |  submit quotes