[PHP] Netscape6 and Javascript

2002-05-18 Thread wolf
Hi, I need help for an non-php-problem. I've a frameset with 2 frames. There is a TOPframe with the name "topframe" who contains an input-Field. in the form named "mainform". The BOTTOMframe contains a link. With the link I have to change the value of the input field in the TOPframe. The

RE: [PHP] while-question

2008-11-17 Thread Wolf
27;ll continue to dabble and see the pay for it. My alma-mater tried to stay current to some degree, but when they let someone who wrote the C++ book try to teach it, well they gave that person more rope then they needed. Tedd, glad you got hooked on Phonics. One of these days I hope from gra

Re: [PHP] Help with understanding an error

2008-11-24 Thread Wolf
== 0) { > ?> > * STFW as Google has the answer.. But... you need to actually provide MORE of the code, since the error pretty much tells you that you don't have a connection to your database. Not a PHP issue really. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Help with understanding an error

2008-11-24 Thread Wolf
Bottom POST when mailing the list. My responses inline and at the bottom Terion Miller <[EMAIL PROTECTED]> wrote: > this was the code I posted that accidentally only went to Wolf: > > what does STFW mean? http://www.google.com/search?q=STFW&ie=utf-8&oe=utf-8&

Re: [PHP] PostTrack Reminder

2008-11-24 Thread Wolf
oming holiday to my fellow US Americans. > > Everyone stay safe. > Sure Dan, just pad your metrics with yet another post... :) Have a good Thanksgiving as well! Make sure to eat lots of turkey so you sleep through the list emails! Wolf -- PHP General Mailing List (

RE: [PHP] question about corrupt db?

2008-12-01 Thread Wolf
p://www.onshore.com > > I put this: > ini_set('error_reporting', E_ALL); > ini_set('display_errors', true); in the top of the pages but no errors are showing -- Then that answer would be no You need to actually look at your error logs as if the serv

RE: [PHP] $_POST suddenly empty; $_GET and _$REQUEST fine

2008-12-03 Thread Wolf
troubleshooting... == Did you check the apache logs or the php error logs? How about disk space on the server location where it is storing it's temp files for the server? I've seen something similar when disk space was nil after some scripts ran amok. HTH, Wolf -- PH

Re: [PHP] Will not report errors what can I do

2008-12-04 Thread Wolf
to do it via one of the other methods, however if he HAS set it up via other methods, you normally HAVE to restart the server processes so that they re-read the PHP.ini file so they actually will DO the changes that you have made to them. Otherwise you are just wasting more time. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Downloading file from local network machine

2008-12-05 Thread Wolf
, no more problem. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Poll of sorts: Javascript Form validation or PHP

2008-12-05 Thread Wolf
validate everything on the server side. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php client

2008-12-14 Thread Wolf
forms. But then, you can do that with CGI/Perl as well... But at this point, stfw and go for forms. Htmlgoodies.com is a good tutorial place to go.. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Require error

2008-12-19 Thread Wolf
t; > >> I have no idea what's going on. All the files have 777 perms. > >> > >> -- > >> --Zootboy > >> > > > > Are you trying to require itself? Change your line to: require('$incl') or die('File not found'); Require can be dork about things like this, I normally wind up handling to fiddle with the coding for them. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Require error

2008-12-19 Thread Wolf
sean greenslade wrote: > On Fri, Dec 19, 2008 at 12:43 PM, Wolf wrote: > > > Bottom Post > > > > sean greenslade wrote: > > > No. The file is called testing.php and it is trying to include sql.inc > > > > > >

Re: [PHP] Require error

2008-12-19 Thread Wolf
Kyle Terry wrote: > On Fri, Dec 19, 2008 at 9:43 AM, Wolf wrote: > > > Bottom Post > > > > sean greenslade wrote: > > > No. The file is called testing.php and it is trying to include sql.inc > > > > > >

Re: [PHP] First record not diplaying

2008-12-22 Thread Wolf
our homework and with the previous postings you have written, it is pointedly answering different places you have stumbled in your work and haven't checked your book, the online resources, or a TA. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] RSS Feed on my PHP site

2009-01-05 Thread Wolf
.. Google sure had a number of responses... http://www.google.com/search?q=adding+RSS+feeds+to+site&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Couple of beginner questions

2009-01-09 Thread Wolf
Gary wrote: > I've done a number of sites in html and am now venturing into php. > > Can I create a page in html and insert php code that will work? (for > example, take an existing page and insert a date command) Yup > Can I create a page with the php extension that contains only cont

Re: [PHP] Couple of beginner questions

2009-01-09 Thread Wolf
Eric Butera wrote: > On Fri, Jan 9, 2009 at 12:22 PM, Wolf wrote: > > > > Gary wrote: > >> I've done a number of sites in html and am now venturing into php. > >> > >> Can I create a page in html and insert php code that will work? (for

Re: [PHP] Can this be done?

2009-05-05 Thread Wolf
gt; Thanks, > T.Miller > Sure it can be done... Change your script so that it has the following: 1. array with the page names/urls in it 2. foreach loop right after the array to parse it 3. in the current place of the file name, but the variable 4. Make sure to close the foreach loop IE: HTH,

Re: [PHP] Can this be done?

2009-05-05 Thread Wolf
"Miller wrote: > > > > On 5/5/09 9:23 AM, "Wolf" wrote: > > > > "Miller wrote: > > Ok I have a script that grabs data from a page and puts it in a db, I need > > to run this script 26 times on 26 different pages on the sa

Re: [PHP] What is this called?

2009-07-06 Thread Wolf
ng query that you want to do, but I'd not recommend doing it to store it in a session. You can store all that stuff into a session, but you risk putting a greater load on the users session then you would be putting on the database server. If you are running MySQL, go get a 486, put Fedora

Re: [PHP] Clean break.

2009-08-04 Thread Wolf
00] ... more stuff here" $pos=strpos($STRING,"["); $pos2=strpos($STRING,"]"); $L=$pos2-$pos; $NString=substr($STRING,$pos,$L); $pos3=strpos($NString,":"); $D=substr($NString,0,$pos3); $pos4=$pos3++; $T=substr($NString,$pos4,8); echo "date=$D"; echo "time=$T"; untested, but that should be pretty much all you need. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Dan Brown

