Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Pincode ( Staff Pannel ) (http://www.bvlist.com/showthread.php?t=2005)

Ezzi 14th February 2009 04:43

Pincode ( Staff Pannel )
 
well everything seems to finally be working just 1 question when i set the pincode for the staff panel it says invalid pin code for both panels tracker settings + staff panel and locked me out blah blah so i set the SAME pincode as tracker settings + staff panel and still saying Invalid pincode is there a way to get this working!! or just run it with out a staff panel lol!

Preceptor 14th February 2009 09:14

Template Shares 3.1 right? There is a bug in the database query getting the pincode you set. It's pretty easy to fix... Lemme get the code...
Yep...
Find this line :
Code:

$sql = sql_query("SELECT * FROM pincode WHERE area = 2 LIMIT 1");
And replace with
Code:

$sql = sql_query("SELECT * FROM pincode WHERE area = 1 LIMIT 1");
There!
Fixed!

Ezzi 14th February 2009 09:44

TS SE 5.1 but ill try it ty

---------- Post added at 02:44 ---------- Previous post was at 02:42 ----------

yea i searched for that code and nothing!

torrentfreak 14th February 2009 23:02

Quote:

Originally Posted by Preceptor (Post 9027)
Template Shares 3.1 right? There is a bug in the database query getting the pincode you set. It's pretty easy to fix... Lemme get the code...
Yep...
Find this line :
Code:

$sql = sql_query("SELECT * FROM pincode WHERE area = 2 LIMIT 1");
And replace with
Code:

$sql = sql_query("SELECT * FROM pincode WHERE area = 1 LIMIT 1");
There!
Fixed!

At least tell him which file to open and see for that line. I have the source will look and post tom.

Preceptor 15th February 2009 00:04

...
 
uh... It seemed pretty obvious to me, since he wanted to access staffpanel and couldn't... That line is inside admin/staffpanel.php
Sorry mate

Terminator 15th February 2009 02:45

Quote:

Originally Posted by Ezzi (Post 9025)
well everything seems to finally be working just 1 question when i set the pincode for the staff panel it says invalid pin code for both panels tracker settings + staff panel and locked me out blah blah so i set the SAME pincode as tracker settings + staff panel and still saying Invalid pincode is there a way to get this working!! or just run it with out a staff panel lol!


you can't set same pincode for both panels! it is wise to use diff ones!

i wouldn't mind myself to get my hands on a clean 5.1 (nulled/ decoded one by mrdecoder) to test on our site!

anyone can help in telling me where abouts i can get a copy, plz?

Ezzi 15th February 2009 02:58

5.1 dont seem to have admin/staffpanel.php

GelGit 15th February 2009 19:59

Same problem with TS SE 4.3
First pincode is working but second pin code always giving invalid error code.
Idk how to fix this problem.

Ezzi 16th February 2009 05:41

i fixed this problem by getting a friend to register an account for me then giving it access to staff panel and setting it TEAM LEADER then i login and enter the staff pincode and works :D


All times are GMT +2. The time now is 17:06.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.