kvarnerexpress
Dec 17 2005, 04:43 PM
| | I've been programming a 'rate-em' site from scratch. You know like Hot Or Not. YEs,.. yet another rate-em website. Anyway, i'ts done and before I launch it I need to add a forum as the finishing touch, but all the forum softeware out there seems so hard to integrate.
I'm trying to make it so that when a user logs into my rate-em website they are also logged into 'my forum'. i.e. i want my forum and web site to use the same profile data.
If anyone knows of a forum program made for this objective please let me know. I'm in over my head, any help would be greatly apreciated |
Reply
serverph
Dec 17 2005, 05:00 PM
why don't you work the other way around? you can choose a forum (like phpbb) and use the member login profile of the forum to give access to your "rate-em" page.  since your "rate-em" page is customized to your specs, just tweaking with its programming to access the forum profile would be easier, i suppose.
Reply
xJedix
Dec 17 2005, 05:12 PM
QUOTE(serverph @ Dec 17 2005, 11:00 AM) why don't you work the other way around? you can choose a forum (like phpbb) and use the member login profile of the forum to give access to your "rate-em" page.  since your "rate-em" page is customized to your specs, just tweaking with its programming to access the forum profile would be easier, i suppose.  He is right, the easiest way to do that is to first get the forum up and then use the data for the profiles/usernames/passwords for your site. One problem I can see is figuring out what type of protection the forum uses on the passwords, whether its md5 or a custom thing. You would have to figure this out so that your login on your site would work. The only other problem I see is cookies, I'm not quite sure how you would set cookies so that it works for both, because it usually sets domains with it. So you probably would need to set a cookie for your whole site or something like that. hope it helps, xJedix
Reply
gsmupdate
Jan 3 2006, 09:32 PM
GO WITH THEIR ADVICE
Reply
Similar Topics
Keywords : forum website profiles- Evilboard (forum Software) - Multiple Categorys - Don't Work :(
- I am creating a forum and i can't fix more then 1 category. (6)
I am at the moment trying to program my own forum, but i need more then a single category, here is
my source: CODE function cat () { include("functions/functions.php");
echo '<table width="100%" border="0" cellspacing="0">
<tr> <td class="eb_top" colspan="3" style="border-bottom-width:
0; height: 30px; font-size: 12px;"> <b>Forum</b></td>
</tr>'; global $catid; $db = new db; $db->connec...
Wap Forum
- several questions on WAP forums (9)
/blink.gif' border='0' style='vertical-align:middle' alt='blink.gif' /> Right i want to set up a
wap forum for rap battling. I think i need to use php, although i might need wml not sure. so
questions: 1) WML or PHP? 2) Can i get a forum/message board script? 3) Where can i get it? Thanks
in advance Not making helpful thread topics and titles results in warnings, or in extreme cases, a
ban. Don't fall into the crack. ...
Creating Profiles In Php/mysql ?
- (7)
i've started to learn php..im familiar to basics of php and mysql now.Now for example i want
that some user can register to my website , and after that he can Login and log out , and he can see
his profile.is there any tutorial about this ? or any helping url .. or any helping answer please
/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />...
Forum Script
- (3)
Forum Last Post And Avatar
- need little help here (5)
hi guys. I have a little problem here. Im making my own version of forum, just got into this
problem on the last post from the topic and displaying the users avatar. i already have a upload
script but not for images. I tried making some experiments but it didnt work. maybe someone here
could help me. /smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />
just want to: 1.) query the last post. 2.)display the avatar of the user...
Creating A Login Box That Links To My Phpbb Forum
- Have my phpBB Forum Intergrated with my Website (4)
Can someone please give me a code that I can use to put a login box on my website, that will login a
user into my phpBB Forum? Sort of like Having my phpBB Forum Intergrated with my Website? Thank you
so much if you can! /angel.gif" style="vertical-align:middle" emoid=":angel:" border="0"
alt="angel.gif" /> Ex. ...
Forum Troubles
- In phpbb (2)
I am having forum trouble in phpbb. Whenever I go to post something or add someone to a group or
anything else, I get an error that looks like this: Could not find email template file ::
topic_notify DEBUG MODE Line : 111 File : emailer.php The email template thing changes but the
Line 111 and File emailer.php are always the same. It's getting really annoying. Can anyone
help me with this?...
How To Display The Latest Forum Post On Main Page
- (4)
Hey does anyone know how to display the latest forum post on the main page of a website? I'm new
to PHP and have no idea what to do. Thanks in advance!...
Php Forum Signature
- (10)
Hey /tongue.gif" style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> Having
browsed this and other sites I've come up with the following signature-code for generating text
on an image: CODE <?php header("Content-type: image/png");
$select = rand(1,3); if($select==1)$img = "gow.png";
if($select==2)$img = "gow2.png"; if($select==3)$img =
"gow3.png"; $image = imagecreatefrompng("$img"); //imagecolor...
Updating Website From Another -- Website
- Is it possible, and how? (7)
i was just thinking about this project that i'm doing, and i thought that it would be a good
thing that i could update my website let's say on trap17 from my localhost computer with a click
of a mouse, without all of that ftp mambo-yumbo the thing is that i wanted an "UPDATE" button on my
site which woud connect to my localhost and update all the things needed. let's say i added few
profiles localy, and i want to update them on site.. how could it be done. if i was crude in
explanation please write what info u still need and i'll post it back......
[forum] Double Posting Happening By An Error
- (3)
Hello, I am currently working on EvilBoard 0.1.1, for those who know about this project versjon 0.1b
can be downloaded from http://www.evilservices.com Well over to the reason why i am posting this,
I am currently experincing a problem with my new posting code wich has been rewrited in version
0.1.1, You see, it is double posting by an error, i thouht i could fix that myself, but no, so i
just thought, Trap17 is perfect, they problety know how to fix this, Here is the code: CODE
<? /* * @Name: Post Topic * @Author: Arne-Christian Blystad * @Copyright&...
Help With Some Website Coding
- Databases and saving form results (4)
Hey all, I was looking for some help with creating my new website. I have a form already created,
with some text areas, checkboxes, drop down menu's, ect. I need some help setting up the code to
save the form data once the user clicks "Submit" after filling in their information in the form. I
was hoping to do this 2 ways - 1. Saving the information into some type of database (MySQL I'm
guessing?) and 2. Have the form results emailed to me. I am familiar with the old way of emailing
the results by putting "mailto:email@domain.com" into the form, but new browse...
Ipb Multi Forum (hosting Mod)
- installation help? (6)
Hi, i need a little help if possible, i have a multi forum hosting mod for ipb 1.31 ok.. I want to
install this but the install text included is a little unclear.. I already have a copy of ipb 1.31
installed and running (with users and posts), i want to install this mod but i also want to keep all
my db user/post info and still be able to use my existing forums with just a link to the forum
hosting form. Could someone please look at the documents included with this mod and give me more
clear instructions on how to do this? Do i need to install a second copy of the IPB UP...
Do Somebody Have A Tutorial About... How To Create A Forum?
- how to create a forum? (11)
Hei, guys. Do somebodys here have a toturial about how to create a forum? I really do wanna
create my own forum, but I don't know exatly HOW! please, help me! Lucas ...
Free Web Forum Scripts?
- Question on web forum scripts (7)
Can someone please tell me which of the free forum scripts is the best and why? I like these forums
but i notice the script is not free lol ;-)...
Question: Securing A Website For Beginners
- (1)
I don't really understand 'bout it. What kind of security we have to make to hold our web
secure. Only log in features? how bout 'deface' method? how does it work? thx in advance
Please use detailed topic title. ...
Phpskye The New Forum Software.
- new forum software (4)
PHPskye the upcomming forum software. Stefan Alkaline and I are making a new forum software with
some unique features. We currently are still working on the heavy coding. (that includes the layout
it sucks) But u are welcome to come and have a look. Remind feedback is allways welcome. We are
planning on distrubuting a free and a premium board. Some handy options will be available that no
board has so far. U are free to register and have a look around. U allso might notice the different
layouts the layout on the mainpage will be the layout the other will be deleted afte...
How I Can Display Forum Topic On Main Website ?
- (4)
Suppose i have a website.. domain.com , and have phpbb forums on domain.com/forums.. And i want to
display the new topics written in the forum on the main page of website...how i can do that.. ? for
example ,I want to display this topic `? "domain.com/forums/viewtopic.php?t=16" how can i do
that ?...
Sending Messeges Over A Website.
- (3)
i want to learn how members of a website can send messeges to each other using php since im learning
it. okay i can write in more detail..that for example if users can register on a website , suppose
there are some users on the website , and now i want to learn how they can send messeges to each
other.suppose each user has a unique ID ... and for example if some one has send the messege to
other member of website , then he can know that he has recieved a new messege..something like inbox
on the website where all of his messeges can be stored...lets say same way like on t...
Forum Signatures Help
- (1)
Click Here to view a post that i made to see whether my forum signature works in the signature
box, and it doesnt. I dont know why, it works in the message area yet not in the signature. What do
i need to do here in order to fix it? HTML is Enabled n i added the img into the HTML tags...still
doesnt work, please help....
Music Website
- (3)
http://www.metalmania.net I'm pretty much a novice when it comes to php/mysql and I have been
trying to figure out how to build something similar to the way the site above works. Do any of you
know of a tutorial or script or something that would show me how to accomplish something very
similar to that? I have also been exploring phpnuke platinum with the TopMusic mod, but it just
doesnt want to do what I want it to do. Sure it has a lot of features already done for me, but the
architecture and navigation is very poor in my opinion, not nearly as efficent as the n...
Free Website Portal
- (2)
hey everyone, have you ever used PHP??? well if you have you know how cool it is and nice to work
with and it has nice mods and stuff for it.... well i got the ultimate php its called
PHP-Platinum very very very nice Portal and Engine Coding, slick sleek and smooth are 3 words for
this portal... if you want to see it in action and see features of it or even download it and check
it out for yourself visit this site PHP-Nuke Platinum Features & Downloads its a very nice
thing to use so go check it out, i love it cause its got nice protection so your site stays s...
Website Help
- Need php programmers to help me. (10)
I need some php programmers help. I am working on a website. I have asked for some code in another
topic and would now like help. These will possibly be sold. And if they do I am willing to pay the
people who help me out a lot some of it. Dun start asking to help and like help a tiny bit and
expect to get something big out of it. I am only paying to people who help a lot and once they are
sent out. You must also be good with making clan websites. These will be for clans. If you bother me
about getting money than no pay. More info on aim. My aim is generalds2001...
Php Website Assistance?
- Help Me (1)
Hello, i have just set up a website, and want to protect the site using login and password
protection. Can anyone give me some PHP scripts which will keep a track of usernames and passwords,
and add them to the access rights list. is this possible? If so, i would be much obliged if you
would do so. Thank you. P.S If anyone needs assistance with HTML, that is my speciality, so send
me a message. Always happy to help...
My Forum/shoutbox
- its a shoutbox now, but will be a forum (8)
Visit My Forum ok this is my forum it has: -Date Posted -Stores in mysql database -Shows in
Decending order -Able to use HTML (this is a bad thing) -Shows How many users are online -Shows how
long it takes to show the page -Looks simple and clean /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> Will Add: -Member system -No HTML in Posts
-Replace the HTML with BB Codes if anyone could help me with the things i need to add please reply
and rate my script /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /> ill
releas...
Need Help With My Website
- (4)
Hello, i have Invision Power Board v3, my website is http://www.generatione.trap17.com/forums] , I
am doing this website for this organization. Anyhow, i still dont have a home page, but i have the
forum part set up. And that is what i need some help on. and i had a couple of questions in which i
was wondering if you guys new how to change these settings. How can i change the title of my
website? The current one is New Directions - Forum (Powered by Invision Power Board). How can i
put more links in for example in trap17 there are , i was wondering how could i ...
Writing To Database Problem With Mysql - Not Writing Forum Post
- (3)
I'm making a forum and I've had several problems tonight which I've come here to ask
then found the answer to myself, but this one is stumping me. Whenever it goes to write the post to
the database, it saves the poster, and the time, but the part where the message would go is empty.
Here's the code, with comments about what it's supposed to do (what I wanted it to do and
thought it did): CODE $imsg = stripslashes($_POST['msg']);
//Get message if(strlen($imsg) > 5 && strlen($imsg)...
Myphp Forum
- a simple yet powerful forum (12)
I just tried installing a new forum a few days ago, called MyPHP Forum, I found it to be really
powerful yet, takes on the non-graphical approach, perhaps a link to my forum would be good, so you
can see what i mean, http://xeek.ca.tt/forum I'm partly doing this becasue I want people to
use te themes i made, /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' />
check out the MyPHP website @ http://www.myphp.ws check out the user made themes @
http://myphp.ws/scripts.php ...
Links To Lots Of Usefull Website
- I AM NOT SPAMING THIS TOOK ME 15 MINUTES (1)
HELLO HERES A LIST OF LOTS OF USEFULL SITES I FOUND: || Codecs || http://www.free-codecs.com
http://www.codecsdownload.com http://www.freecodecs.net http://www.click-now.net
http://www.click-now.org || Search Engines || www.google.com www.search.com www.altalavista.com
www.AllSearchEngines.com www.mamma.com || Programming Help Sites || www.patorjk.com
www.planet-source-code.com www.freevbcode.com www.codearchive.com www.vbaccelerator.com
www.vbcode.com www.abstractvb.com www.developerfusion.com www.codeproject.com www.extreme-vb.net ||
Free Online Game Play || ...
Website Made With Php
- help... (31)
I want to create and interactive website, similar to ' Free Web Templates ' I do not have
the knowledge to create such a website where users sign up, login, and have profile pages, also
pages displaying their contributions.... If someone could create a base for this website for me,
e.g, login page, mambers page, profile page, creations page and so on... which I can then change the
layout and so on to suit my needs... I can off a small amount of money for this, however, not alot.
Any response is welcome, Thank you, Craig....
Looking for forum, website, profiles
|
|
Searching Video's for forum, website, profiles
|
advertisement
|
|