2009-08-04 Thread Wolf
good thing. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Time keeping in DB

2009-08-05 Thread Wolf
y the info/user off that, it should allow you to expand as needed. HTH, Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Site Hacking Tools Revealed

2007-03-04 Thread Wolf
. They are set to display their source only, a couple of them do not display their Source, but I am sure that if you look on the web for them as they are named on the link, that you will find what you seek. http://ambiguous.dnsalias.net/ Wolf -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Can a Form Action transfer to another file that is a form?

2007-03-15 Thread Wolf
You can either split them off, or you will need to POST encode the data and pass it along to the next page. I'd have to see how the entire process/scripts were running to give you a good code sample, but if you want info to pass from one page to the next, POST it Stephen wrote: > I have a script

Re: [PHP] simple form web site up date

2007-04-15 Thread Wolf
I cheat for some of mine. I just write what I want/need to a MySQL with form inputs and then the page just queries the database. takes it 0 time to do it that way, and in case there is something screwed up date-wise, they can go in and fix it without too much hassle. Wolf Joker7 wrote: I

Re: [PHP] CSS vs. Tables OT

2007-04-18 Thread Wolf
OK, so I like sticking my nose in sometimes... Accessibility Standards and being bobby approved. http://webxact2.watchfire.com/report.asp?t=2#priority3 on http://lonewolf.homelinux.net/ Is just about as good as http://www.csszengarden.com Just the same 1 error :) -- PHP General Mailing List

Re: [PHP] CSS vs. Tables OT

2007-04-19 Thread Wolf
That, and the big OT at the end means Off-Topic... So if you don't want to get OT, just hit delete. ;) tedd wrote: At 8:59 AM +1200 4/19/07, Bruce Cowin wrote: Now can we please close this thread! There are better forums to discuss this - it has nothing to do with PHP!! Lori Lori: True,

