@# 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> gonna pwn the teacher
<1> s/computer science//
<2> geeze
<2> lol @ pwning the teacher
<2> i'll come teach your cl***
<3> No I can't
<3> and I don't want to
<4> ****ing piece of crapping **** ridden rabbid dog mouthfoam all over your face
<4> there feeling better,. thanks for letting me drain guys
<5> o_0
<6> how could i use own-made module php directive openbasedir ?
<7> Ola =D
<8> who`s online?
<9> who cares ?
<10> hello



<10> a newb question: whats your opinion about phpnuke?
<9> crap, bye
<9> beside being always the same lame 3 pane layout being able to see on the first look a site was made with nuke, as overloaded as most are, its a plain security hole
<10> thanks
<10> do u know something better?
<9> for what
<10> somethink like phpnuke
<4> DeVoRaToR, mint your own
<9> another overloaded security hole is postnuke, heh
<10> yea,but someone askt me: "how can i make a website?"
<4> DeVoRaToR, all those are constant hacker targets because they are easy as hell to hack
<8> can someone tell me from where I can get a php script to generate a html page for 1000 mp3s ?
<9> Gavish: you write it, takes about 10 mins
<4> less if you have the database schema already laid out
<8> I need something big
<9> big ? right
<8> I don't know to write abig script
<8> irzyxel
<4> no you need to learn and a brain capable of just that
<10> and how could u escape easy if someone need quickly a website? phpnuke :p
<8> I want something related to komp3.net
<9> DeVoRaToR: define quick
<4> DeVoRaToR, quickly done,. quickly haced, quickly in tears
<10> :))
<9> DeVoRaToR: whats the point of using some premade layout crap a thousand other websites use as well ?
<5> Gavish> damn you still asking abotu that stupid site
<10> u dont loose time for others when they askt u how to make a website :p :)
<8> yes twysted.... u said to look for search script right?
<8> I installed one...
<8> and it is not what I need
<8> can you take a look on komp3.net /
<8> ?
<5> i vote we ban the romanian
<10> hey!!!
<10> i know u are right
<10> i dont think that phpnuke or something like this is good
<10> i know that the best way is to make your own website
<10> i didnt askt about phpnuke for me
<10> beacuse i need more
<10> and i try to make and learn more,when i need
<10> nevermind
<4> never will :)
<10> i know and i agree:
<4> HA this is hilarious, the buildings intercom is linked to my phone line so i open the front door with the phone, as it happens when the intercom rings my shoutcast stream gets cut off
<4> :O
<11> Is there a way to get PHP to print out the schema of a MySQL database into an XML document?
<9> heh
<9> according to whos dtd
<11> Well see, I don't know much about XML and XSL and DTD's really.. I'm just learning all that crap. I just want to be able to download a servers schema to temporarily recreate it in a client application
<9> why you need xml for that
<11> that's what everytime I make an update to the master server, I don't have to send out a new version of the client application
<11> figured it's the easiest way with the resources I have
<9> sql dump ?
<9> or sql update script
<11> I have the application downloading information via PHP right now, but I'd like it to be able to build a temporary database as well
<11> how do those work?
<9> http://www.google.de/search?hl=en&q=mysql+dump
<11> And you can do that through PHP?
<9> xml is text
<9> so sure you can
<9> loads of work tho



<11> I was wondering if there was some easy way I haven't found
<11> like XML->PrintSchema or something
<9> what would that give you ?
<11> I'd have to excute this through the external commands huh?
<9> external commands ?
<11> in theory it would give me the table/field layout of the database... or so I would think
<11> isn't that what a schema is?
<11> and external commands meaning "shell access" via the php shell function.. I can't recall the actual term right now
<11> please excuse my inexperience
<11> shell_exec is what I'm talking about
<11> I'd need to use that to perform the mysql dump
<11> correct?
<9> http://www.w3.org/TR/xmlschema-0/#PO
<11> gotcha.. so my terminology is wrong
<11> basically what I should be asking is... is there anyway to easily output the design of a database into an xml document
<4> Crucial, basically, its dead easy to get a db schema, and its dead easy to parse that into xml
<4> two separate things, thats all
<11> awesome.. that's what I was hoping
<11> I figured it wasn't too difficult...I've done it in other languages just haven't found the right functions in php yet
<12> Hi guys, is there a way to send data through POST to a page as well as redirecting the user there, basically i have some process that gets data from several places and then redirects to a new url http://example.com?b=1&c=3 etc etc thing is i need to redirect use to same url but withouth the variable through get but through post. any ideas?
<4> its not really a functions since the dtd you ll use to generate parseble xml will be user defined,. its more a method in its own right,. a technique of sort
<4> a moment where your artistic self meets your coder inside
<11> lol yeah
<11> i guess because I had the wrong terminology my searches were coming up with the wrong stuff.. which is why i was confused
<4> tachu, use "post" in the form method?
<4> Crucial, you ll have to build a function yourself that 1)understands your db schema and 2) adds the apropriate tags
<12> problem is there is no form, basically all the date i collect from a database
<4> use sessions then
<12> not from a form, there is no form involved i know with curl i can do a post request but basically i need to make it as if the user had mad the post not my server.
<12> the data needs to be sent through a post to another server not my local server
<11> I think what he's asking is how does he send form information to a php page without actually having another page post that information.... direct client to webpage interaction
<9> umm,you cant ?
<1> tachu: try some js magic.
<13> is it possible to make the height of an image generated with imagettftext() increase automatically? Because i'm trying to make pngs of all my textfiles.. I want a constant $width and a dynamic $height ... Ideas? :)
<9> vcarson: thats bull**** in general and doesnt make sense specifically
<13> irzyxel: thats a nice thing to say.
<9> you are writing it
<9> so its up to you to calc that stuff out
<13> okay
<9> beside text as image being incredibly lame
<9> and not protecting anything
<13> thats not the idea either.
<13> anyways, thanks though.
<14> Hi I got this error " PHP Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 4096 bytes)" I did my research and I got pointed php.ini .. I moved the var "memory_limit" to 32M .. And I still got the same message .. Did I miss something ? Thanks !
<15> Adyl***ss, what was the script doing when it occured?
<16> I need someone who is very goog in php, mysql ... In P.V Please !
<14> Redeemer, hi .. Its a mirror of wikipedia that I try to do
<17> bah, back now... sheesh
<14> Redeemer, Its only when I try to read a big page
<15> uhuh
<15> what function are you using for that ?
<14> Well, Im not a php programer (( So I have no idea, just trying to get it to work
<17> Adyl***ss: that means your host has memory_limit set to ~20 megs
<4> sorry Nikita- am not goog at php
<15> mmm
<4> Adyl***ss, you said you changed the setting in php.ini,. did you restart the server afterwards?
<14> DWism, Yeah I give multiple try to "memory_limit"
<16> I have a problem with a PHP FORCE download code ... and I'm trying to find the problem ... but I only know the base of php ... and I can't find the problem .... Is anybody can help me ????
<14> Ophiocus, yeah , for sure, I rebooted also
<15> what platform is the server on ?
<14> DWism, Ophiocus Redeemer , It run Linux (RHEL 4.2) .. I give a lots of try on that var .. There is the error message : [client 192.168.1.230] PHP Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 4096 bytes) in /var/www/html/mediawiki/includes/Parser.php on line 3069, referer: http://heracles/mediawiki/index.php/Main_Page
<15> oh :)
<15> what ammount of RAM does it have?
<15> you can try putting like 80+
<14> 12 gigs
<14> I did 128M
<15> and no luck ?
<4> 12gigs ram?
<4> boy whats your fps on quake4 :D
<15> :))
<14> No .. I got all the time the SAME error .. Looks like I got overrided on that ..
<15> probably has upper limit
<14> Ophiocus, Maybe 1 or 2 fps (with nice interated card)
<4> heh


Name:

Comments:

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






Return to #php
or
Go to some related logs:

guys4men
#linuxhelp
gentoo horde howto
Fedora 4GB process 64bit
french pronounce encule
#java
better than phpmailer
#linuxhelp
#mirc
#linux



Home  |  disclaimer  |  contact  |  submit quotes