Page 1 of 1
Help with Bookmakers Mod

Posted:
Sun Mar 30, 2008 4:34 pm
Author: jcwebnet
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Advanced Knowledge
Board URL: http://FantasyForums.com/forums/ PHP Version: MySQL Version: What was done before the problem appeared? What was done to try to solve the problem? De.scription and MessageI Installed Bookmakers mod and a couple things..
A) The Admin Links do not show up in the Admin Menu on the left. The Admin features are there and work but can not access them via ACP nor can I set it as a Junior Admin Task.
B) When I try to place a bet I get "Hacking Attempt" message which I am sure is a CT thing.
Any help on how to fix these issues would be greatly appreciated.
Re: Help with Bookmakers Mod

Posted:
Mon Mar 31, 2008 2:06 pm
Author: DjPorkchop
Anytime you ad a mod and you upload your admin files, make absolutely sure you upload them to admin/modules as well. thenthey will show up in your ACP.
As for the hacking attempt, that is NOT a CTracker error. I have the fix, I just cant remember what it is. If I can think of it or find it, I will post back. I had it installed once and had the same exact issue.
Re: Help with Bookmakers Mod

Posted:
Wed Apr 02, 2008 4:05 pm
Author: jcwebnet
Let me know if you remember because I am stumped.
Thanks!
Re: Help with Bookmakers Mod

Posted:
Fri Apr 04, 2008 11:43 am
Author: DjPorkchop
Have you solved this yet? I have been very busy the last couple day sand havent logged on. I have all of my files still with the fix installed to stop this from happening. I jsut found my archive lastnight. If you are still having issues, let me know and I'll open up my zip file and do some looking.

Posted:
Sat Apr 05, 2008 11:14 pm
Author: jcwebnet
I haven't fixed this yet, so any help would be appreciated.
Re: Help with Bookmakers Mod

Posted:
Wed Apr 09, 2008 11:44 am
Author: jcwebnet
I could still haven't solved this. Has anyone else installed bookmakers mod?
Re: Help with Bookmakers Mod

Posted:
Sun Apr 13, 2008 10:36 pm
Author: DjPorkchop
Could you do me a favor and post your bookies.php here please?
Be sure that when you use the code tags that you also check disable html in this post before you submit it. I ned to compare it to mine to see why this happens. I have the good file in front of me but for the life of me cant recall the edit that I made.
Re: Help with Bookmakers Mod

Posted:
Sun Apr 13, 2008 11:09 pm
Author: DjPorkchop
OR you can try this old trick..... It may work and then again, it may not. And security wise, Im not sure what it could do to your board. I know its not the fix that I used, but from what I have read elsewhere, others have said it worked for them.
In common.php
Find
- Code: Select all
if (in_array($var, $not_unset))
replace with
- Code: Select all
if (in_array($var, $not_unset, TRUE))
I know for a fact it is a missing define, but for the life of me I cant figure out what i did. it was Loooong ago. Try this edit and if It dont work, then revert back to my last post.