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



Comments:

<0> anything starting with LOG: ?
<1> just a lot of autovaccuumes
<1> LOG: incomplete startup packet
<1> LOG: could not load root certificate file "root.crt": No SSL error reported
<1> that looks like from when I had the ssl check box checked
<0> Yep
<0> try psql -U brad
<1> in your connection screen you are pathed to pgctl, right?
<1> ok
<1> psql: FATAL: database "brad" does not exist
<0> ment what your db name is
<0> sorry i'm tired :)
<1> ooh
<1> psql: FATAL: Ident authentication failed for user "bsatroop18"
<0> heh
<0> thats your problem :D



<1> what?
<0> brad is your user no?
<1> yes
<0> then why is database trying to log as 'bsatroop18' ?
<1> because you just told me to
<2> lol
<1> -U is username
<1> -d is database
<3> -p is penis
<1> Name | Owner | Encoding
<1> ------------+----------+----------
<1> bsatroop18 | postgres | UTF8
<1> postgres | postgres | UTF8
<1> template0 | postgres | UTF8
<1> template1 | postgres | UTF8
<1> those are the available databases
<1> Eldritch -ef| grep humor
<0> try changing the owner ot brad
<0> looking at mine, papabear is the owner of bcc
<0> not postgres
<1> so in pgadmin is that the database you connect to in your connection settings?
<1> from cli everything is fine, it is pgadmin that is giving me the problems
<0> login through cli as your user brad, create the database and 'brad' will be the owner
<1> ok done
<0> if that doesn't work, then pgadmin is ****ing up the auth, pgsql uses md5 ****, read a post where a guy said pgadmin (older version) was trying to connect using crypt
<1> so when I try to log in using that database I still get the same error
<1> how old is that post?
<0> http://www.pgadmin.org/archives/pgadmin-support/2003-09/msg00140.php
<0> try downloading and compiling pgadmin 1.4.2 from source
<0> source is at...
<0> http://www.pgadmin.org/download/source.php
<1> i'm on their site now
<1> thanks
<1> i appreciate the help
<0> again my guess is your version of pgadmin isn't sending proper auth **** for the new version of pgsql
<1> that could be it
<1> i'll get a newer verion
<1> for now I am going ot bed
<1> i am falling asleep
<0> same for me
<0> later
<1> later
<4> whore
<5> ill show you the meaning of sockets till your eyes bleed pathetic human
<6> POOP
<5> In using a socket, am I going to encounter any firewall/router-ing issues?
<6> You shoulndt as long as the port is open.
<7> Can I use mmm.. port 80?
<6> I dont see why not.
<7> :D
<7> that should pretty much always be open
<7> on a webserver
<6> Here is a simple test: <?php if(file_get_contents('http://www.google.com')) { echo 'I CAN CONNECT TO GOOGLE WOOT!'; } else { echo 'I cant, ****.'; }
<7> Hm makes sense
<7> would safe mode being turned on make any differencfe?
<7> +f
<6> It might.
<6> Depending on how its configured.
<2> hahaaha
<2> im on cam with my friend
<2> and startkeylogger killed msn



<6> bawhahah
<7> ?
<6> I wonder what happens if you email that phrase to him ;)
<2> haha
<7> ??
<6> http://blog.washingtonpost.com/securityfix/2006/03/keylogger_utterance_spooks_nor.html
<7> hah
<7> oh so that affects other things as well hm?
<6> It looks that way.
<3> nortons stuff is now bloated **** anyway
<6> roger
<3> use to be good, well it use to have the filed pertty much to itself
<8> geez... there is a page on the php.net site that explains stuff like "!"... does anyone have that url handy?
<3> ! = not
<8> true, but there were some other explanations on it...
<8> not, and, or, nor, etc...
<8> or something darn similar...
<7> search for the operators page
<3> http://nz.php.net/manual/en/language.operators.php
<7> You can always try something like http://php.net/operators to do a quick search SmugWimp
<8> I'm looking on those pages... nothing yet... :-\
<3> its under logical and comparision if not others to
<8> ah. Logical operators...
<8> thanks!
<3> all it says is what you ahve already been told
<8> yep
<6> God damnit I hate updating servers.
<3> then dont
<3> ever
<3> bahahahah
<9> hi php
<10> /whois php
<11> Is anyone alive?
<12> yes, hahaha
<12> :P
<8> alive is a very subjective word...
<13> problem: after creating an image from a file... i transform it and the new image has content (checked with imagejpeg) but if wanna write it in a database it writes Resource id #xx
<13> any help would be verry apreciated
<8> oh what was that...
<8> Can you give me the exact error?
<8> I had that problem... can't remember how I resolved it. (I've had so many in the past few days, lol!)
<14> hi
<14> If value="18-99" how to make 2 variable for 18 and 99 example $age1=18; et $age2=99; ?
<15> Is there anyway to make an online chat with PHP?
<15> any methood or something?
<16> :?
<16> you could make a hax one that refreshes the page
<15> that ****s :(
<15> refresh every second and hear the click click sound...
<15> if you could give me a way to hide that damn click sound... that would be cool :)
<7> Ok so..
<17> hy all
<7> Now im working with sockets, I really wish php was natively multithreaded
<18> Hello everybody.
<18> index.php extension_loaded(xml) phpsysinfo requires the xml module for php to work
<18> What I have to install exactly ?
<7> php.net/xml ?
<7> Jeeze.. Dont use the manual Mird***
<18> hum ?
<18> I'm installaing via apt-get ..
<18> I must find the name of xml module
<7> ...
<7> do a ****ing apt-cache search
<7> I dont know the name of it on apt-get
<7> nor will anyone else.. so stfu
<19> Hello. Im pretty new to PHP, and im trying to gather the data from a form and send them to the system(a program). I can get the values, store them as variables and send them to other websites, but how do i send them to a program running in the background? (not asking for hte solution, but what "keywords" i should be googling, or what i should read up on)
<8> $_POST
<7> That isnt what they mean at all :P
<8> I've also found some great tutorials at http://www.tizag.com/
<7> Djow-: Um.. Not sure what exactly.. but http://php.net/exec will have links somewhere to what you need
<8> can I use "or" in a case statement with switch?
<20> let it fall through
<20> ie.. forget to put a break in
<8> ok...


Name:

Comments:

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






Return to #php
or
Go to some related logs:

chekerap
#linux
#teens
#AllNiteCafe
nofs
las perras del eldim
wow : dps meter
#chatzone
ausnet irc servers
#linux



Home  |  disclaimer  |  contact  |  submit quotes