Re: [PHP] How Best to Maintain Sort Order Field

2007-04-20 Thread Wolf
IMO, you don't WANT to change that behavior. The category_id should remain as a auto-fill field for the database itself, then just sort the results of your categories by name or order instead of by id when displaying out to the page. HTH, Wolf Stephen wrote: I have created some PHP sc

Re: [PHP] PHP & Text Messaging

2007-04-20 Thread Wolf
What I found to work was @provider.whatever The pain was just in finding out which provider used what sub-domain for their clients. But it works for all of them that I have needed to send to. HTH, Wolf Philip Thompson wrote: Hi. I have attempted to look at the archives for this, but keep

Re: [PHP] A simple PHP script to generate a Pie Chart based on SQL query

2007-08-27 Thread Wolf
http://www.hotscripts.com/PHP/Scripts_and_Programs/Graphs_and_Charts/index.html or http://www.phpclasses.org/browse/package/1063.html or http://www.google.com/search?q=PHP%3A+Pie+Chart&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a I've used the PHP classes one onces b

Re: [PHP] date formatting

2007-08-29 Thread Wolf
Just have your input form get it in sections, then piece it all together when dumping it to MySQL This way you can transparent the code on the front to users, but have it in the right format in the backend. Mike Ryan <[EMAIL PROTECTED]> wrote: > I would like to have my users input the dat

Re: [PHP] Re: Public Announcement

2007-09-10 Thread Wolf
It's such a good bit of software, the website to learn more about it is completely useless. Gotta love it... "M. Sokolewicz" <[EMAIL PROTECTED]> wrote: > 1. Who are you? > 2. What is this? > 3. Why should I care? > 4. Don't spam. > > Sascha Braun - CEO @ Braun Networks wrote: > > The Sp

[PHP] look at all files, then go elsewhere

2007-09-11 Thread Wolf
;) { echo "$user not found in any BP_CSV files, now running LDAP check"; ldap_check($user); } else { // ok, found the person, run the function userprofile($userinfo); } } } } } } else { //original data has contents, go after user data

Re: [PHP] Getting line count of a text file

2007-09-12 Thread Wolf
$command= escapeshellcmd("cat {$file} | wc -l"); // Run command and capture results $count = exec($command); "Frank J. Schima" <[EMAIL PROTECTED]> wrote: > Hi all, > > > In PHP 5, I'm counting the number of lines in a text file using the > following code: > $myfil

Re: [PHP] Getting line count of a text file

2007-09-12 Thread Wolf
We all know REAL servers are *nix... :) And his path is *nix based... :) Nathan Nobbe <[EMAIL PROTECTED]> wrote: > On 9/12/07, Wolf <[EMAIL PROTECTED]> wrote: > > > > $command= escapeshellcmd("cat {$file} | wc -l"); > > // Run comm

RE: [PHP] Getting line count of a text file

2007-09-12 Thread Wolf
Novel approach... But mine's less typing. :) never thought of using awk for it though. Good one! :) bruce <[EMAIL PROTECTED]> wrote: > hey... > > if you're going to do the system approach, go ahead and use awk/cut... > > wc -l foo.txt | awk -F' ' '{print $1}' > > should work assuming

Re: [PHP] 500 Internal Server Error

2007-09-30 Thread Wolf
Either change your PHP installation to be C:\php Or you need to learn how to write: C:\progra~1\php Wolf Francisco Frost wrote: No, it's not, but I found out by enabling the show errors in php.ini that for about 80 items it's saying "PHP Startup: Unable to load dynamic libr

Re: [PHP] manipulating CSV files

2007-10-01 Thread Wolf
/ $filename=""; // Name of your CSV file $file_path = ""; // whatever your files are pathed $filename = $file_path.$filename; $handle = @fopen($filename, "r"); $k=0; $entry = $file_path . "entry_file.txt"; // I use this to make a new entry file $entry_file = fopen($en

Re: [PHP] manipulating CSV files

2007-10-03 Thread Wolf
Sure, just use the code I/we provided as the basis for what you need. When you get stuck, post your code and we'll be happy to look at it for you. Wolf pere roca <[EMAIL PROTECTED]> wrote: > > hi Wolf and Jim, thanks for the answer! Very useful. > Now It would

