RE: [PHP] vote package

2009-08-28 Thread Noel Butler
On Fri, 2009-08-28 at 08:33 -0400, Bob McConnell wrote: Forging IP addresses is actually quite simple. VMs do it all the time when bridged to the real NIC. There are also some projects on Source Forge designed to load test HTTP servers that do similar things. I have an application I wrote

[PHP] vote package

2009-08-27 Thread Noel Butler
Hi All, Can someone suggest a reputable vote script in php that uses mysql, doesnt need to be fancy, just have a decent reputation for not being exloited :) also tracking of users via IP to prevent ghost voting...WE are using php 5.3.0, the old one fails under that, adn it had known issues so we

[PHP] Re: User error handler must not modify error context (solved)

2005-09-20 Thread Noel
Why not top-post? It's much faster to read so I won't have to scroll down to read the message. Michael Sims already solved my problem. But thanks for the help and to Robert also. :) Jasper Bryant-Greene... Please don't top-post. Sorry, I assumed that code was part of your error_handler.

[PHP] User error handler must not modify error context

2005-09-19 Thread Noel
Error Message: Fatal error: User error handler must not modify error context in [FILENAME] on line 58 This error seems to occur only when I use: $old_error_handler = set_error_handler ('userErrorHandler'); The error number is pointing to this code: LINE 57: global $mywebsite; LINE 58: if

[PHP] $PATH_INFO not working

2004-04-23 Thread Noel da Costa
that question on php.install), but what I'm wondering is... Is there perhaps a code fix/work-around I could apply in my scripts to replace the $PATH_INFO with something that achieves the same effect, without having to redisign my entire nav system. Thanks, Noel -- PHP General Mailing List (http

[PHP] Re: $PATH_INFO not working

2004-04-23 Thread Noel da Costa
on the test server too!! Noel Torsten Roehr [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Noel Da Costa [EMAIL PROTECTED] Hi Noel, try accesing it via $_SERVER['PATH_INFO']. Regards, Torsten -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Forms / Array Question...

2003-06-27 Thread Noel Wade
] INPUT TYPE=TEXT NAME=$varArray[2] INPUT TYPE=TEXT NAME=$varArray[3] ... And get a nice array with your text values. Anyone know if this (A) works and (B) is not actually just some undefined behavior that's risky to use? Thanks! Take care, --Noel

Re: [PHP] Re: php editor?

2003-06-16 Thread Noel Wade
object-functions and color them or present their arguments - but for a quick, simple, helpful tool - its just perfect! Take care, --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP help/example for booking program

2003-06-16 Thread Noel Wade
a little bit more at people who can already do some programming; but you should pick it up to start with, and if it doesn't make sense grab a smaller beginner book on programming and then come back to PHP MySQL Good luck! Take care, --Noel - Original Message - From: Giuliano [EMAIL

[PHP] SELECT MULTIPLE form variable?

