TopPilot V2.0

TopPilot_V2.0

Install:

  • Download the repository at Github and unzip in a desired location.

  • Upload files into coresponding folders on your website in the oreder.

  • Include the following codes into your “layout.php” between <head></head> section.

  • Access it using <?php echo url(‘/toppilot’) ;?>

  • Enjoy!

Support:

Visit www.parkho.ir and fill out “Contact Me” form. I will get back to you as soon as possible[/font][/color][/color]

Demo:

At my website www.parkho.ir

Screenshot:

Hello, I installed the addon, but I have the following error and I do not know what can depend on.

Parse error : syntax error, unexpected ‘=’ in /membri/italianichevolano/core/common/TopPilots.class.php on line 27

Use the phpvms_5.5.x version of simpilot. php running on 5.4 servers

thanks to a possible reply. Yours sincerely

Hello, I installed the addon, but I have the following error and I do not know what can depend on.

Parse error : syntax error, unexpected ‘=’ in /membri/italianichevolano/core/common/TopPilots.class.php on line 27

Use the phpvms_5.5.x version of simpilot. php running on 5.4 servers

thanks to a possible reply. Yours sincerely

Is that the only error you get?

Thank you for responding … this is the only error that I receive

I checked the codes on my website everything seems to be working fine.

What’s you website?

i have tried to turn it into a .tpl but then i get this error

[13-Nov-2016 17:02:24 UTC] PHP Notice: The template file “/home/theairline/public_html/crew.virtualmonarch.com//core/templates/toppilot/toppilotalltimebl.php.tpl” doesn’t exist in /home/theairline/public_html/crew.virtualmonarch.com/core/classes/TemplateSet.class.php on line 248

for every single template file

i have tried to turn it into a .tpl but then i get this error

[13-Nov-2016 17:02:24 UTC] PHP Notice: The template file “/home/theairline/public_html/crew.virtualmonarch.com//core/templates/toppilot/toppilotalltimebl.php.tpl” doesn’t exist in /home/theairline/public_html/crew.virtualmonarch.com/core/classes/TemplateSet.class.php on line 248

for every single template file

That’s because it is written to match phpVMS 5.5x which means host’s php version 5.x. If you want to revert it back to TPL, you’ll have to change multiple files not just their extensions.

well i changed the module file to use .tpl - i changed all template file extensions and inside toppilot.tpl i changed the 4 urls to .tpl, and i checked the common. i didnt find anything to change in there or anywhere else

update: i found them but now the look is a bit different to your photo, and it has disbled my animations e.g. dropdown menu

All functions in class file must be changed from “public static function” to “public function”. What version of phpVMS you’re using anyway?!?!

i found them but now the look is a bit different to your photo, and it has disbled my animations e.g. dropdown menu

Give me the link to your page. Maybe the javascript has a conflict with your website

http://crew.virtualmonarch.com/index.php/Toppilot

you will see this

but when loged in you see

I think it’s the rank image. Try disabling the image to see if it’s fixed.

Also, remove all the styles from the TPL files.

nope

when you say remove all styleing do you mean the

<link type=“text/css” rel=“stylesheet” href="http://onlinehtmltools.com/tab-generator/skins/skin6/top.css"></script> stuff or if any <style></style> tags

when you say remove all styleing do you mean the

<link type=“text/css” rel=“stylesheet” href="http://onlinehtmltoo…css"></script> stuff or if any <style></style> tags

No! I mean inside the TPL files. The reason is that maybe your skin uses some kind of a CSS that conflicts with the styling of the TPLs.

yes i know and i mean do you want me to remove <link type=“text/css” rel=“stylesheet” href="http://onlinehtmltoo…css"></script> lines because theres no other css in the .tpl files

Okay. Open all TPLs and change the <table> tags to the following:

<table width="100%">