Re: [PHP] This, then that.

2007-10-19 Thread Wolf
actually, you could run it by 1. making the page 2. flushing the output buffer (which puts it in the screen) 3. run the 2nd script tedd <[EMAIL PROTECTED]> wrote: > At 12:06 AM -0400 10/19/07, Nathan Hawks wrote: > >If by "creates a web page" you just mean it echos output to the browser,

Re: [PHP] Can a PHP script process a file on a remote computer?

2007-10-24 Thread Wolf
Go into your php.ini file and increase the script timeout length, which should allow the upload to finish. Jon Westcot <[EMAIL PROTECTED]> wrote: > Hi all: > > I'm working on a project that requires frequent updating of a large > amount of data to a MySQL database. Currently, I'm tr

Re: [PHP] SMTP unable to relay

2007-10-25 Thread Wolf
As previously posted, you need to work with your mail server admin. sendmail is not normally on WinDoze boxes, so do some googling for the setup you have, and talk with your admins to see what you need to do to get it set up to work correctly. Wolf Diana wrote: > I have tried settiing

Re: [PHP] Re: SMTP

2007-10-25 Thread Wolf
As previously posted, you need to work with your mail server admin. sendmail is not normally on WinDoze boxes, so do some googling for the setup you have, and talk with your admins to see what you need to do to get it set up to work correctly. Wolf Daniel Brown wrote: > On 10/25/07, J

[PHP] Compilers

2007-10-30 Thread Wolf
Anyone use compilers (linux based or Windoze) and which do you use? Looking for something free (best) or low cost as we are doing some investigation on what methods are best for some of the stuff we have, and I'm thinking a compiled PHP app should run faster. Thanks! Wolf -- PHP Ge

Re: [PHP] Generating HTML table from MySQL table based on some criteria

2007-11-01 Thread Wolf
Sudheer, Post the code you are using and we'll better be able to point you in the right direction to get your code working. Wolf Sudheer Satyanarayana <[EMAIL PROTECTED]> wrote: > Hello, > > I have a MySQL table with four columns - userid, created_date, username &

Re: [PHP] More info on timeout problem

2007-11-05 Thread Wolf
not doing uploads. I have another server which has a 879M upload limit and has no problems with large files getting to it. Wolf Jon Westcot <[EMAIL PROTECTED]> wrote: > Hi Instruct ICC: > > > > I'm now wondering if some error is occurring that, for some re

Re: [PHP] Can I make a process run in background?

2007-11-06 Thread Wolf
You could CRON the script, write a simple bash script that polls the server and if the php script is not running, restarts it. * * * * * * /path/to/php Wolf Jim Lucas <[EMAIL PROTECTED]> wrote: > oops, didn't mean to reply off list. SORRY LIST! > > here is wh

Re: [PHP] PHP Programmers Needed

2007-11-12 Thread Wolf
It amazes me that you attack in one post then beg for help in another. Neither of which have you followed basic concepts such as: 1. posting your code 2. posting your output 3. describing your problem As for this post, it is common practice for contractors to post they are seeking some contract

Re: [PHP] How to query google pagerank from PHP

2007-11-12 Thread Wolf
Understandably you have found the code in perl here, but what PHP code have you written and are you stuck on in transmuting to PHP? Wolf mvh <[EMAIL PROTECTED]> wrote: > > I found it here > http://cpan.uwinnipeg.ca/dist/WWW-Google-PageRank > > Hemanth > www.V

Re: [PHP] freeing resourses after the end of the session

