RE: [PHP] Re: Question about using session and "logging out"

2003-01-17 Thread Vladislav Kulchitski
I think the method Kevin mentioned is the best. In other words, on every secure page you have a script that checks is a session registered. IF it is, it lets you go through and execute the rest of the script if not, simply tells you to login that's it. Very simple, if interested I can show exam

[PHP] cyrillics

2002-09-04 Thread Vladislav Kulchitski
Hi, I just created a forum and now beta-testing it, I am having problems submitting entries written in cyrillics. It sort of recognizes cyrillics in but recodes it so that it makes it unreadable, while in it doesn't recognize cyrillics at all and acts as though no input has been made. If someone

[PHP] Cyrillic & MySql issue

2002-08-26 Thread Vladislav Kulchitski
hen I try to take that info from database at a later time. One person told me I have to recompile mysql, another said that I have to change the column type (now it's 'longtext') If anyone knows how to help me, please let me know, Thanks, Vladislav Kulchitski http://vladik.tripod.c

[PHP] Microsoft Word & PHP

2002-04-26 Thread Vladislav Kulchitski
Hi, Can anybody help me with this problem? Basically, I have thousands of MS Word documents. What I need to do is to design an interface that will let you submit more of them into the database, and it should index all these documents, like extract keywords. Is this possible at all via PHP? Also

[PHP] Registration Form

2002-04-17 Thread Vladislav Kulchitski
Hi, I am using registration form with a number of different steps. And if, for instance, the user wants to come back to correct something, I am using the back img button with the link: javascript:history.back(1) I am wondering how many people are actually using the way I do, and if it's reliab

[PHP] sessions protection

2002-04-17 Thread Vladislav Kulchitski
Hi, can anyone advise about another issue that occurred to me. Basically, let's say the cracker know that in my application I create a session variable named "auth_user" for valid users. Is there a way to hack into it if he knows this session variable name? Example: if($action==edit_personalin

RE: [PHP] Global variable

2002-04-17 Thread Vladislav Kulchitski
The best way for this is to use sessions. What you do is you check the identity and if it's valid you create a session with name 'validuser' or whatever the name you want. Then any secure operations/actions along the script you'll check for this session name if it exists. I can demonstrate how I

[PHP] (MySql) INSERTing into MULTIPLE tables

2002-04-17 Thread Vladislav Kulchitski
Hi, I was wondering if the way I am inserting into multiple tables is safe as far as when there are many simultaneous insertions at a given time. Basically, there are two tables, first I insert into main table where there's username and password (and first/last name, email) and then I get the au

[PHP] HTML & JS

2002-04-13 Thread Vladislav Kulchitski
HI I was wondering if anyone can answer my question :) it's more HTML related though, but I'll dare to post it here and apologize in advance if I am going against the rules. The issues is, if I am using the following code: 25 10 50 100 The problem I am having is that when I get rid of '' it

RE: [PHP] Dealing with Query String

2002-04-09 Thread Vladislav Kulchitski
as you can see on the top of the template.. I am using explode() -Original Message- From: Maxim Maletsky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 09, 2002 10:04 PM To: Vladislav Kulchitski; [EMAIL PROTECTED] Subject: RE: [PHP] Dealing with Query String In your PHP: On every

[PHP] Dealing with Query String

2002-04-09 Thread Vladislav Kulchitski
Hi, I need some help with query string. Basically what I am doing is I am sorting my table, much like you sort columns in OUTLOOK EXPRESS for instance with a little arrow... http://www.kulchitski.com/btl/btl.php?lang=eng&page=talkroom_show&sort=s ex So all I need a function that will grab this

RE: [PHP] Reliability of sessions

2002-04-04 Thread Vladislav Kulchitski
But what you can do with you can make an array of things... so you will only have one How do you pass session IDs via strings? Can you describe in few words please? Vlad Kulchitski.com -Original Message- From: Thomas Deliduka [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002

RE: [PHP] Reliability of sessions

2002-04-04 Thread Vladislav Kulchitski
I am not sure about the reliability of sessions, but the way I do it is also through several processes, and the information passed via I can demonstrate it if you want. Even though sessions are more handy, I still don't know what happens if cookies are disabled in the client's browser. Vlad --

RE: [PHP]

2002-04-04 Thread Vladislav Kulchitski
I meant to say 'open source OR tutorial' instead of 'open source of tutorial' Sorry -Original Message----- From: Vladislav Kulchitski Sent: Thursday, April 04, 2002 12:14 PM To: [EMAIL PROTECTED] Subject: [PHP] Hi, Can anyone point out the simplest and shall I say

[PHP]

2002-04-04 Thread Vladislav Kulchitski
Hi, Can anyone point out the simplest and shall I say the primitive search engine script on the NET somewhere (i.e. open source of tutorial) I need an engine that will serve table in mysql database with three fields, ULRid, URLdescription, URLcategory. Functionality needed is to search through