vBulletin Modifications

[TouchingVirus.FXP.HACK.v3] related

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > vBulletin Modification Requests

Reply
 
LinkBack Thread Tools
Old 11-13-2004, 12:57 PM   #1
Junior Member
xpto's Avatar
Join Date: Oct 2004
xpto is on a distinguished road

Default [TouchingVirus.FXP.HACK.v3] related

I get always diferent errors, i can't understand what am i doing bad on this.
I already read all threads about that hack and still have 1 or 2 errors.

The error i get is on ftp checker and on hacks counter

Can anyone help me please?

All thanks are going to TouchingVirus, the original creator of this wonderfull hack

greetz
Attached Files
File Type: txt TV FXP HACK + hacks.txt (65.1 KB, 164 views)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 11-13-2004, 01:07 PM   #2
Member
Join Date: Aug 2004
Wookie is on a distinguished road

Default

Quote:
Originally Posted by xpto
I get always diferent errors, i can't understand what am i doing bad on this.
I already read all threads about that hack and still have 1 or 2 errors.

The error i get is on ftp checker and on hacks counter

Can anyone help me please?

All thanks are going to TouchingVirus, the original creator of this wonderfull hack

greetz

ALL problems have been solved in this thread here http://www.vbhacks.us/forum/showthread.php?t=378 If you cannot find the answer to your problem in this thread then you installed the hack wrong. So go and read this thread, and if you still have a problem re-install the hack...

Wookie




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-13-2004, 01:16 PM   #3
Junior Member
xpto's Avatar
Join Date: Oct 2004
xpto is on a distinguished road

Default

I already installed the hack 9 times, and i re read that threads more then 30 times already, the txt is fixed with all that have been said there too

I just would like that anyone have a seen to the txt file, just in case i forgot anything there.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-14-2004, 07:28 AM   #4
Coder
Join Date: May 2004
Location: Holland
Repec is on a distinguished road

Default

the thread is closed for a reason u know

The final is comming soon, kinda depends on the time we have.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-14-2004, 09:57 AM   #5
Junior Member
xpto's Avatar
Join Date: Oct 2004
xpto is on a distinguished road

Default

oke then, i'll w8 for the final one and i hope this one works on the next time i'll install it..

U did a great job helping TV fixing that nice hack.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-14-2004, 11:50 AM   #6
Coder
Join Date: Aug 2004
Fury is on a distinguished road

Default

Hmm.. the hack works just fine, as far as i know.
if you'll show us the error you got, we'll probebly know what you did wrong or what's wrong.


Greetz, Fury




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-19-2004, 11:31 AM   #7
Junior Member
xpto's Avatar
Join Date: Oct 2004
xpto is on a distinguished road

Default

ok, there it goes then:

on control pannel i have this: FXP Hack Settings
In it i find "Rating Subtracted For Hacks" it was suposed to be "Rating Received For Hacks" and not Subtracted.

When i add a new forum, the hacks option doesn't show in the "FXP Hack Options" section.

i get an error:

Parse error: parse error, unexpected T_LOGICAL_OR on forumdisplay.php on line 777




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-19-2004, 06:45 PM   #8
BoB
Charter Member
BoB's Avatar
Join Date: May 2004
BoB is on a distinguished road

Default

what is on your line 777 then m8???????
gis a clue




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-21-2004, 06:35 AM   #9
Junior Member
xpto's Avatar
Join Date: Oct 2004
xpto is on a distinguished road

Default

now i start over again
i'v already searched if was missing "}" but i didn't found anything

btw, when applying the hack, i'v found this:

Open: /showthread.php & Find:

$postbits .= construct_postbit($post, $template);

well, i found 2, were should i apply the mod? in the first or in the second?

the first:

if ($post['isdeleted'])
{
$template = 'postbit_deleted';
}
else
{
$template = 'postbit';
}
$postbits .= construct_postbit($post, $template);


the second:

$bgclass = 'alt2';
if ($threadedmode == 2) // hybrid display mode
{
$postbits .= construct_postbit($post, $template);
}

in the 2 cases i get an error on thread submit:

Invalid SQL: INSERT INTO fxp_counters VALUES (1,0,1,0,0,0)
mysql error: Column count doesn't match value count at row 1



i still have the same error 777 on same place, it seems that have something with the change i made to make the pack have hack counter.
Does anyone can check the txt please?

Edit: sorry, my bad, i found why, was missing a ( in the if statement

it's
if (($countryflag=='??') OR ($countryflag==''))

not

if ($countryflag=='??') OR ($countryflag==''))






in the /showthread.php i addeded the code b4 the
$postbits .= construct_postbit($post, $template);

but the counters just show up if the threads are:
Use Legacy (Vertical) Postbit Template set to no


I'm getting too many errors since i addeded more code to the hacks counter, could someone check the txt please?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-21-2004, 02:55 PM   #10
Coder
Join Date: Aug 2004
Fury is on a distinguished road

Default

Hey, read your message and tried to reffer to everything you wrote.

Quote:
I'm getting too many errors since i addeded more code to the hacks counter
what do you mean by more code? if you have too much troubles with that file, just upload backup (which is the original file i suppose) and remodify it. that should do.
you are not the first one who's installing it so i dont see any reason for you to have such errors as you do.

Quote:
Open: /showthread.php & Find:

$postbits .= construct_postbit($post, $template);

well, i found 2, were should i apply the mod? in the first or in the second?
above the first one.


Quote:
in the 2 cases i get an error on thread submit:

Invalid SQL: INSERT INTO fxp_counters VALUES (1,0,1,0,0,0)
mysql error: Column count doesn't match value count at row 1
it means that you are trying to enter too much values to the table (you got 4 columns there and you are trying to run 6), or you got less values to enter to the table (you got 7 columns and you are trying to enter 6).
the best solution will be to drop that table fxp_counters and rerun it
that should solve it.

Quote:
but the counters just show up if the threads are:
Use Legacy (Vertical) Postbit Template set to no
just add the counters to postbit_legacy and it will solve the mystery you are having.



Good Luck,
if you got anymore problems, we'll try to help you out.

Greetz,
Fury
__________________
The Brave Ones Doesnt Live Forever, But The Cowards Doesnt Live At All..




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
TV FXP related Butcher General vBulletin Support 6 04-13-2005 04:14 PM
Looking to buy Computer Related Froums Scott Off Topic 0 04-30-2004 12:15 AM


All times are GMT -3. The time now is 04:13 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)