2007-11-19 Thread Wolf
Depending on how you are doing the session/image you could do the following: Then save that as a cron job that runs every minute or every 5 and (depending on site needs) and you should be good to go. Wolf Fernando <[EMAIL PROTECTED]> wrote: > Hello, > > I made a i

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
e able to do already? And wasn't this whole thing started with you looking for something that you were "already too much money into" to change for the next roll-out? So now you are fessing up to trying to get the PHP board to do your assignments for you? I sure hope your instr

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
eep during them. And yes, Stut's answers are great for the issue at hand, but you need to go back and follow the steps (possibly making sure to step A multiple times)... And I'd love to hear you recite the entire page. What's your number and I'll speaker-phone it. :-D Wol

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
> very basic, ALL books say to make this page when verifying PHP is installed correctly. I didn't assume anything, merely followed the threads. And since from the looks of things the thread has not changed, the back-story has... Well draw your own conclusions there. Wolf

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
tside the scope of your assignment. However some professors see that as insightful, YMMV. Wolf Brad <[EMAIL PROTECTED]> wrote: > I am very much aware of phpinfo() > Which has nothing to do with being able to edit the php.ini file! > > -Original Message- >

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
having your homework done and partied too hard this weekend?) and you should be able to get your stuff handled. BCC is the only way to send email without putting the recipients in the CC or To field. But do make sure you follow the correct syntax to include them. Wolf Brad <[EM

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
courses, the answers to your questions should be as obvious as the keyboard in front of you. If Stut's answer does not make sense to you, google concatenate in the dictionary (dictionay: concatenate), then re-read his answer. Your professor MUST have a bottle stored somewhere... Wolf --

RE: [PHP] two small issues with php mail

2007-11-19 Thread Wolf
) and {} are properly done and your ; are in the right spot, the rest normally takes some massaging to get right for what your needs are. As for the grammar and security clearance and whatnot well let's just say that when you took the breath and came back without attacking that it sho

Re: [PHP] two small issues with php mail

2007-11-20 Thread Wolf
s point, we need to just get his homework assignment parameters from "Brad" so we can see what next questions he'll have... I'm not sure he needs to do SMTP auth but even if he does, he's going to need to be able to write correct syntax and debug his code along the w

Re: [PHP] two small issues with php mail

2007-11-20 Thread Wolf
Jim Lucas <[EMAIL PROTECTED]> wrote: > Wolf wrote: > > Jim Lucas <[EMAIL PROTECTED]> wrote: > >> Per Jessen wrote: > >>> Brad wrote: > > > >> remember, he is wanting to setup SMTP auth. So he will not be using > >>

Re: [PHP] two small issues with php mail OT

2007-11-21 Thread Wolf
> > > > I nearly forgot all about that! HA! > > > -- > Daniel P. Brown > [office] (570-) 587-7080 Ext. 272 > [mobile] (570-) 766-8107 > > If at first you don't succeed, stick to what you know best so that you > can make enough money to pay someone else to do it for you. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php Anyone else besides me laughing their @$$ off at the fact that brad is one of 2 people who are "Federal Technologies Networks" sole contacts? And that their website has a flashy front page but drops to nothingness after that? I did make sure to email the lady mentioned in all of those previous emails of his code about the probable increase of spam as well as the probably server attacks. For any who aren't aware, sites such as this are culled for email/server information. So don't post stuff out here unless you're prepared for it. Course I use Thunderbird's filtering/learning and it gets 99% of it. :) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] two small issues with php mail OT

2007-11-21 Thread Wolf
around with the gmail search function, i dug this one : > > > > http://marc.info/?l=php-general&m=117921190509410&w=2 > > > > OMG I didn't even realize that this Brad with the homework stuff thread > was the same as that Brad who bragged about being engineer for military > and stuff... comparing the things he said in a couple of his mails shows > that he is at least 3 different people... that must be hard ;) > > greets, > Zoltán Németh > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php Yeah, same guy... and from looking at the previous thread, it looks like the website he was working on was done by someone else. It really looks like he has a shell company he is trying to get out there and failing on. Kinda sad really, since his aced English and Grammar courses didn't teach him the difference between hear and here... Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] CVS TO ICAL

2007-11-27 Thread Wolf
s=hBP&q=convert%3A+mysql+to+ical&btnG=Search Looks like lots of ways to do it... Where is your script busted? Wolf Mohamed Jama <[EMAIL PROTECTED]> wrote: > > > Hey Guys just wondering if there is a away to convert a cvs to ical file > or how to import from my

Re: [PHP] Nested include/require not working in 5.2

