![]() |
There seems to have been a slight problem with the LiquidFLO database.
Please try again by pressing the refresh button in your browser. An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists. We apologise for any inconvenience. Database error in vBulletin 2.2.7: Invalid SQL: SELECT thread.threadid,thread.title,thread.replycount,thr ead.postusername,thread.postuserid,thread.dateline ,thread.views,thread.iconid,thread.votenum,thread. votetotal,post.postid,post.pagetext,post.allowsmil ie,post.showsignature,user.signature,avatar.avatar path,NOT ISNULL(avatardata) AS hascustom,customavatar.dateline AS avatardateline FROM thread LEFT JOIN post USING (threadid) LEFT JOIN user ON (user.userid=post.userid) LEFT JOIN avatar ON (avatar.avatarid=user.avatarid) LEFT JOIN customavatar ON (customavatar.userid=user.userid) WHERE thread.forumid=62 AND isnews='Y' GROUP BY thread.threadid ORDER BY thread.threadid DESC LIMIT 5 mysql error: Got error -1 from table handler mysql error number: 1030 Date: Wednesday 22nd of January 2003 05:34:42 PM Script: http://www.liquidflo.com/rap/rap/myvbindex.php Referer: iv had my homepage up for 2-3 days and i come home,... and get this ??? can ayone help |
Supersimon - That looks like one of your tables has become corrupt. You should try running the repair.php file in the "extras" folder that came with vBulletin.
|
Hi Guys,
I am trying to password protect my pages that are on myvbindex page so once they are logged in they can view our site. I have found a few things but nothing seems to work right. Is there anything like that in myVBindex? So if they are not logged in it takes them to a reg. page and if they are it allows them access to the site. Papa |
Quote:
this should work for you...assuming you do not want un-registered/un-logged-in users to see your myvbindex.php page; right after: require('./global.php'); insert the following code: PHP Code:
|
Thanks Jeff,
It worked like a champ blocking me out but if I enter my username and pass it takes me to the member.php page and not the page I was at??? Could this be a setting in the log in page? One more questions. Can I use: require('./global.php'); if ($bbuserinfo['userid']==0) { eval("dooutput(\"".show_nopermission()."\");"); } on non vb pages can I use the above code as an include to protect those pages. Thanks in advance |
plur planet, maybe you can help me with this
https://vborg.vbsupport.ru/showthrea...threadid=48130 please refer there, but we would also like this done on the vbindex pages we have, anyway? Thanks |
Quote:
require(./global.php'); at the beginning to make all the vb variables available. |
This is the error I get Jeff,
Parse error: parse error, unexpected T_REQUIRE in /home2/mmdclab/mmdclab-www/forums/v_blur_tool.php on line 1 ???? |
OK I got the require thing going but now I get this at the top of the pages:
Warning: Cannot add header information - headers already sent by (output started at /home2/mmdclab/mmdclab-www/forums/v_blur_tool4.php:3) in /home2/mmdclab/mmdclab-www/forums/admin/functions.php on line 1573 You can enter your username and pass and it will work ok but I am not sure where this error is coming from. |
ok we are making progress.
We do not get an error and it works everytime as long as the file we add this code to is in the forums directory. If we place the file in a folder it will not work. It keeps taking us to the member.php file and it is looking for it in the folder our protected file is in. Anyone have any solutions to this? I guess we could just place all of our files we want to require registration in our forums folder but that would just get crazy. Thanks in advance. |
All times are GMT. The time now is 01:17 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|