kab012345
Sep 23 2007, 06:19 PM
| | 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!
Ex.  |
Reply
jlhaslip
Sep 23 2007, 06:39 PM
Check out MK Portal as a web site Portal. It integrates with phpbb2.
Reply
kab012345
Sep 23 2007, 09:04 PM
QUOTE(jlhaslip @ Sep 23 2007, 02:39 PM)  Check out MK Portal as a web site Portal. It integrates with phpbb2. Thanks. I will try that and see if it works for what I want to do.  I wonder if they will add support for phpBB3..  Also, I will put you in as my referrer.  Thanks  kab012345
Reply
jlhaslip
Sep 23 2007, 10:09 PM
QUOTE Also, I will put you in as my referrer. smile.gif If you need to, then okay... Also, have a look at the AEF Forum software. It works faster than phpbb2, so it will out perform the bloated phpbb3, too. http://www.anelectron.com/board/index.phpAnd they are working on an integration for the AEF/MK Portal system right now, too... Check with elwizard at either of those sites.
Reply
bk2070
Sep 24 2007, 07:45 PM
Yeah I like AEF the only problem I have with it is the lack of skins that they have made so far, once they are able to get a bunch skins and a more stable skin selection, I will defintley be using it.
Reply
Similar Topics
Keywords : creating, login, box, links, phpbb, forum, phpbb, forum, intergrated, website
- Creating Something With Co-ordinates With Php.
Something like you see in those web-based php games, like a map or som (12)
Forum Script
(3) Hello, i'm wanting to start making my own forum software but i dont know where to start or what
i need to know in order to do this. I know i will need php and mysql but what else, and could some
one point me to a good site were i could learn php and mysql. Thanks ....
One Login Account At One Time
(3) When we login, we got a session. But at the same time when we still login, another one could login
at our account. So, can we restrict only one user could login at one account? So if another wants
to log into the same account, he must wait until the one logs out. Thanks in advance.....
Html Site With Login
Is it possible? (2) Hello. I´m building my own site and I need some help... Is it possible to use a login sistem in php
and mysql database in a html site? ....
Login System
(6) i am designing a site for my alliance for the game Dark Throne. and i want some content to be
availabe to members of the alliance only, and other content to be available to people with a certain
rank within the alliance. i know this should be somewhat simple, but i am not that sure how to do
it. my idea for the website is just have basic info about the alliance available to everyone, then
news about the alliance and member lists and other things like that available to every alliance
member, then things such as the strike team, diplomat team, and special areas like that,....
Php Login Script
(1) I'm looking for a good php login script. I would like one where it pops up. like http-auth. but
with out the data base. I would also like for it to have a log out fuction.....
Php And Flash Image Gallery
Need some help in creating or editing an xml file while viewing some o (5) Hello there and thanks for the helping hand you are offering. PHP newbie here! /ph34r.gif"
style="vertical-align:middle" emoid=":ph34r:" border="0" alt="ph34r.gif" /> So here is my problem:
On my website I have a flash image gallery.The way the gallery works is by uploading pictures in a
folder and editing? an xml file.(pics.xml) where it adds the following code when you upload a
picture: CODE <pictures> <image location="nameofpicture1.jpg"
desc="" /> <image location="nameofpicture2.jpg" desc="" /....
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....
Windows Login Credentials
(0) On an intranet I'm running php. apache and mysql. We use Windows logins. I have a form that
users can submit. This will require a login. I would prefer to use the windows login and passwords.
can I link to the windows authentication? The issue I see is when a user changes the password. My
link would need to update the password....
Is This A Good Script?
A login script (9) Okay, I am trying to password one page of my website. I need confirmation if this is a safe code or
not. The whole code is on the page I'm protecting. CODE <?php
include('header.php') ?> <?php // Define your username and password
$username = "THE_USERNAME"; $password = "THE_PASSWORD"; if
($_POST['txtUsername'] != $username ||
$_POST['txtPassword'] != $password) { ?>
<h1>Login</h1> <form name="form" method=&....
Phpmyadmin Login Problem!
(1) I have easyphp. But i can not log when i go to phpmyadmin. I directly enter the page. But i think i
should normally have to log in before enter that page. What should i do to configure the access to
phpmyadmin? Thank for help....
Login System Help...
(3) I know, nol tried to use this script.. and erm.. i think failed.. but i installed it all good, works
fine, UNTILL........ i tried to add a new option to the registration. Thhis is the url to the
site.. where the dl is.. http://evolt.org/PHP-Login-System-with-Adm...nts_per_page=50 I would
really appreciate it if somebody could add, in all the php files properly a new registration thing,
called "name" where they write their name in so i know it for future reference. if somebody could
get that to me i would really appreciate it. ALSO... if you can't do that, or jus....
Trouble With Phpbb Email
(1) Hi guys, I want to know if there is anything you can do for sending confirmation email to your
users automatically when they have just regeistered, when the host server does not support SMTP
(Simple Mail Transfer Protocol). ? Thanks alot.....
Phpbb Or Ip.b?
Which is better? (11) This is just a poll on which forum soolution you like better. I like both - I just want to see
what's YOUR opinion.....
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 ?> Sloppy Login Script
Sloppy login script, couse i used @ on one string (12) Here's a sloppy 3 files login script. First file is Login file that looks like this login.php
CODE <form action="check.php" method="post"> Username: <input
type="text" name="username1"><br /> Password: <input
type="password" name="password1"><br /> <input type="submit"
value="Login"> </form> Basicly that is HTML form that's used for input
Second part of the script is the check.php that we call from our login.php form QUOTE ....
New Arisen Site Problem
Nettek Login Trouble (2) Okay, so I installed Nettek and got everything set up. But every time I try and login, it says
it's incorrect. I've gone into the Database and gotten the password and since it was
simple, put them in and had tried but with no success. I tried changing the password but I still
couldn't get in. I tried adding another login and it still didn't work. I have no idea
what's wrong and I need some help.....
Dealing With Links Like ?id=123
pls help in a small issue (7) While dealing with such a links in php CODE page.php?id=1 i dont want that someone access
this page directly using page.php.. i can give some custom message incase someone try to access
page like: CODE page.php okay i can make it by using if condition etc.. but the other problem
is that, if someone try to access like, CODE page.php?id= in this case (where id is not
given, but there's only "?id= " which makes no sense.. in that case i want to make some custom
msg etc. how i can handle this situation? Regards ....
Error On Emailer.php & Smtp.php At Phpbb
ERROR on emailer.php & smtp.php at PhpBB (2) Are you use free webhosting??? smtp.php and emailer.php are general error on CMS like phpBB . It
make email verification disabled.Why??? because free webhosting not allow us use smtp port .they
afraid their server will atacking with spam !! so what solution to solve this problem?? You
can search on google or join at phpBB forum !!! but if it can not solve all this problem
it only able 1 trick ..you must download emailer MOD at www.phpbbhacks.com to inactive emailer.php
or smtp.php ....
What Does This Do?
$ban = ($data->login) ? $lban : $iban; (4) I'm correcting a 'few' php-files for a friend, but I got this line of code: CODE
$ban = ($data->login) ? $lban : $iban; and I don't know
what it does xD Could someone please explain me what this line does? Thanks....
Help Improving My Login Script Code
The code works okay...just not the authorization part (4) I have developed a piece of code /smile.gif" style="vertical-align:middle" emoid=":)" border="0"
alt="smile.gif" /> that is going to work as my login script for my website. I need some help making
improvements and creating additional features. Here is my code: CODE <?php
session_start(); $name = $_POST['username']; $password =
$_POST['password']; $con =
mysql_connect("localhost","myDbUser","myDbPassword");
if(!$con) { die(....
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....
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....
Automatic Login Using Curl
(1) If you'are lazy people like me. This script may help u. This script is to automated our login to
some site. You must have cURL installed to use this script. CODE <?php // INIT CURL
$ch = curl_init(); // SET URL FOR THE POST FORM LOGIN curl_setopt($ch,
CURLOPT_URL, 'http://www.external-site.com/Members/Login.php'); // ENABLE HTTP POST
curl_setopt ($ch, CURLOPT_POST, 1); // SET POST PARAMETERS : FORM VALUES FOR EACH
FIELD curl_setopt ($ch, CURLOPT_POSTFIELDS, 'fieldname1=fieldvalue1&fieldna....
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" />....
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. ....
Looking for creating, login, box, links, phpbb, forum, phpbb, forum, intergrated, website
|
|
Searching Video's for creating, login, box, links, phpbb, forum, phpbb, forum, intergrated, website
|
advertisement
|
|