2007-11-27 Thread Wolf
Mike Yrabedra <[EMAIL PROTECTED]> wrote: > on 11/27/07 1:43 PM, Wolf at [EMAIL PROTECTED] wrote: > > > > > Mike Yrabedra <[EMAIL PROTECTED]> wrote: > >> on 11/27/07 11:46 AM, Jochem Maas at [EMAIL PROTECTED] wrote: > >> > >>&

Re: [PHP] Nested include/require not working in 5.2

2007-11-27 Thread Wolf
which is doing the include. > > > >> > >> Is there a fix for this or is it PHP causing the problem? > >> > >> > > > > > Here is what I have for include_path... > > include_path = ".:/usr/local/pear" > > E

Re: [PHP] Nested include/require not working in 5.2

2007-11-27 Thread Wolf
Mike Yrabedra <[EMAIL PROTECTED]> wrote: > on 11/27/07 1:53 PM, Wolf at [EMAIL PROTECTED] wrote: > > > > > Mike Yrabedra <[EMAIL PROTECTED]> wrote: > >> on 11/27/07 1:43 PM, Wolf at [EMAIL PROTECTED] wrote: > >> > >>> >

Re: [PHP] CVS TO ICAL

2007-11-28 Thread Wolf
Always make sure you reply to the list... And yes, you can export as an ical format, just look at an ical file and format your output to it. It's just like doing the CSV/CVS/TXT or any other file, you just have to put it in the right format with the right extension when exporting. Wolf Mo

Re: [PHP] Join question

2007-11-29 Thread Wolf
it should join. However if username george_by_george only exists in table 2, then you don't get a join happening. What you would instead want to do is run a loop through the second table and grep the username against the first table. If it exists, give them command to write table2.pass i

Re: [PHP] Join question [solved]

2007-11-30 Thread Wolf
ySQL stuff and see what I could dig up, it's been a couple of years since doing any DB work that needed any of that. Looks like the language and fun have changed since then! Gotta love improvements. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Banned from #php

2007-12-03 Thread Wolf
SUre, considering he only regexed the ID, though it would require 1) realizing it was a regex 2) being able to read the regex 3) going into the #php channel and not ask RTFM or STFW questions And no, I am not on IRC nor am I wolfpaws Wolf Nathan Nobbe <[EMAIL PROTECTED]>

[PHP] Securing your Sites

2007-12-16 Thread Wolf
until then, go through the scripts and poke around on your own development sites and see if you can lock your own system down. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Securing your Sites

2007-12-17 Thread Wolf
Funny, they should all be PHPS, source only and my last check only did them on the source viewing. None of them are executable in that folder. You got it from elsewhere. [EMAIL PROTECTED] wrote: > I want to personally thank you for 6 hours of work to remove the > PHP-Back-door Trojan, that down

Re: [PHP] Securing your Sites

2007-12-17 Thread Wolf
uch borked yourself. They are live code (hence why they were phps and should have just been source to view) and the only way to really pick them apart to view them. Considering that the code was phps and the server treated them as such never did my server execute them. Wolf Dan Parry wrote: >>

Re: [PHP] Securing your Sites

2007-12-17 Thread Wolf
they are now all tar.gz the AV scanners should all catch them as trojans, so you will need to tell your scanner to all you to access that folder, save it to your local drive and view the source in your favorite text editor to look at them. Wolf Dan Parry wrote: >> -Original Message--

Re: [PHP] control browser with tag

2007-12-18 Thread Wolf
>From a UI standpoint, this would be a reason why I would visit your site once then never again. If you don't want them to touch a page, make the current browser window change. And what you are looking to do uses javascript Wolf Hiep Nguyen wrote: > hi friends, > > i have tw

Re: [PHP] Re: fopen() for http:// sometimes working, sometimes not

2007-12-28 Thread Wolf
DNS issues Albert Wiersch wrote: > I'm now using PHP 5.2.5. > > Well, it seems to still be happening. This describes the problem but I > haven't found a solution that works for me yet: > http://bugs.php.net/bug.php?id=11058 > > Is it a PHP problem or DNS? It works sometimes but not other times.

