Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » Bug Reports for V2.X » Problem with invites
Problem with invites [message #4145] Wed, 26 May 2010 11:01 Go to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
Hi, we are trying to use the invite system but we always get the error: "Activation Key is NOT Correct." when someone's trying to join the site using invitation Confused
Re: Problem with invites [message #4148 is a reply to message #4145] Wed, 26 May 2010 12:32 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
is the key added to the invite?

http://a.imageshack.us/img831/5562/mybikes.png
Re: Problem with invites [message #4151 is a reply to message #4148] Wed, 26 May 2010 13:26 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
Yes, for example: id=5157&secret=679900ee7de6c8de47ebad2e030e49ad
Re: Problem with invites [message #4153 is a reply to message #4151] Wed, 26 May 2010 13:32 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
open
conferminvite.php
and fine
if ($md5 != md5($sec))
bterror(_bterrinvalidactkey,_btsorry);

and add before
die(md5($sec).'<br>'. $md5);

and tell me the outcome


http://a.imageshack.us/img831/5562/mybikes.png
Re: Problem with invites [message #4156 is a reply to message #4153] Wed, 26 May 2010 14:09 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
Not working, I get the site's page with the logo up but low only shows: 759cbec7e954a98aa44927820fb4366e
b441c1cda9568bb44700ce20e83935bc
Re: Problem with invites [message #4157 is a reply to message #4156] Wed, 26 May 2010 14:15 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
I know that was what I wanted to see
it shows me that the 2 codes are deferent.
change the
die(md5($sec).'<br>'. $md5);

to
die(md5($row["password"]).'<br>'. $md5);

then let me know the out put


http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Wed, 26 May 2010 14:15]

Report message to a moderator

Re: Problem with invites [message #4158 is a reply to message #4157] Wed, 26 May 2010 14:25 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
759cbec7e954a98aa44927820fb4366e
Re: Problem with invites [message #4159 is a reply to message #4158] Wed, 26 May 2010 15:32 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

try these. replace both in your root.

Re: Problem with invites [message #4160 is a reply to message #4159] Wed, 26 May 2010 15:58 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
Thanks but error remains.
Re: Problem with invites [message #4164 is a reply to message #4158] Thu, 27 May 2010 01:04 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
Voreios wrote on Wed, 26 May 2010 09:25
759cbec7e954a98aa44927820fb4366e

check in the data base and see if there is a password saved please.


http://a.imageshack.us/img831/5562/mybikes.png
Re: Problem with invites [message #4165 is a reply to message #4164] Thu, 27 May 2010 05:08 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
Password ? Where I am looking for it ? I mean in which place in database ?
Re: Problem with invites [message #4166 is a reply to message #4165] Thu, 27 May 2010 06:10 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
in the users table

http://a.imageshack.us/img831/5562/mybikes.png
Re: Problem with invites [message #4167 is a reply to message #4166] Thu, 27 May 2010 08:46 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
What user ? (also better to come in msn later Razz )
Re: Problem with invites [message #4168 is a reply to message #4167] Thu, 27 May 2010 13:21 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
I searched for "759cbec7e954a98aa44927820fb4366e" in database and found nothing.
Re: Problem with invites [message #4169 is a reply to message #4168] Thu, 27 May 2010 13:41 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
lol you need to search for the id of the user your conferming!

http://a.imageshack.us/img831/5562/mybikes.png
Re: Problem with invites [message #4175 is a reply to message #4169] Fri, 28 May 2010 06:38 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
I don't get it, the user I am confirming is not registered yet, so what ID ?....
Re: Problem with invites [message #4176 is a reply to message #4175] Fri, 28 May 2010 12:54 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
the Id of the user is in the link used to conferm.
Quote:
for example: id=5157&secret=679900ee7de6c8de47ebad2e030e49ad


http://a.imageshack.us/img831/5562/mybikes.png

[Updated on: Fri, 28 May 2010 12:54]

Report message to a moderator

Re: Problem with invites [message #4178 is a reply to message #4176] Fri, 28 May 2010 16:38 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
There is no user with ID 5157
Re: Problem with invites [message #4179 is a reply to message #4145] Fri, 28 May 2010 17:19 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

lmfao OMG is all i can say dude.... READ. that was an example. when you invite/d someone, you will see there peer id #

the person who recieved the invite ill have id#


Re: Problem with invites [message #4180 is a reply to message #4179] Fri, 28 May 2010 17:49 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
I am not an idiot "dude", my example was from a real invite I made. And logically thinking, since the invitation code was wrong, this person NEVER registered so he can't have an id, and he hasn't.

[Updated on: Fri, 28 May 2010 17:52]

Report message to a moderator

Re: Problem with invites [message #4181 is a reply to message #4180] Fri, 28 May 2010 17:57 Go to previous messageGo to next message
Daffy is currently offline Daffy  United Kingdom
Messages: 359
Registered: October 2009
Location: uk
Releaser

yes, and the ID number is attached to the invitation code. so when that peer accepts he is assigned to that id. joe as asking for the whole invitation code. try send another one and see. which version of pmbt are you using? i use repack modified a little and invite works fine for me.

Re: Problem with invites [message #4182 is a reply to message #4181] Sat, 29 May 2010 06:06 Go to previous messageGo to next message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
You also have to remember that the user well be deleted after 24 hours people!
so You well need to send out a new Invite.


http://a.imageshack.us/img831/5562/mybikes.png
Re: Problem with invites [message #4189 is a reply to message #4182] Sat, 29 May 2010 20:32 Go to previous messageGo to next message
Voreios is currently offline Voreios  Finland
Messages: 75
Registered: October 2009
Seeder
Well, since I am no coder I can't fix this. And since it seems you don't have time to come to msn I'll just forget it even though I would like to use it.
Re: Problem with invites [message #4191 is a reply to message #4189] Sat, 29 May 2010 22:03 Go to previous message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
Im always on msn!

http://a.imageshack.us/img831/5562/mybikes.png
Previous Topic:IRC problem
Next Topic:Found forum bug
Goto Forum:
  


Current Time: Wed Feb 08 05:18:42 GMT 2012

Total time taken to generate the page: 0.00977 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software