Ao)K-General
Jun 28 2005, 12:59 PM
| | I would like to know how and where to put the code that would block certain pages so people could only get to them if they logged in. And I would like to have ranks on the site and when you get to a certain rank you get more options like being able to add members and stuff. And also. I would like some code for a news sytem for the homepage. Like where you have to be logged in to post something and only people with certain ranks will have access to it and only certain people can delete it. I would like to be able to make it so on the members page it displays members and you can click on them to see some info the members put for themselves. I would like to have some code to make it so people can modify there profiles when they login. And for the site to log them out after a certain period of time. And a logout button. I have more but don't wanna list the rest until I get the code for this stuff or some of it. |
Reply
bureX
Jun 28 2005, 01:36 PM
Whoah! Slow down! You are asking for allot dude! It will be very diffictult for you to make such a thing. I doubt that someone made such a thing and that he is willing to share it just like that! You should try a CMS, such as PHPnuke (http://phpnuke.org/). I think that you can install it from your CPanel... Have a look at http://www.freeprogrammingresources.com/phpcms.html also.
Reply
rvalkass
Jun 28 2005, 06:20 PM
That is an awful lot to ask for free. You could probably find each of those compnents separatly, but the passwords and users wouldn't work together. A content management system does seem to be the way to go, it will give you all of those features, plus a forum and some random other features depending on which one you choose. phpNuke is a good CMS, it is one of the most common and there are lots of add-ons and themes available. DragonflyCMS is also a good idea, although less commonly used. You can install phpNuke by going into cPanel, and under Preinstalled Scripts, click Addon Scripts, then phpNuke. Fantastico on your cPanel also has a wide range of CMSs under Content Management. Have a look at each of their websites and choose which one you are most comfortable with. Xoops, phpNuke and Mambo I have tried and I have found phpNuke to be the most reliable and Xoops to be extremely customiseable. Mambo is a sort of 'middle of the road' option.
Reply
Ao)K-General
Jul 3 2005, 02:29 AM
Well. I am not trying to use some one elses site and all that. I am trying to make my own site. I dun think any of that will work. I need something that i can put directly into it. Cause some day when I finish I will sell em when they are good enough. So I need to know this stuff. Thats what I am asking for. So can some one please help me?
Reply
rejected
Jul 3 2005, 03:20 AM
I found a few scripts for you where you can block pages from unregistered users... QUOTE You can also block certain users, or just people who haven’t registered, from certain web pages. http://threesquared.net/index.php?page=portfolio&i=loginThere's a script that you can download that will block unregistered users from your site...you might be able to edit it or have someone edit it so they have custom ranks and such.
Reply
Similar Topics
Keywords : blocking pages making ranks- Protect Pages
- HOW? (20)
I create certain pages for my web-site, and I would like to protect them that no one can hack or see
their source codes. So, if everybody knows how to do it, please post a reply over here. List of
the best ways, I can do it. Thanks....
Dynamic Php Pages
- Nice tutorial (5)
This is a really good tutorial on making php pages that normally appear as
www.domainname.com/links.php appear as www.domainname.com/index.php?page=links
http://nuwen.com/tutorials/php-dynamic-pages ...
Pagination
- ? (3)
2 Pages Into One
- how? (10)
Hello, now this may be a stupid question but i'm very new to php so i need some help. what
i'm wanting to do is combine 2 pages in to one. like for example the install.php for
invisionpower board it starts with one page and you click continue and it gives you a whole new page
but if you look at the url you are still using the install.php file but it has somethinglike "?a=2"
at the end. how can i do this. Thanks...
How Would I Go About Making A Simple "counting" Script?
- (3)
I plan on making a script for basic voting between different options, and I'd like to know what
PHP coding I would require. Basically, each choice will be as simple as this: CODE <form
method="post" action="process.php"> Best falsetto?<br><br>
<input type="radio" name="1"> Person A<br> <input
type="radio" name="2"> Person B<br> <input type="submit"
value="Submit"> </form> What PHP would be used to basically add 1 value to a...
Php Pages Problem [resolved]
- Please help me im stuck ;-( (5)
Hi, i have been working with a wap forum script, translating from russian and fixing errors etc..
but now im stuck, the problem is with the pages while viewing a forum.. Let me explain.. the pages
are set to show ten topics per page which all works fine as you can see in these screenshots: page
1: page 2: The problem occurs when there are PINNED topics (with the redish folder), it will
show ten topics but also the pinned ones on page one, and the "Next" link will appear before it
should leading to a blank page where there should be topics but they are still on th...
Making Sure They Did Not Leave Any Required Fields Blank
- (3)
how to make sure they did not leave any required fields blank? CODE <?php
include("config/config.inc.php");
include("config/dbcon.php"); include("checksession.php");
if(isset($_POST['action'])){ $gname =
$_POST['gname']; $gemail = $_POST['mail'];
$gmsg = $_POST['gmsg']; $date =
date("m.d.y"); $sql = "insert into tblg...
Php An Js Window.open Pages Trouble.
- I need a way to set hidden input values to the new window. (3)
I have 2 main pages Page A(events_locked.php) and Page B(add_attendance.php). Both are php files.
Page A takes a post var from another page(not Page B ) and then used to query for displaying records
in a mysql datase. This variable has set as a session variable because there is 1 <script
LANGUAGE="JavaScript"> window.name="main_index"; function openFormWindow() {
OpenWindow=window.open("add_attendance.php", "newwin", "height=250,
width=400,toolbar=no,scrollbars=no,menubar=no,location=no,resizable=no"); var x =
getElementByName("form1"); x.target="newwin"; x.s...
Php Pages Permission On Apache Server
- PHP pages permission on Apache Server (1)
Hello, I want to know what permissions for PHP pages should be given on Apache web server so that
PHP pages can be executed. If PHP pages are in a folder, what permissions should be given for that
folder? ...
Ip Blocking Php Script!
- Stop the bad guys before they stop you. (4)
Hello, I did some search's to see if anyone had covered this apparently not! So ok! Lets
set up a Ip Site blocker using php and mysql The First thing we are going to do is make the form
that is actually blocking the site. Note: You Must have this in a PHP file to work, it must be at
the VERY TOP!!!!! $vip = $_SERVER ; include "config.php";
############################## # See if the Ip is in the blocked list #
############################## $get_info = mysql_query("SELECT * FROM blocked WHERE ip = '...
Putting Data Of 2 Pages In Mysql At Once
- (1)
suppose i have a page, page.php?part=1 there i have some text fields. user will give input, but
after taking input, it will not put the data in mysql .. but it will take to the next step..
page.php?part=2 (if any field is left blank, it will not go to next page.. ) . and there also some
fields.. after the user has filled that form also, then it will insert all data (from part1 and
part 2) in mysql. i want to ask, how i can collect data from 2 pages and put in mysql at once....
Making This Compatable With Trap17's Php
- (2)
ok, i have a php script that is not compatable with trap17's php (4.4.4) i believe it was made
to run on php 5, if anyone could help, id really appreciate it, thanks /smile.gif"
style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> function
something($info) { $script = new mirc_script($info); $script->highlight();
return $script->get_script(); } class mirc_script { private $data = array(); public
$chars = array(); // By specifying TRUE for $beautify here you can save a bit a
processing time rather...
Making A New Bbcode For Smf 1.09
- (0)
Im using SMF version 1.09 i would like to make a bbcode so that it shows mirc syntax highlighting
(as i have an mirc based site) i have a php script that will do the highlighting, im just really
not sure how to incoporate that with the forum. http://www.mirc.net/tye/mirc_script.phps is the
link for the script, it is not mine, but made by tye of mirc.net thanks for the help. Ive asked on
the simple machines forum but theres been absolutely no help, so if anyone here can help me out, id
really appreciate it....
Making A Sig With Php
- just wondering how it works (7)
I was just wondering how to make an image that uses stuff given to it by php, yet remains only an
image - say I want the site's title in an image. I believe it has something to do with putting
an index.php inside a folder called image.png or whatever. Am I right? thanks...
How To Make Oscommerce Work With Phpbb
- making oscommerce work with phpbb (1)
i'd like to make oscommerce work with phpbb.imean that any person register to phpbb is
automatically regitered to oscommerce and vice versa. if you have any advice or idea that may help
plz send it.(any help would be appricated)...
Intranet Search Engine
- Need help in making one! (4)
Hmm.. I am assigned a work of doing a project in PHP to build a intranet search engine. Can any
body help? Moving from Introductions to PHP Programming. Also edited the topic title &
description. Please be more descriptive in title & description. And it will be nice if you can be
more descriptive in your posts ...
Search Site Pages Using Keywords?
- (6)
We're doing a "Mock" e-commerce site for our project in Web Development and I was wondering how
to make a Search form like the ones in many sites. There will be a Search textbox and a button in
the form which will accept a string (keywords) which will then be processed by a script. If there
is a match, a page containg the keywords will be displayed. Is there a way to do this using PHP or
is there an existing free script out there already? Thanks very much....
Changing Include Tag On All Pages
- (11)
I want to change an include tag (include menu.htm) to include menu.php on all my pages on my
website. Is there any fast way to do this, or do I have to edit all of my pages manually?
/unsure.gif' border='0' style='vertical-align:middle' alt='unsure.gif' /> ...
Parsing .html Pages
- (9)
This isn't really that urgent but I was wondering, I read somewhere that you can configure you
server to pars all html pages for php code, and I was wondering if that was true, and if trap17 has
that feature enabled?...
Securing Pages
- (2)
just wondering if there is a easy safe way to secure some webpages. i have a payment facility on my
site which is linked through paypal. when the member has paid they are taken back to my site "thanks
your payment has been successful page", once its went to this page the item is no longer listed on
my site. now i have found away people can mess with this using the url. this means people can
change just a few digits in the url and and mess the listings up on my site. after payment has been
made the member is redirected to:- mydomain.com/class/thanks_paypal.php?myprod_...
Php Classes
- Access the same class instance over multiple pages (1)
Hey everyone. I am having some trouble accessing the same php class instance in more that one page.
This is for my login script and what i need to do is be able to call the classes logout function
from a separate page. What i have tried to do is create a new .php page and include the class file
and then make a new class and call logout. This does not work because it does not log out the
current user which is my problem. Can anyone help me fix this or know of another way to do it?
Below is my class file CODE <?php // member class // handlers member logo...
Proxy Blocking
- blocking (4)
Is there a way to block proxy connections. Like proxies that generate traffic that is fake for your
site. People use proxy lists and then connect them to one site. Is there a way to block that?...
Pages In 1 File
- ?? (9)
I know its possible to put many pages inside 1 file. But how? Lets say you have a guestbook with
different pages for signing and viewing. How to make so those pages are in 1 file? /huh.gif"
style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" />...
Embeding Pages
- (3)
Is there a way to have php act as an iframe? I dont want to have to change every single page when i
want to move something around. If anyone can give me a tutorial or somethign telling me how that
would be great, or ven another way of doing this without frames....
Looking for blocking, pages, and, making, ranks
|
|
Searching Video's for blocking, pages, and, making, ranks
|
advertisement
|
|