Re: [PHP] First stupid post of the year.

2008-01-02 Thread Wolf
; ';','',$submit); > > I should know what to do, but in this case I don't. > > Help is always appreciated. > > Cheers, > > tedd > > -- > --- > http://sperling.com http://ancientstones.com http://earthstones.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] First stupid post of the year.

2008-01-02 Thread Wolf
gt; PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php $string="       A       "; $string=str_replace(" ","",$string); $string=ltrim(rtrim($string))); echo "The string is now:$string\n"; Outputs: The string is now:A Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sample script files with 3 different select boxes withmysql conditions in select boxes

2008-01-03 Thread Wolf
"Børge Holen" <[EMAIL PROTECTED]> wrote: > On Thursday 03 January 2008 16:55:41 Robert Cummings wrote: > > On Thu, 2008-01-03 at 09:52 -0600, Jay Blanchard wrote: > > > [snip] > > > I don't suppose any of you punks know the meaning of rhetorical? ;) > > > [/snip] > > > > > > Rhetorical? > >

RE: [PHP] client time zone?

2008-01-08 Thread Wolf
Sure, have a look on google for php: time zone class and you should be good to go! What code have you written so far to try using the data from the server? Wolf -Original Message- From: jekillen <[EMAIL PROTECTED]> Sent: Saturday, January 05, 2008 10:51 PM To: PHP Genera

RE: [PHP] Posting Summary for Week Ending 4 January, 2008: php-general@lists.php.net

2008-01-08 Thread Wolf
Looks like your cron job is set for every minute Don! Please disable it until you get the kinks worked out of it! -Original Message- From: Daniel Brown <[EMAIL PROTECTED]> Sent: Friday, January 04, 2008 7:24 PM To: PostTrack [Dan Brown] <[EMAIL PROTECTED]> Cc: php-general@lists.php.net S

Re: [PHP] /etc/php.init changes not honored

2008-01-10 Thread Wolf
reload apache "Ryan H. Madison" <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to increase upload_max_filesize beyond the 2M > limit. I've set this in my /etc/php.ini file, but every time I look at > the output of phpinfo(); the changes I make in /etc/php.init don't se

Re: [PHP] /etc/php.init changes not honored

2008-01-10 Thread Wolf
changes to be read. Wolf "Ryan H. Madison" <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to increase upload_max_filesize beyond the 2M > limit. I've set this in my /etc/php.ini file, but every time I look at > the output of phpinfo();

Re: [PHP] Posting Summary for Week Ending 11 January, 2008: php-general@lists.php.net

2008-01-11 Thread Wolf
I dunno Dan, my posts aren't showing up in the list, and this tracker has 92 of the 226 posts... ;) "PostTrack [Dan Brown]" <[EMAIL PROTECTED]> wrote: > > Posting Summary for PHP-General List > Week Ending: Friday, 11 January, 2008 > > Messages| Bytes

[PHP] changing the ini from a file

2008-01-16 Thread Wolf
But I was hoping to not have to make a separate folder for that. Anyone encoutered being able to change/disable the setting on the fly in a specific file? Thanks! Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] changing the ini from a file

2008-01-16 Thread Wolf
Daniel Brown <[EMAIL PROTECTED]> wrote: > On Jan 16, 2008 11:10 AM, Wolf <[EMAIL PROTECTED]> wrote: > > I'm using .htaccess to do > > php_value auto_prepend_file "auth.php" > > > > The problem is that there are very specific files that

Re: [PHP] changing the ini from a file

2008-01-16 Thread Wolf
Daniel Brown <[EMAIL PROTECTED]> wrote: > On Jan 16, 2008 11:33 AM, Wolf <[EMAIL PROTECTED]> wrote: > > Daniel Brown <[EMAIL PROTECTED]> wrote: > [snip] > > > At that point, wouldn't it be just as easy to > > require('auth.

Re: [PHP] changing the ini from a file

2008-01-16 Thread Wolf
Jim Lucas <[EMAIL PROTECTED]> wrote: > Jim Lucas wrote: > > Wolf wrote: > >> I'm using .htaccess to do > >> php_value auto_prepend_file "auth.php" > >> > >> The problem is that there are very specific files that I want to be

