| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Comments:
<0> hm <1> can anybody tell me what indexOf do? <0> indexOf isnt a php function <0> indexOf is a javascript function (usual) <1> ok..sorry .. i saw this in a *.php file <2> ... <0> d3m0n_FR... it do the same as strpos <1> ok, 10x <3> Hi everyone! I just finished coding a php script for a client and I suspect him from trying to resale it without my authorisation <4> and what do you expect us to do? <0> then kill him <0> or cry <0> you choose <3> do you guys know of any good way to protect php script? I have look at SourceGuardian and was wondering if there was any other tool for that <5> Hey guys I've got PHP Apache and MySQL all installed on my computer, all the tutorials say that mysql_connect should work if I use 'localhost' as my first parameter, but I'm getting a "mysql_connect(): Can't connect to MySQL server on 'localhost' (10061)" error. Is there something in the setup that I'm missing? <3> phpgeek: I will cry then :P
<6> fubar26: Zend Encoder <3> oki I will look into that tks SubFreeze! <0> AZIH... Hmmm the problem is the mysql not php <6> Azih: make sure MySQL server is running correctly on your machine. <5> well the command line app works fine. I connected to it using the username and p***word that I'm using in mysql_connect. <6> Azih: Put in '127.0.0.1' as your connect-to address <7> hi all <6> MacGuyver: Change your name <6> thanks. :) What's up? <8> well <4> DCC SEND "1234567891011" <8> i would like to know if i am able to set the php.ini (safe_mode) settings <9> rofl <9> thats a lot today <6> Newname: From PHP, or by editing the php.ini file? <10> depends on how php is installed and your post, try it and see <9> lala <9> s/post/host <8> well when i run the instalation script it says : <8> ERROR: please turn off safe_mode in your php.ini file configuration. <8> but <9> ... <8> no clue where i can find that file <5> no joy SubFreeze. <9> are you your own host? <9> or do you get someone else to host <8> i have a hosting package <8> but <8> this script has ran before <9> you cant <8> on another hosting package <8> and the new host has better spec. <9> yeah they are probably smarter too <9> thus turned on safe_mode <8> so i have to ask them to install the script ? <9> no <4> you wont be able to use the script <8> omg <8> bad news <8> litle queit now <5> If I can connect to MySQL through command line client then I should be able to do the same though mysql_connect right? <10> some hosts you can turn it on and off, could try <8> true DirectAdmin panel? <9> (we don't realy help with premade scripts) <9> it might be a good idea to ask the maker of the script why it requires safe mode <8> ok <9> er <8> sorry and thnx cause i was looking and looking... <10> it requres safe mode beacuse the script write was an idiot <9> it requires not to be in safe mode <9> worded that wrong' <9> its a bit weird.. <9> Newname, k <8> AeDatingv4.1 <9> rofl <9> why do you want dating software :\ <8> well <8> cause i want my own datingsite :)
<9> make your own dating site? <8> :) how :) <9> with PHP <10> ouu the world needs more dating sites, and blogs, and ebay clones, and link farms <4> dating sites are gay <8> :( <9> Newname, put it this way, no one will use it <4> i mean hell theres only a million why do we need naother one <4> its like trying to make another social site like myspace its just stupid and not needed <8> cause mine has safe_mode on ;) <4> lol <3> SubFreeze: Have you used that Zend Encoder before? <9> pointless :\ <6> fubar26: Yes, but I've not got the time to step you through it. It's about 5000$ for the entire package at Zend to have it built into your server aswell. <3> wow... oki I see <3> that is one of the question I was wondering <3> so there is nothing for small projects <9> $5000? <9> uh.. <3> yah! <6> DuEy: For the entire setup, yes. <4> DCC SEND "1234567891011" <9> entire setup? <3> yes there is an optimizer and other things <9> optimizer is free <3> okay <6> DuEy: Yes, Encoder is pretty much free, but if you want optimizer, encoder, etc.. on your server with the license, you're looking at about 5g <9> encoder is like $100 <3> okay.. but i guess there is a way to get encoder only right <9> (not sure last time i looked <9> + free optimizer <9> = $100 <3> ok but once encoded do you need anything installed on apache (i guess so right) <11> I, somebody know if it's possible to display the user email adress when he come on the web site. <12> http://www.yikers.com/video_guy_punches_through_his_mind.html <-- what are the ods of that being real? <12> PR_St-Laz, unless you requested it in the past and stored it in a session, no, you wont be able to show anything. <11> THX _PhanTaSm <3> I guess the best thing would be the small business program right? --> http://www.zend.com/store/software <13> what kind of table I have to create to get information like this 18-99 ou 100-200 and I need default value ? in mysql ? <14> char or varchar <3> varchar <15> guys, you ever used the mod_rewrite in apache? <14> sure <13> i try varchar the problem is I dont get default value like 0 <12> You'll probally want the column type to be some sort of interger, then just 'SELECT whatever FROM table WHERE column BETWEEN 18 and 99 <15> i try rewrite in .htaccess that i have under folder /1 on my docroot <15> RewriteRule ^foo\.html$ bar.html <15> but it wont redirect to bar.html <15> http://westbay.klitt.net/1/foo.html <15> any ideas? <15> i have enabled mod_rewrite in httpd.conf <15> been there, done that <13> if($height!=''){ it ok ? <13> in my DB i have nothing <12> HP Presario V2000Z + All-in-One $450 AR AC + tax @ Staples <-- heh almost worth buying just to toss around <13> if($height!=''){ it ok ? <13> in my DB i have nothing <12> Sure or even better... if(!empty($height)) { <13> if(!empty($height)) { it if it not empty ? <12> Yep, if not (!) empty. <13> not work it give me this cr_members.height>='' and cr_members.height<='' and <13> and the colum height is empty <12> Are those defined vars? <13> if(!empty($height)) { <13> $qrymysearch .=" cr_members.height>='$height1' and cr_members.height<='$height2' and"; <13> $qrymysearch1 .=" cr_members.height>='$height1' and cr_members.height<='$height2' and"; <13> } <16> hi i am getting this error: <16> Warning: Cannot modify header information - headers already sent by (output started at ./menu.php:71) <16> login.php on line 46 <16> and that line is the cookie that i set <17> make sure u dont output any html before the header call <4> that means your code has headers and the headers are already sent in the page :) <18> try change-ing in php.ini output_bufferin from off to on ...
Return to
#php or Go to some related
logs:
what time is in London? horde unable to connect to localhost:106 passwd/lib/Driver/poppassd.php jinsert Smarty
#AllNiteCafe 12WHAT IS THE SMALLEST MAMMAL?
www.myfriendshotmum #linuxhelp #london Kimberly Berly
#teens
|
|