2003-06-14 Thread Noel Wade
, and the dysfunctional one uses string values - but the values ARE enclosed in quotation-marks... so I don't know why they're not POSTing properly as an array. Is this a known bug or issue? Any thoughts or solutions? Thanks a bunch, take care, --Noel -- PHP General Mailing List (http

Re: [PHP] SELECT MULTIPLE form variable?

2003-06-14 Thread Noel Wade
Its the littlest things that kill ya Thanks a ton! As a side note, I definitely do NOT have the brackets on the working page - so its an undefined feature (or bug) that numerical-value SELECT MULTIPLE variables post as an array to PHP. Take care, and thanks again! --Noel - Original

[PHP] sessions problem, need help

2003-02-19 Thread Noel Akins
this session stuff. (with different code ofcourse) Please help. Any suggestions will be helpful. Thanks Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session vars vs. POST/GET vars?

2003-01-11 Thread Noel Wade
, someone could use a GET request (http://somehost/mypage.php?varX=0) to spoof the script into thinking that varX is the wrong value. So, is there any way in a script to specify that I want to retrieve the value stored in the registered session_variable(varX)?? Thanks, --Noel -- PHP General

[PHP] Re: Session vars vs. POST/GET vars?

2003-01-11 Thread Noel Wade
Nevermind, just found the $HTTP_SESSION_VARS array... Thanks anyways! Take care, --Noel Noel Wade [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi all, So I have a session variable; but with register_globals active on the server I'm hosted at

[PHP] Re: how to passing two dimension array

2003-01-10 Thread Noel Wade
care, --Noel Rizki Salamun [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi there.. I have a problem when I want to passing two dimension varible. I made this variable from html form. like this: FORM method=post action=page2.php ? print SELECT na

[PHP] Re: how can I use an external 'template' file and still use PHP variables?

2003-01-10 Thread Noel Wade
tag is echo'ed out as plain text). Hope this helps! Take care, --Noel --- Daevid Vincent [EMAIL PROTECTED] wrote in message 006801c2b88d$69748a60$0801a8c0@telecom">news:006801c2b88d$69748a60$0801a8c0@telecom... I've posted this a few w

[PHP] Can you insert into $_POST manually?

2003-01-09 Thread Noel Wade
. Is there any way to stuff this data into either of these globals so that the $url page can access 'em? Thanks a bunch! --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: session not set, server configuration?

2003-01-09 Thread Noel Wade
! Hope this helps! Take care, --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can you insert into $_POST manually?

2003-01-09 Thread Noel Wade
Thanks - I understand that method; but I'm really looking for a way to pass them without them being visible / mucking up the URL line with a buncha stuff... Take care, --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Can you insert into $_POST manually?

2003-01-09 Thread Noel Wade
This will work perfectly! Actually, building a dynamic javascript function and/or hidden form will allow me to collapse a couple of other redirect systems on my site into one... Thanks a bunch! --Noel Marek Kilimajer [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL P

[PHP] Passing Query_String or variables through multiple pages?

2003-01-05 Thread Noel Wade
copying and forwarding each original variable by including it in the URL for the result page; but I was hoping for something more elegant and flexible... Any thoughts or ideas? Thanks a bunch in advance! Take care, --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

[PHP] new to classes, need help

2002-12-24 Thread Noel Akins
I'm trying to get my head around php classes. I want to write a small php file (call it genericly uniquepagesomething.php) that will call the pagemaker.class. For example Apples3.php that calls pagemaker.class. In pagemaker.class, it will look up page 3 of the topic apples from a table and

[PHP] Re: fgets() question?

2002-12-22 Thread Noel Wade
) And \n seems to equate to FALSE with this sort of conditional / comparison... Thanks, take care, --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fwrite() blank-line Quirk?

2002-12-21 Thread Noel Wade
on the end of a string? Thanks in Advance, --Noel Wade -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] fgets() question?

2002-12-21 Thread Noel Wade
) and a FALSE return from fgets() ?? Thanks a bunch, --Noel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Income on the Net!

2001-09-18 Thread Noel Hadfield
Here is an opportunity that you can take up FREE. If you join as an affiliate, we'll teach you how to build a profitable business on the Internet, using our system to create an income stream and earn income globally, 24 hours a day. Don't let this opportunity slip past you - our organization

[PHP] Income on the Net!

2001-08-15 Thread Noel Hadfield
Here is an opportunity that you can take up FREE. If you join as an affiliate, we'll teach you how to build a profitable business on the Internet, using our system to create an income stream and earn income globally, 24 hours a day. Don't let this opportunity slip past you - our organization

[PHP] Income on the Net!

2001-07-16 Thread Noel Hadfield
Here is an opportunity that you can take up FREE. If you join as an affiliate, we'll teach you how to build a profitable business on the Internet, using our system to create an income stream and earn income globally, 24 hours a day. Don't let this opportunity slip past you - our organization

[PHP] Income on the Net!

2001-07-09 Thread Noel Hadfield
Here is an opportunity that you can take up FREE. If you join as an affiliate, we'll teach you how to build a profitable business on the Internet, using our system to create an income stream and earn income globally, 24 hours a day. Don't let this opportunity slip past you - our organization

[PHP] Easy to copy MySQL table??

2001-06-25 Thread Ray Noel
Hi, Is there any easy way to copy a template mysql table to enable data to processed in batches? I would prefer to just copy a table rather than hard-code a table create query, if possible. Regards Ray -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Your Internet Education!

2001-06-20 Thread Noel Hadfield
Take our course in computers and the Internet; and then we'll show you how to build a business with your new skills. Just hit: mailto:[EMAIL PROTECTED]?Subject=Education To be removed from this list, hit: mailto:[EMAIL PROTECTED]?Subject=Remove -- PHP General Mailing List

[PHP] Your Internet Education!

2001-05-06 Thread Noel Hadfield
Learn about computers and the Internet and build a business while you are doing it. Just hit: mailto:[EMAIL PROTECTED]?Subject=Education To be removed from this list, hit: mailto:[EMAIL PROTECTED]?Subject=Remove -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] WEALTH ON THE WEB!

2001-02-20 Thread Noel Hadfield
Get a FREE copy of the exciting 48-page booklet "Inside Secrets to Wealth on the Web". Just hit Reply and send a blank message with "Inside Secrets" on the Subject line. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] Income on the Net!

2001-02-18 Thread Noel Hadfield
I wanted to let you know about a new opportunity that you can take up FREE. If you join as an affiliate, we'll teach you how to build a profitable business on the Internet; how to use our system to create an income stream; and how to earn income globally, 24 hours a day. Don't let this

[PHP] disabling page caching, yes or no

2001-01-30 Thread Noel Akins
Hello, I'm trying to build the first page to a database driven website. The first thing I'm trying to do is detect if cookies are enabled on the users browser, and then, via a header(location: mysite.php), redirect the user to either a cookie supported page, or cookie unsupported page. I

[PHP] confused about getenv arguements

2001-01-27 Thread Noel Akins
Hello, I found this script at zend. Please note the getenv("HTTP_REFFERER"). ? /* Anti-leech bandwidth protecter by Corey Milner, http://www.odey.com. Turn the refererring URL into a variable */ $from = getenv("HTTP_REFERER"); /* Check to see if the URL in the variable is a valid referrer. Add

[PHP] sessions without cookies?

2001-01-26 Thread Noel Akins
Would there be any point in using php sessions if you aren't using cookies? You have to store login info anyway, why not just use a temp table to store transaction info and write to the database at the end of a session? From what I've read on sessions, you have to use cookies thanks -- PHP