Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HELP URGENT
06-08-2011, 12:00 AM (This post was last modified: 06-08-2011 12:17 AM by Role-Model.)
Post: #6
RE: HELP URGENT
Can i post my login system here to see it and tell me where is the problem?
I put my check code for login in video function :
global $kaynak_url,$comment_enable;
$baglanti=db_baglan();
$result = mysql_query("Select * from video where v_id=".$id);

//login check
if(isset($_SESSION['username'])){
$username = $_SESSION['username'];



if(mysql_affected_rows()>0)
{ $row = mysql_fetch_array($result);
$description=$row['description'];
$title=$row['title'];
$hit=$row['hit'];
$kaynak=$row['kaynak'];
mysql_close($conn);


Regards
Svetoslav


(05-08-2011 08:37 PM)Punktured Wrote:  my login system is not complete yet, but i would not be comforetable posting it here because it has MANY edits to functions.php and i do not want to be responsible for people breaking their files...

if your login system uses post to log a user in...
i do not see how it would create problems...

my cache is on the recommended time,
and logins seem to work fine...

but as i said, my system is not complete yet...

My sites are closed. Google disconnect them and i loose all users.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HELP URGENT - Role-Model - 03-08-2011, 10:25 PM
RE: HELP URGENT - admin - 03-08-2011, 11:55 PM
RE: HELP URGENT - Punktured - 04-08-2011, 07:30 AM
RE: HELP URGENT - Role-Model - 05-08-2011, 08:14 PM
RE: HELP URGENT - Punktured - 05-08-2011, 08:37 PM
RE: HELP URGENT - Role-Model - 06-08-2011 12:00 AM
RE: HELP URGENT - Punktured - 06-08-2011, 01:10 AM

Forum Jump: