Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 1500 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     Programming     PHP and MySQL :

making a user only area

Thread title: making a user only area
Closed Thread  
Page 1 of 2 1 2 >
    Thread tools Search this thread Display Modes  
05-18-2008, 03:59 AM
#1
rottenwood is offline rottenwood
Status: Junior Member
Join date: Mar 2008
Location:
Expertise:
Software:
 
Posts: 43
iTrader: 4 / 100%
 

rottenwood is on a distinguished road

  Old  making a user only area

I am working on a website and allowing users to upload their own PHPBB themes. They will need to login and access a users only area and only upload to their particular file. Would PHP and MySQL be the best language to write that in or are there others more suited for the project?

05-18-2008, 06:41 AM
#2
Seraskier is offline Seraskier
Status: I love this place
Join date: Jan 2007
Location: Charlotte
Expertise:
Software:
 
Posts: 542
iTrader: 0 / 0%
 

Seraskier is an unknown quantity at this point

Send a message via AIM to Seraskier Send a message via MSN to Seraskier

  Old

depends on what you want to do exactly

05-18-2008, 07:09 AM
#3
BlaineSch is offline BlaineSch
BlaineSch's Avatar
Status: Member
Join date: Mar 2005
Location: Trapped in my own little world
Expertise: Web Applications
Software: Notepad++
 
Posts: 385
iTrader: 0 / 0%
 

BlaineSch is on a distinguished road

Send a message via AIM to BlaineSch Send a message via MSN to BlaineSch Send a message via Yahoo to BlaineSch Send a message via Skype™ to BlaineSch

  Old

Almost any language can do this. But php/myql is free so I would say yes use those.

05-18-2008, 07:28 AM
#4
rottenwood is offline rottenwood
Status: Junior Member
Join date: Mar 2008
Location:
Expertise:
Software:
 
Posts: 43
iTrader: 4 / 100%
 

rottenwood is on a distinguished road

  Old

General idea is i want them to finish the setup for phpbb once i create and e-mail them the database info. from there i want them to be able to delete the install directory from there folder only. would it still be wise to use php?

05-18-2008, 03:22 PM
#5
creativejen is offline creativejen
Status: Paladin
Join date: Jul 2006
Location: Sheffield, UK
Expertise: design, front-end markup
Software: Photoshop
 
Posts: 2,353
iTrader: 25 / 96%
 

creativejen is an unknown quantity at this point

Send a message via MSN to creativejen

  Old

You need to be clearer on what you want exactly. You can do almost anything with php/mysql. But we can't exactly help if you dont help us in understanding you.

05-18-2008, 05:29 PM
#6
rottenwood is offline rottenwood
Status: Junior Member
Join date: Mar 2008
Location:
Expertise:
Software:
 
Posts: 43
iTrader: 4 / 100%
 

rottenwood is on a distinguished road

  Old

At http://www.travianalliances.com I am wanting it where the user logs in on the main page. From the members area I am wanting them to control their billing, their PHPbb account, their Truppen Tool account. I am trying to be as specific as possible. I am not sure if PHP would be the best language or another.

05-18-2008, 09:22 PM
#7
creativejen is offline creativejen
Status: Paladin
Join date: Jul 2006
Location: Sheffield, UK
Expertise: design, front-end markup
Software: Photoshop
 
Posts: 2,353
iTrader: 25 / 96%
 

creativejen is an unknown quantity at this point

Send a message via MSN to creativejen

  Old

Listen, this is what you need to do.

Write up a page listing exactly what you want, how you want it to work.
Be very detailed and precise.

Do you have already, a billing system?
A truppen tool system?
Do the above need to be made?
To what advantage does the user have to control there PHPBB account?
What can they do with it?
When they log in, what else can they do besides managing there PHPBB account (what account? where?), controlling their billing (billing for what?), their truppen tool account (what is truppen?)?
Are you want people to be able to control their accounts of other systems through one site?
What is it exactly that you want users to do and why?

These are just some of the 101 questions that you should tell us briefly, I mean, if I built you something from what you've said so far, it might turn out to be no where near what you are wanting.

You must explain!

05-22-2008, 09:39 PM
#8
Jeremy is offline Jeremy
Status: Member
Join date: May 2005
Location:
Expertise:
Software:
 
Posts: 128
iTrader: 8 / 100%
 

Jeremy is on a distinguished road

Send a message via AIM to Jeremy Send a message via MSN to Jeremy

  Old

from what I gather, if you're using php scripts you probably should use php code for what you want.

05-23-2008, 01:40 AM
#9
AndrewGwood is offline AndrewGwood
AndrewGwood's Avatar
Status: I'm new around here
Join date: Sep 2007
Location: Whitby, Ontario. Canada
Expertise:
Software:
 
Posts: 13
iTrader: 0 / 0%
 

AndrewGwood is on a distinguished road

Send a message via MSN to AndrewGwood

  Old

Originally Posted by Jeremy View Post
from what I gather, if you're using php scripts you probably should use php code for what you want.
?seriously

05-23-2008, 01:59 AM
#10
Seraskier is offline Seraskier
Status: I love this place
Join date: Jan 2007
Location: Charlotte
Expertise:
Software:
 
Posts: 542
iTrader: 0 / 0%
 

Seraskier is an unknown quantity at this point

Send a message via AIM to Seraskier Send a message via MSN to Seraskier

  Old

...

make it so when they login it sets a session...
and then on pages you want to protect with a login do..

Code:
<?php
if($_SESSION['logid'] != 'alkdsjflaskdjf320o47lksdaf')
{
echo "you are not logged in.";
exit;
}
else
{
echo "welcome";
}
?>

Closed Thread  
Page 1 of 2 1 2 >


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed