Log in

View Full Version : Quick Reply Box for vB 2.3.3?


Anthony_IGO
12-26-2003, 07:38 PM
Where can I find this? I downloaded the one from Firefly, but the code string in showthread.php is different than the one he lists. Please help

MindTrix
12-26-2003, 08:08 PM
This really should be in support or the hack's thread, im sure someone will move it for you.

In the meantime, post the code it says to find that you cannot find etc here and see if someone can help you.

Don't forget to place them in [ php ] tags (minus the spaces.)

Digital-Inn
12-31-2003, 02:01 PM
Hi

i have the same problem.
in the install file stand:


if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}

if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}


but i don t finde this code. I use vb 2.3.3

thanks for help

MindTrix
12-31-2003, 03:53 PM
Your using vb 2.3.3 yet your postbit says GAMMA odd ;)

Anyway, sometimes you find that the code in your file, does not match the code you have been told too find because of some spaces in certain places.

So narrow it down a little bit, search for a little bit of the code, for instance, take the first section of the code you was told too find which was

if (!$getperms['canviewothers']

If that is found in the file, then check the code after it too see if it matches the rest of the code you needed to find.


Hope that was not too confusing for you.

GTA3_Mafia
12-31-2003, 08:10 PM
Yeah i'm having the same problem. It says to find this in showthread.php :

if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}

if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}

The second part of the code is not in the showthread.php... I looked everywhere...

MindTrix
12-31-2003, 10:35 PM
Try as i said above, if all else fails i will take a closer look for both of you.

GTA3_Mafia
12-31-2003, 11:18 PM
Nevermind, I just added what it told me to do and it worked anyway.

Digital-Inn
01-01-2004, 08:15 AM
This Code i finde


if (!$getperms['canviewothers'] and ($thread['postuserid']!=$bbuserinfo['userid'] or $bbuserinfo['userid']==0)) {
show_nopermission();
}


but this code i dont finde


if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;
}

MindTrix
01-01-2004, 10:26 AM
I took a look and your right i cannot find that code either.

Instead of Fireflys quick reply try out Mist's hackless quick reply found here

https://vborg.vbsupport.ru/showthread.php?t=56834