Re: [PHP] Question About Blocking Email Addresses in Forms

2008-01-18 Thread Wolf
with > it. > > Make sure that if any of these conditions fail you show the form back > to the user with a helpful error message. This way if a real user > accidently triggers any of the security measures you can let them know > how to fix it, such as removing href= from input fields.

Re: [PHP] Foreach

2008-01-18 Thread Wolf
Steve, This should work as some basic sudo code. You are running into a number of issues with your usage of the foreach as it sounds like what you really want to do is walk through one array and grab the corresponding value from another. '.mysql_error()); } } } ?> HTH, Wolf

Re: [PHP] Foreach

2008-01-18 Thread Wolf
Eric Butera <[EMAIL PROTECTED]> wrote: > On Jan 18, 2008 11:38 AM, Wolf <[EMAIL PROTECTED]> wrote: > > Steve, > > > > This should work as some basic sudo code. You are running into a number of > > issues with your usage of the foreach as it sounds

Re: [PHP] Posting Summary for Week Ending 18 January, 2008: php-general@lists.php.net

2008-01-19 Thread Wolf
Richard Heyes <[EMAIL PROTECTED]> 11(2.1%) 14946(1.5%) mike <[EMAIL PROTECTED]> 9(1.8%) 22245(2.3%) Wolf <[EMAIL PROTECTED]> 9(1.8%) 11964(1.2%) Europus <[EMAIL PROTECTED]> 7(1.4%) 94

Re: [PHP] Re: Posting Summary for Week Ending 18 January, 2008: php-general@lists.php.net

2008-01-19 Thread Wolf
local machine. Either way, your problem was your own making. Now, you could apologize to the list and Dan for blowing things out of proportion, which would show some humility, but you're pretty much the only one here complaining about your email address being posted by some one else after you have already done so. Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Posting Summary for Week Ending 18 January, 2008: php-general@lists.php.net

2008-01-19 Thread Wolf
Daniel Brown wrote: On Jan 19, 2008 8:55 PM, Wolf <[EMAIL PROTECTED]> wrote: David Powers wrote: Daniel Brown wrote: Notice, if you will and are able, that all other posts to this thread are responses of interest, not the ramblings of a crybaby. I have also noticed that many

Re: [PHP] More frustration with MySQL and PHP

2008-01-21 Thread Wolf
unctions for anything I write, so that as I grow a function or site, all of the function pages are updated and everything is where I need it. But even with all of that, sometimes the easiest solution is the simplest. ;) Wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Posting Summary for Week Ending 25 January, 2008: php-general@lists.php.net

2008-01-24 Thread Wolf
Jochem Maas wrote: Posting Summary for PHP-General List Week Ending: Friday, 25 January, 2008 Messages| Bytes | Sender +-+-- 697 (100%) 975244 (100%) EVERYONE 690 (98.9%) 974000 (99.8%)

Re: [PHP] Posting Summary for Week Ending 25 January, 2008: php-general@lists.php.net

2008-01-24 Thread Wolf
remise for the next great novel Until that time, how many of you are on XBOX live and playing Call Of Duty 4? Or playing Eve-Online? :) We could make a PHP clan and when the sides get to quarreling, have a war amongst ourselves to settle it. Wolf -- PHP General Mailing List (http://www

Re: [PHP] How to download a file (with browser) using fsockopen() ?

2008-02-04 Thread Wolf
Wow, did you have to post this 6 times barney?? szalinski wrote: Hi I have been working on this download script for quite a while, and I just can't find how to download a remote file via a user's browser using fsockopen. Basically I am wondering if anyone can just give me a simple working exam

Re: [PHP] How to download a file (with browser) using fsockopen() ?

2008-02-04 Thread Wolf
Wow, did you have to post this 6 times barney?? szalinski wrote: Hi I have been working on this download script for quite a while, and I just can't find how to download a remote file via a user's browser using fsockopen. Basically I am wondering if anyone can just give me a simple working

  1   2   3   4   5   >