The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Благодарность от: | ||
CarpCharacin |
Comments |
#52
|
||||
|
||||
![]() Quote:
![]() I see you are not far from me - what is your site ? |
#53
|
|||
|
|||
![]()
I visited your site shortly after posting, I figured it would probably work then, lol
![]() I'm here from www.talkaudio.co.uk, the UK's biggest Car Audio Forum ![]() HB |
#54
|
||||
|
||||
![]() Quote:
thanks ![]() |
#55
|
||||
|
||||
![]() Quote:
Quote:
|
#56
|
|||
|
|||
![]()
Hi I get 'Could not find phrase 'thread_displayproxyip'.' and it is added, I also have
the IPINFO added.. Add the following phrase "thread_displayproxyip" ; GLOBAL Real IP Address : $postinfo[ipaddress]<br> $postinfo[hostaddress]<br> Proxy Server IP Address : $postinfo[proxyip]<br> $postinfo[proxyhost] This is my postbit.. Code:
<if condition="$show['ip']"> $vbphrase[ip]: $post[ip] <else /> <if condition="($post[proxyip] != '')"> <a href="postings.php?$session[sessionurl]do=getip&p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ipp.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> <a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> <else /> <a href="ipinfo.php?$session[sessionurl]p=$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/ip.gif" alt="$vbphrase[ip]" title="$post[ip]" border="0" /></a> </else></if> </if> should give me just one button, now the buttons work its just when you click on a proxy IP it gives you the above error... EDIT I fixed it sorry I read through maybe you should place in the readme its Front-End Error So my only question is can I show the proxy button if only admin, not mods or super mods |
#57
|
||||
|
||||
![]() Quote:
Quote:
|
#58
|
|||
|
|||
![]()
Ok thanks for that... I have noticed an error which has arrised I think its
to do with this mod, I receive this a few times a day around 2-3 Code:
Database error in vBulletin 3.0.3: Invalid SQL: INSERT INTO post (threadid, parentid, title, username, userid, dateline, pagetext, allowsmilie, showsignature, ipaddress, proxyip, iconid, visible, attach) VALUES (10154, , '', 'BlackbirdDJ', 2696, 1102976866, 'cheers', 1, 0, '81.--,'', 0, 1, 0) mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' '', 'BlackbirdDJ', 2696, 1102976866, 'cheers', 1, 0, mysql error number: 1064 Date: Monday 13th of December 2004 10:27:46 PM Script: http://--/forum/newreply.php Referer: http://--/showthread.php?t=10154 Username: BlackbirdDJ IP Address: -- I have these mods added: Who Viewed This Thread - Enhanced Version Advanced Editing Options For Mods & Admins Reoccurring Paypal Subscriptions Email notification if someone attempts to access your Admin CP BB Messenger 1.5 ipInfo -- Extra user IP information Proxy ip to real ip conversion V3acade uCash & uShop modmanagementv1 vBSigHosting Whos online in admin statistik_english2 Advanced Warning System (AWS) Hide vB Report Manager 2.0 (Admin CP) - Report to Email, PM, Forum (PS: I removed the IP of the user, and URL - also note its off different users too) Do you know whats wrong :ermm: |
#59
|
|||
|
|||
![]()
I can see the syntax error: there is no parentid value. However, I don't know which file is making that query. When the file is found you'll be able to fix the query.
Try searching all your files for this text string: $DB_site->query("INSERT INTO " . TABLE_PREFIX . "post I searched my files and couldn't find it so I don't think it's related to this hack. |
#60
|
||||
|
||||
![]()
There is also an error here
'BlackbirdDJ', 2696, 1102976866, 'cheers', 1, 0, '81.--,'', 0, 1, 0) But since you have edited the error message it's impossible to tell if it's a real error. If you want any more help you must post the actual error message, not an edited version. |
#61
|
|||
|
|||
![]()
Here is the message as it is displayed, I have just repalced the IP
Code:
Database error in vBulletin 3.0.3: Invalid SQL: INSERT INTO post (threadid, parentid, title, username, userid, dateline, pagetext, allowsmilie, showsignature, ipaddress, proxyip, iconid, visible, attach) VALUES (2463, , '', 'luciosestio', 2762, 1103012553, 'Grazie !', 1, 0, '127.3.192.6','213.175.2.50', 0, 1, 0) mysql error: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' '', 'luciosestio', 2762, 1103012553, 'Grazie !', 1, mysql error number: 1064 Date: Tuesday 14th of December 2004 08:22:33 AM Script: http://www.mydomain.com/forum/newreply.php Referer: http://www.mydomain.com/forum/showthread.php?t=2463 Username: luciosestio IP Address: 127.3.192.6 Also any idea on where about this will be, in included folder? DB_site->query("INSERT INTO " . TABLE_PREFIX . "post Thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|