|
|
|
|
![]() ![]() |
Mar 18 2007, 08:10 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 18-March 07 Member No.: 40,290 |
Hii
i need help margning script. i have coppermine gallery, AzDGDating Site, Noah's Classifieds they all have user sign-up login. but they have different like i need to have 3 seperate account for each script is there any way like mergning one user name and password would work for 3 section. if you don't get my question please tell me i will try to explain more in detail thank you for your time and help |
|
|
|
Mar 18 2007, 08:32 PM
Post
#2
|
|
|
Member [Level 1] ![]() ![]() ![]() ![]() Group: Members Posts: 53 Joined: 24-February 07 From: Latvia Member No.: 39,133 |
Ok, you have three sites and you want to use one login for all of them?
If yes, you want all the users to be able to do that or only you? And did you code them yourself or are they some kind of CMS's? |
|
|
|
Mar 18 2007, 08:42 PM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 18-March 07 Member No.: 40,290 |
do u have any step for it or any thing that can help me
thank you |
|
|
|
Mar 18 2007, 08:52 PM
Post
#4
|
|
|
Newbie [Level 2] ![]() ![]() Group: Members Posts: 33 Joined: 17-March 07 From: Mumbai Member No.: 40,231 |
do u have any step for it or any thing that can help me thank you U may have to re-edit the entire source to use a common database. As far as I know is, all the three uses different database structure to store information. It's a critical task re-editing the source. I suggest to learn the database structure, using phpMyAdmin or something like that. Once done, try to edit the code to use the same table for atleast username and password fields. And, there's no definite solution ...unless u experiment with it. |
|
|
|
Mar 19 2007, 12:21 AM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 18-March 07 Member No.: 40,290 |
I would really like to learn how to do it.
Can you tell me how to start it off like I am ready to do everything over again remove my current user database and have new 3 in one. do i have do change settings in config.php or something. thank you |
|
|
|
Mar 19 2007, 10:12 PM
Post
#6
|
|
|
A clever man learns from his own mistakes, a WISE man learns from those of OTHERS ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 884 Joined: 12-April 06 From: Essex, UK Member No.: 21,719 |
QUOTE U may have to re-edit the entire source to use a common database. As far as I know is, all the three uses different database structure to store information. It's a critical task re-editing the source I think that would be the way to do it. The thing is though is that all three systems will use a different database, and the likelihood is that all three databases will have a slightly different name for things, eg in one system the persons name might be called "username" but in another it might be called "user" so that would need a lot more effort. Also if there are say 4 fields in one database table and if one has 6 then there will be more effort needed! Its definately possible, i dont think i would have the time to do it myself as ive got college exams up and coming, but im sure either someone here can do it or you can find yourself a freelance coder on the internet somewhere, that would cost though. The first thing to do is find out how the databases work, make a list of the database and then the table name and then the fields in that table and that will be the starting point, if youre lucky all three systems will use similar field names. That will get you the login/logout and register parts, the next part will be keeping the user logged in untill they choose to log out, depending on what the variables are called within the code that might be a bigger job to do as it might mean that every ".php" file will need to be edited. But the database structure is the first thing to think about! You can post the structure of the database, not the content, on the forums and someone might be able to help, if you need help on finding ut the structure then just ask! Unfortunately i havent much experience with any kind of modifying so i dont think ill be a lot of help! Though i belive sme guys/girls on these forums have got experience in big modifying jobs so they might be able to help! |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 20th July 2008 - 07:41 AM |