![]() |
I tried converting one of your old posts into a install.hack.php
this was the guest unable to view threads/ edit showthread.php but it did not seem to be able to edit the files, did i do this right? it fails and will only edit one occurance of the variable Any ideas? or did i just do this all wrong? I was testing it with a simple example, just to se how it worked. Thanks |
Take it from just another mainframe OS guy, burned out on assembler code, and years of maintenance application to operating systems(not unlike application of hacks, either).
This is a GREAT step towards easy application/regression of code!! Most errors I have is from blinky eyed application, late at night!! Or that oft time when I convinced myself "I know it'll work, it's an EASY one!", and didnt take a backup (ok, rare, but I have my lapses)!! Not that I will EVER stop reading code, either!! Now, with hackmaker and VBhacker I can really be FREE !!! :lick: You folks do MORE than good a job ! |
Quote:
Quote:
Of course, that dir itself should be moded to 777, shouldn it ? Thank you very much. Bye |
I have a wish list for the next version. Not that it needs anything because it's already great, but if you were looking for new features anyway :)
I can't think of anything else. Definatly most important hack ever! Thanks again |
vbHackmaker totally stuffed up my hack (put slashes all through it) causing errors. (see nuke hack thread)
|
How does this hack work with php3 extensions? All the references I see show php.
Chris |
It doesn't, Chris.
|
bummer.
Chris |
Do people still use PHP3? Wakey wakey. ;)
|
No wakey wakey. Sleepy, sleepy. :)
I do because that is what I started with and my forum is now listed with google. If I change it to php, I loose all my google hits. Correct? Or is there some hocus pokcus I can do to fix that? Chris |
Have either of these been used on 2.2.5?
|
all I can say is this hack 0wnz!!
thanks Firefly |
Could you add a notes section to your files where you could list the xtra php files if there are any? It could also be usefull for notes about versions etc.?
|
One suggestion....Instead of dropping all the hack files in the admin directory, I would prefer to have a "hack" directory and put them there. It would help keep the admin directory less cluttered.
Just a thought. Chris |
Nice hack FireFly :)
Altough installing hacks is not as hard as uninstalling hacks ;) |
This would be brilliant - but it never works for me!! I always get errors:
Fatal error: Call to undefined function: wordwrap() in /home/eovie/public_html/forum/admin/vbhacker.php on line 449 (On the third page) Warning: Variable passed to reset() is not an array or object in /home/eovie/public_html/forum/admin/vbhacker.php on line 278 (On the second page, a different hack) I haven't managed to get any hack working properly with this. And yes, all directories were set to 777 (and files) Help?! |
You must have PHP 4.0.2 and higher to use this, since it's using wordwrap().
|
Uh oh, reply by email didn't seem to work :(
Apparently I'm running the latest version of php <confused> |
How do you know which version of php you are using?
And a side note - by setting the file/folder permissions to 777, does this pose a threat to the integrity of security? I don't know a lot about it. :s I got the vbhacker workign beautifully - love it! Thanks, Chen. however, I don't seem to have the 'multiple reply' hack workign (via vbhacker), though this isn't the place for that. :D Thanks again! |
Well, my hosts tell me I'm running version 4.1.2, which by my maths suggests I pass the 4.0.2 minimum...I think. <scratches head>
Any ideas? |
Quote:
You could either use mod_rewrite, or make a custom 404 error template, that would redirect the user using the variables in each url.. I think the theory would be similar to an oldish hack released by overgrown(i think) - vBSpiderFriend , have a look for it :) |
Chen, can you make a dropdown for the hacks forum, similar to the one that shows the version that the hack is released for, that shows if the hack is vbhacker compatible?
That would be a BIG selling point for some hacks. I know I plan on using vbhacker for any hacks that I create or install in the future. Amy |
I was going to ask the same thing - it's a pain having to go through all of the hacks trying to figure out which ones are vBHacker compatible.
|
problem with the vbhacker.php:
i created with vbhackmaker.php a xxxx.hack.php and now want to create a txt-file. when i load the vbhacker.php, in the select-form.. there are no hack-names and hackwriter-nicks displayed. when i chose one.. and want to create a text file.. i got the following error: Warning: Variable passed to reset() is not an array or object in /public_html/admin/vbhacker.php on line 278 hope somebody.. can help me, cause i would love to use this tool :). |
Have you got the xxx.hack.php in the same directory as vbhacker.php and vbhackmaker.php? Which should be your forum/admin directory.
|
jap.. i tried it also on my online server.. same result :/
|
The only other thing I can think of right now is did you copy and past exactly the text output that vbhackmaker.php gave to produce the xxx.hack.php file?
Also can you load another xxx.hack.php ok? I've attached one to this post which know works. (Its TWTCommish's who downloaded hack) |
hmm.. yep you are right.. the file u attached works. thank you.. then i know where the mistake is.
thanks :). |
No problem, I think the problem with you trying to make vbIndex into a hack file, if thats what you were doing is that there are no files to edit.
|
Having a problem. I uploaded the vbhacker.php file to my admin folder. I also uploaded the hack i wanted to install. This hack here:
https://vborg.vbsupport.ru/showthrea...threadid=36891 But when I run the script, it gives me this error: Warning: Variable passed to reset() is not an array or object in /home/macfora/public_html/forums/admin/vbhacker.php on line 555 Running ver 2.2.2 |
Hm... some weeks (or months?) before I offered to create such a tool... nobody wanted it...
|
Well, I don't need vbHacker, I just need the plaintext file it creates so I can install the hack.
|
Requests
Definitely have a vbhacks folder to keep the hacks tidy. In vbhackmaker, how about having a selection list of current xxxx.hack.php files like you do in vbhacker's 'choose a hack you wish to install' to select from (for editing) ? Problems 'Proceed With Creating Hack'... I have no 'file edits' for example, only template edits. It seems to insist on me saying that there is at least one file edit before I can go any further. The first 'template edit' gets '\'characters (escape) added which make vbhacker unable to find the string in the original. It also adds them again, making them worse each time the file is edited and run through vbhackmaker e.g. <a href=\\\"calendar.php?s=$session[sessionhash]\\\"><img src=\\\"https://vborg.vbsupport.ru/images/top_calendar.gif\\\" alt=\\\"Calendar\\\" border=\\\"0\\\"></a> Also, I'm trying to replace the following from the header template but it says it can't ever find it. It IS there though. Is it parsing 'newline' and other similar characters correctly? I've re-typed the whole text in vbhackmaker, cut and pasted it as well from the original header, but no luck. <!-- logo and buttons --> <center> <table border="0" width="\{tablewidth\}" cellpadding="0" cellspacing="0"> <tr> Apart from these problems it's great. The ones I do have working run smooth as silk :) I have no other hacks installed. I'm running on a clean install of 2.2.5 (tried it on a clean 2.2.2 as well though) and wanted to get vbhacker running before I start to use it live. Any ideas as to why I'm having these specific problems? |
First problem of "must have a file edit" -- simple, a hack must consist of at least one file edit or it's not a hack (but a template modification).
The added slashes -- a problem with magic_quotes_gpc being on. I think I know how to fix this and I will as soon as I get some free time on my hands. |
Ahhhh... This is nice. Thanks a lot FireFly!
|
Quote:
|
This ermm script/hack??? ROCKS!!!! It makes installing hacks a breeze... FireFly does it again, what a champion... Three cheers for FireFly :)
Hip Hip Hooray Hip Hip Hooray Hip Hip Hooray :D |
Quote:
In .admin/Index.php Look for: Code:
<tr class="firstalt"> Code:
<option value="http://xxx.xxx.com/admin/vbhacker.php">VB HACKER</option> Also Thanks to Firefly for a user friendly addition:) |
i cant get this hack to work with 2.2.5...there a reason for this? shows a error...
Warning: Variable passed to reset() is not an array or object in /home/virtual/site16/fst/var/www/html/forums/admin/vbhacker.php on line 278 Warning: The vBulletin version you are currently using (2.2.5) does not match the vBulletin version required by this hack (). |
Love it ! thanks ! :cool:
|
All times are GMT. The time now is 01:12 AM. |
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:
|