Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
Jedan acc za smf forum i web stranice

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
fear



Joined: 27 May 2007
Posts: 18

PostPosted: 18.12.2007 23:03    Post subject: Jedan acc za smf forum i web stranice Add user to your forum ignore list Reply with quote

Znaci ovako... htio bi sloziti da korisnik koji se registrira na smf forum ima pristup sa tom lozinkom i korisničkim imenom na stranice koje sam napravio...

Sad pitanje... sto sve smf postavlja (cookies, session) i provjerava dok se ja logiram na forum i kako bi to mogao primjeniti na stranici???
Back to top
View user's profile Send private message
smasher



Joined: 10 Jan 2004
Posts: 229
Location: Zaprešić

PostPosted: 19.12.2007 18:04    Post subject: Add user to your forum ignore list Reply with quote

http://docs.simplemachines.org/index.php?topic=400
http://www.simplemachines.org/community/ssi_examples.php

_________________
http://3DHR.net - Srce hrvatskih 3d artista
http://www.Rhino3DHelp.com
Back to top
View user's profile Send private message Visit poster's website
fear



Joined: 27 May 2007
Posts: 18

PostPosted: 23.12.2007 18:46    Post subject: Add user to your forum ignore list Reply with quote

smasher wrote:
http://docs.simplemachines.org/index.php?topic=400
http://www.simplemachines.org/community/ssi_examples.php


Nisam mislio na to, nego... gle, imam web stranicu na koju se možeš logirati, a sada sam stavio forum na kojeg se moraš registrirati i opet logirati, a to znači da će mi jedan korisnik morati imati 2 accaunta... kako da složim samo jedan acc?? muči me smf jer neznam koju enkripciju za lozinke koristi... tj. neznam što bi i trebao sve znati da bi to složio...

Nadam se da razumijete što mislim.
Back to top
View user's profile Send private message
snyder



Joined: 21 Dec 2005
Posts: 57
Location: Zagreb

PostPosted: 23.12.2007 22:44    Post subject: Add user to your forum ignore list Reply with quote

enkripcija passworda
Code:
sha1(strtolower($username).un_htmlspecialchars(stripslashes($password)))


potrebna funkcija
Code:
function un_htmlspecialchars($string)
{
   return strtr($string, array_flip(get_html_translation_table(HTML_SPECIALCHARS, ENT_QUOTES)) + array(''' => '\'', ' ' => ' '));
}
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group