@# 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 28 29 30 31 32 33 34 35 36



Comments:

<0> :D
<1> TheWarden: really, the graphics aren't great. but it's got a funny soundtrack and story. the gameplay is very different than any other game i've played. for example, you use both analog sticks to control a character with a sticky ball. the object is to roll up things to make the ball bigger in a time limit. it's a snowball effect, too. the ball gets bigger the more you roll up. you start with puny flowers and things and eventually you're p
<2> b1n0ry: mmm sounds interesting... game only for PS2?
<1> TheWarden: i do believe that it is
<1> though i'm not positive
<2> b1n0ry: damn, don;t have a PS2... mmm gamespot.com should tell me
<1> the story is that the "king of all cosmos" <broke> the sky so you're on earth to roll up big balls that can be used to replace the stars.
<3> I need to download an html page from the commandline. I want to use CURL but I don't want to see all the HTML comments, is there a way to do that?
<2> yeah PS2 and PSP only.. argh.



<1> you can come to my house to play
<1> lol
<2> HAiRYANiMAL: filter it out by grabbing the RSS feed if there is one.
<2> b1n0ry: oh not to day b1n0ry... my mom won't let me come out and play... to far to travel :-)
<3> its just an html page
<3> with a ton of comments, and I just want the 5 lines of actual text, like i would see in my web browser
<2> HAiRYANiMAL: well can't possibly using CSS to exclude it?
<1> lol, there's a very lengthy article on wikipedia about it
<2> that place has everything
<3> i dont understand your last comment
<2> HAiRYANiMAL: well I don't know much about CURL but, I was saying can you excluding the comments using CSS... or identify just the content you want based on a certain pattern?
<3> okay
<3> i want it to download all the content but just display the couple of lines
<2> yeah... not sure directly. other than what I mentioned.
<4> Hmm, I'm trying out the PHP/MySQL tutorial, and I put in the sample text, edited the username and p***word, created teh database using phpMyAdmin, yet it always responds with 'Unable to select database' which is issued by the @mysql_select_db($database) or die( "Unable to select database"); line.
<5> if one has questions about the mysql-php-extension or whatever it's called, should one ask here or #mysql?
<6> here...
<2> Marupa: trace your log files for errors... what do they say.. mysql log, php error log, web server logs? Is the connection getting into the server? Does the user have permission to that database ,etc.
<1> Marupa: did you grant permission to your user (used in the mysql_connect line)to access the database name that you are storing in $database?
<7> poor newbie OO question: http://pastebin.com/595244
<8> Hi channel
<4> I've got a phpbb, and that works, which is the wierd part. they use the same username and p***word.
<1> pluffsy: if it's a question about the php side, here. if it's a question about your distro and setting up a precompiled binary, then #yourdistro, if it's a question about a mysql query, then #mysql.
<8> Wich's the maximun rows in textarea for send by POST ?
<1> Marupa: that doesn't mean that the username/p***word that you use to connect to your phpbb database is the same username/p***word that you use to connect to the database for your tutorial.
<9> Kurisuteru: p*** $db_object to the constructor
<4> wouldn't they be if I set them to be, though?
<2> Wilfredo: I believe the only restriction you have is set in your php.ini file.
<7> I do /so/ not completely get my head around the OO way...
<9> new User($db_object)
<7> winmutt: k, that's one way I thought it possible, thanks
<10> I have a error related to http://bugs.php.net/bug.php?id=35029 , but i have PHP 4.4.2 and Apache 1.3.34 ( segmentation faults with multiple include virtual requests ), i tried upgrade, remove, re install, and nothing solve the problem, i got this too: signal Segmentation fault (11). Thanks in advance.
<8> TheWarden, Who's that restriction?



<9> then in function __construct ($db) {$this->db=$db;}
<9> Kurisuteru: be ware: you cannot clone db handlers
<9> Kurisuteru: also what version of php are u using
<5> b1n0ry: alright. I *think* it's about the php side. I can access my mysql server from a GUI for mysql. But phpMyAdmin says "The server is not responding (or the local MySQL server's socket is not correctly configured) " does that mean something is wrong with the php-mysql-extension? (sorry, seems like an obvious question. just wants to make sure)
<1> what's the difference between using function __construct() and function cl***name()?
<2> Wilfredo: well it's set in the php.ini file on the web server... I believe. look it up in the PHP manual... if you don't have access to the php.ini file you can do some fuction calls to change it.
<7> winmutt: I'm on 5.1.2
<11> anyone know why this would break my javascript when loaded into a main php page? http://pastebin.com/595251
<8> TheWarden, I undestand u , but I need to know the exactly who is the line or sentence
<9> Kurisuteru: ok have fun. oop is good stuff if you learn how to use it properly
<12> does it seem to make any sense that i can open any external URL using "fopen" and "fgets" but only if its an URL on the same server that is running the script i need to replace "fgets" with "fp***thru" or my buffer stays empty?
<2> Wilfredo: give me sec then...
<4> Ok: here's what I did: I went into webmin, created a username and p***word, gave it all perms, went into phpmyadmin, created a database, used the same username/p***word/database for the tutorial. What went wrong?
<8> TheWarden, Thanks for all
<7> winmutt: thanks :)
<2> Wilfredo: you want to change the post_max_size....try these http://ca3.php.net/manual/en/configuration.changes.php, http://ca3.php.net/manual/en/ini.php#ini.list and http://ca3.php.net/manual/en/function.ini-set.php/
<7> winmutt: Sorry, but what did you mean with "cannot clone db handlers"? Just so I don't accidentally do something stupid :)
<2> Marupa: I say you would have to check permissions on the user to see if the user has access to the database and to the server itself...... check all the logs to trace this and check MySQL to verify all permissions are set correct so the user would have access to use the database.
<8> TheWarden, but Wixh's the directive ?
<4> I've always used phpmyadmin and webmin to do it, I don't know where the logs are. >.>
<2> Wilfredo: I gave it to you post_max_size and use ini_set() function to change it. The rest of the info is in those links.
<13> I just through a php script in my cgi-bin directory, gave it permissions 755 and put #!/usr/local/bin/php at the top and put <? phpinfo() ?> as the script, it didn't automatically spit out any headers, no $_SERVER array, etc......is there a way to run php as a cgi and get all this stuff as if you were running it as a module?
<8> TheWarden, Oh ok, post_max_size, thanks
<2> Marupa: if you have webmin setup correctly I believe you can go into the logs via the interface. but can't recall where its located in it. The location of the log files different from system to system and how it's configured where to place them. For me it's in the /var/lwww/logs/ or /var/logs/
<14> Can anynoe explain what <<<_ does
<15> is Teliax ok with using * ?
<10> I have a error related to http://bugs.php.net/bug.php?id=35029 , but i have PHP 4.4.2 and Apache 1.3.34 ( segmentation faults with multiple include virtual requests ), i tried upgrade, remove, re install, and nothing solve the problem, i got this too: signal Segmentation fault (11). Thanks in advance.
<15> ohh wrong channel
<15> sorry
<16> !tell inono about heredoc
<16> inono: That should explain it. :)
<4> Ok, so if I go to 'database permissions' and set it up to 'all', that would work?
<14> nice
<14> thanks
<16> Welcome.
<14> I just saw this syntax first time
<14> looks useful
<16> It can be... it can also be misused like a lot of other things in PHP too.
<12> what is the difference between "fgets" and "fp***thru"


Name:

Comments:

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






Return to #php
or
Go to some related logs:

#css
offensivecomputing -dailydave -full disclosure
page_fault_in_nonpaged_area kqemu
ubuntu ltermcap
nzbget ubuntu
#bash
ubuntu mount cue
#math
FC5 amarok symbol lookup error
#linux



Home  |  disclaimer  |  contact  |  submit quotes