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
Pomoć

 
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
Tiho



Joined: 10 May 2004
Posts: 14
Location: VT

PostPosted: 27.05.2004 12:57    Post subject: Pomoć Add user to your forum ignore list Reply with quote

Evo imam jedan problem.! Sad
RAdim s linkovima i neznam dovršit ovo : npr. nekisite.cim/index.php?sadrzaj=...
Mislim da to počinje ovak: <?php @include($sadrzaj); ?> , al nisam siguran pa ak bi mi neko mogo pomoć kak to napravit
Hvala Very Happy
Back to top
View user's profile Send private message Visit poster's website
maxy



Joined: 07 Sep 2003
Posts: 894
Location: Zagreb

PostPosted: 27.05.2004 13:03    Post subject: Add user to your forum ignore list Reply with quote

ako imas:

index.php?sadrzaj=vijesti onda ti to ovak ide:
Code:

<?php

switch($_GET['sadrzaj'])
{

case vijesti:
// napisi putanju do filea-a sa vijestima.
include ('vijesti.html');

break;

}

?>





NIKADA NEMOJ NAPRAVITI OVO:

index.php?sadrzaj=vijesti.html

jer onda ostavljas script kiddiesima veliku rupu i fino ti mogu zajebat sajt.
btw. ni ovaj nacin koji si sam htio (i kojeg sam ti pokazao) nije bas nesto..
Back to top
View user's profile Send private message
Tiho



Joined: 10 May 2004
Posts: 14
Location: VT

PostPosted: 27.05.2004 13:15    Post subject: Add user to your forum ignore list Reply with quote

maxy wrote:
ako imas:

index.php?sadrzaj=vijesti onda ti to ovak ide:
Code:

<?php

switch($_GET['sadrzaj'])
{

case vijesti:
// napisi putanju do filea-a sa vijestima.
include ('vijesti.html');

break;
Puno hvala!!

}

?>





NIKADA NEMOJ NAPRAVITI OVO:

index.php?sadrzaj=vijesti.html

jer onda ostavljas script kiddiesima veliku rupu i fino ti mogu zajebat sajt.
btw. ni ovaj nacin koji si sam htio (i kojeg sam ti pokazao) nije bas nesto..
Back to top
View user's profile Send private message Visit poster's website
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