Topic: Kyhi Revisied Plugins  (Read 115004 times)

Re: Kyhi Revisied Plugins
« Reply #320 on: January 09, 2017, 09:52:35 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Lance,
What I need for the flash-add plugin is that during the download process >
I need it to extract one of the dll(s) from the container plugin (X86 maybe) just to make a comparison..
Rather then run the flash-add process as a whole. which sometimes a reg hive load error

Mark,
I allow FF to update it self and compress the core folder..
Thus no need to chase down new version exe...

Nice link to release versions...
« Last Edit: January 09, 2017, 09:56:10 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #321 on: January 10, 2017, 06:33:05 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Quote
Most of the time I feel belittled by your comments, as this is a little something I enjoy doing, you are the expert at this...
I surely am Not..
!!!!
replied previously even on recent posts....
 with your words: maybe you belittle posts written on topics.
    There are many unresponded posts and re posts from you...
       who knows, maybe you like to create a kind of situation with your hands.

Quote
What I need for the flash-add plugin is that during the download process >
I need it to extract one of the dll(s) from the container plugin (X86 maybe) just to make a comparison..
Rather then run the flash-add process as a whole. which sometimes a reg hive load error
You know better  :thumbsup:
 I do not have time to work on such things....
 So far you are the most expert plugin author around.
  I am sure If you want to create good solutions, You will.  :great:
   On my side, All feedback given on previous post.
    It should be quite easy to follow if you like,
    or re invent wheel which will result same design.

      All ways to Rome, following experience only goes to Rome on shorther, less time consuming path.

Well, overall, keep up  :xmas-good:

:turtle:

Re: Kyhi Revisied Plugins
« Reply #322 on: January 11, 2017, 02:53:22 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
New version of Flash player (again)

Hope this Flash Add plugin revision suits the project needs better...
Reworked get container version > pulls version with download button

[ Attachment Invalid Or Does Not Exist ]

link removed - see ChrisR's post below
« Last Edit: January 13, 2017, 06:50:34 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #323 on: January 11, 2017, 08:29:02 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
Can anyone intrepid this log file from Teamviewer 12

appears it reports errors with G1! - G1!! - G1!!!

mshtml.dll is present and I see TV10 uses login as Admin

* TeamViewer12_Logfile.txt (12.06 kB - downloaded 824 times.)


Although I am confused by logon as admin plugin..
 
It states Pecmd shell required > the options in shell loader are Pecmd or Peshell
« Last Edit: January 12, 2017, 03:12:46 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #324 on: January 13, 2017, 03:08:19 PM »

ChrisR

  • XPE Baker
  • Grand Chef
  • *****
  • Date Registered: Mar 2011
  • Posts: 3494
Hi KYHI,

:thumbsup:
I have uploaded the flash player plugin on server
I made, however, a small change, the Echo pipe values does not work with localized versions

Code: [Select]
TXTAddLine,%vw%,"echo Y|del NPSWF32.dll",Append
TXTAddLine,%vw%,"echo F|xcopy C:\Windows\System32\Macromed\Flash\NPSWF64*.dll #$q%~dp0NPSWF64.dll#$q",Append
.....
==>
TXTAddLine,%vw%,"del /q /f NPSWF32.dll",Append 
TXTAddLine,%vw%,"xcopy /y #$pWinDir#$p\System32\Macromed\Flash\NPSWF64*.dll #$q%~dp0NPSWF64.dll*#$q",Append
.....

Otherwise, to go even further, I started, I implemented the auto update of  both Flash Player Plugin File.
Seems to work, but it may need more control. Lancelot Knows better :thumbsup:

* Flash_Add.Script (18.14 kB - downloaded 95 times.)
« Last Edit: January 13, 2017, 03:11:34 PM by ChrisR »

Re: Kyhi Revisied Plugins
« Reply #325 on: January 13, 2017, 06:48:33 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I knew it.. And a BIG Thank You..
Just took the right idea and a knowledgeable person to implement it fully into project..
Collaboration on Project Works Better !!

Thank You For Your Time ChrisR...

Will test on my end - next FP update, which should no be to long from now

EDIT:
[Download]
Added >  Call,Start,,%ProgramEXE%,,%ProvideFiles%  < but did not implement it within plugin

[ Attachment Invalid Or Does Not Exist ]
« Last Edit: January 14, 2017, 09:59:27 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #326 on: January 13, 2017, 07:23:20 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909

Currently Testing OS To RAM Build Only....
   
User Must Enable Legacy Support on PC To Be Able to Dual Boot x86 and x64 UEFI PE
Once Both Arch Boot.wim's Present - Multi-Boot ISO Created on User Desktop > For Testing

WriteMedia >>
Multi-Boot > Multi-Arch > AIO WinPESE Plugin

« Last Edit: January 15, 2017, 12:12:12 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #327 on: January 13, 2017, 11:12:25 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
ChrisR,
Thank You for doing that..... Really helpful to me... Gave me a lot to work with... Now can learn and easier to follow...

1, it allows for the > out of the box < working plugins (Requirement)
2, An easier way for advanced users to keep updated containers files (User Time)
3, less server plugin maintenance, more user plugin maintenance (Admin Time)
4, with DUC buttons - working plugins on server as backup - if error after user update (RollBack)

Lots of advantages for project
KYHI
« Last Edit: January 13, 2017, 11:18:15 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #328 on: January 13, 2017, 11:53:50 PM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I knew it..
Just took the right idea and a knowledgeable person to implement it fully into project..
Collaboration on Project Works Better !!

Otherwise, to go even further, I started, I implemented the auto update of  both Flash Player Plugin File.
Seems to work, but it may need more control. Lancelot Knows better :thumbsup:

Hi Chris,

Secret Design Principles on our development given on various posts in past to KYHI,
even recently on
Reply 306 http://theoven.org/index.php?topic=1413.msg22263#msg22263
Reply 308 http://theoven.org/index.php?topic=1413.msg22266#msg22266
and about Flash Add
Reply 310 http://theoven.org/index.php?topic=1413.msg22270#msg22270
Reply 313 http://theoven.org/index.php?topic=1413.msg22278#msg22278
Reply 315 http://theoven.org/index.php?topic=1413.msg22289#msg22289

Knowing KYHI is an advanced author who knows what he writes or removes to plugins with fully being aware what is doing,
 I do not check Flash Add plugin to see If KYHI follow Collaboration on Project and Plugins, or not, up to KYHI.
  I do not have much free time for such things, instead I do things that interest me more on my very limited free time,
    side by side with feedback posts on forum.
     "Still do not understand" what is going on after all these informative posts.

More About Flash Plugin,
As far as I remember,
 In past I create plugin following KYHI requirements a year ago,
  Designed to fit both KYHI and other related browser plugins,
   I guess following other browser plugin updates done by me.
Following current updates,
 If things not work as intended,
  As in all such cases,
   what I will do will be simply wait if someone else update or fix,
      else revert back to simpler way, and add yet another thing to "TO DO list" to check on summer.
         Well I spent time to inform, do not have any more intention to waste time if it is the case.
       As written before, Natural Principal: Be Safe side with limited time so everything continue working as intended for everybody.
        Hopefully KYHI Collaboration on this Flash Plugin follow given feedback.

On my side, I did delay on Flash Plugin update,
 wait your update to server to add compare button,
   now updated Flash Plugin (+Firefox) on server.  :great:

Life Goes... :turtle:

+
while posting, I see KYHI post,
 KYHI, as written before on previous posts in detail and given links on current post,
   "provide file" + "existing file" plugins are not new,
     with pros and cons, all written before, hopefully you will Collaborate and read given info in detail.

anyway, Life Goes... :turtle:

Re: Kyhi Revisied Plugins
« Reply #329 on: January 14, 2017, 12:47:55 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
LOL

Sorry lance, I did not know how to call another process from another plugin.. But I figured it out, without your help..
« Last Edit: January 14, 2017, 12:51:08 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #330 on: January 14, 2017, 12:51:05 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350

Re: Kyhi Revisied Plugins
« Reply #331 on: January 14, 2017, 12:52:59 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I see you edit your post adding line after "LOL"
Sorry lance, I did not know how to call another process from another plugin.. But I figured it out, without your help..

Really, LOL  :lol: :lol:

Re: Kyhi Revisied Plugins
« Reply #332 on: January 14, 2017, 12:53:47 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
I know these things may not interest you, but you write all the time...

Probably would of taken less time for you to write code - then 6 long forum posts

Re: Kyhi Revisied Plugins
« Reply #333 on: January 14, 2017, 12:54:41 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
But Thank You for the push..

Re: Kyhi Revisied Plugins
« Reply #334 on: January 14, 2017, 12:57:22 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
I know these things may not interest you, but you write all the time...

Probably would of taken less time for you to write code - then 6 long forum posts

KYHI, I have no idea what point you are trying to make here.

LOL  :lol: :lol: :lol:


But Thank You for the push..

Still no idea, assuming you do not read posts, at least they help you in a way called "push"
LOL  :lol: :lol: :lol: :lol: :lol:

:turtle:

Re: Kyhi Revisied Plugins
« Reply #335 on: January 16, 2017, 04:23:24 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
UPDATED PROJECT PLUGIN >  Attribute Changer_Petges.script

Replaced UNPACK with ExtractFile

* Attribute Changer_Petges.7z (2619.82 kB - downloaded 108 times.)

It now works again...........

« Last Edit: January 16, 2017, 04:24:56 AM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #336 on: January 16, 2017, 07:00:05 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
It now works again...........

Really LOL :lol: :lol: :lol: :lol:
I have no idea what point you are trying to make here.

"Attribute Changer Petges" Plugin always works fine so far,
 on our side, no need to update working plugin to working plugin.

:turtle:

Re: Kyhi Revisied Plugins
« Reply #337 on: January 16, 2017, 07:23:46 AM »

Lancelot

  • Gena Baker
  • Grand Chef
  • *****
  • Date Registered: Sep 2010
  • Posts: 10350
Also noticed you delete
Quote
History017=Lancelot Added DU Buttons
from "Attribute Changer Petges" plugin you edit.

Knowing KYHI is an advanced author who knows what he writes or removes to plugins with fully being aware what is doing,

I have no idea what point you are trying to make here by intentionally removing a history line.

well simply LOL :lol:

:turtle:
« Last Edit: January 16, 2017, 07:26:43 AM by Lancelot »

Re: Kyhi Revisied Plugins
« Reply #338 on: January 16, 2017, 11:55:02 AM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
History017 > Probably as copy and paste overwrite > which was not intentionally removed..
The Program File\Attribute Changer in target was empty..
Changing UNPACK fixed that... And that's all I changed...
Because it did not work for me  here.. I figured the reason was because UNPACK was depicted in Macro library

Keep the old version, No Worries...
But did not work here when tested...
« Last Edit: January 16, 2017, 12:08:42 PM by KYHI »

Re: Kyhi Revisied Plugins
« Reply #339 on: January 16, 2017, 12:55:25 PM »

KYHI

  • Code Baker
  • Sr. Chef
  • ****
  • Location: Kentucky
  • Date Registered: Jan 2015
  • Posts: 909
It now works again...........

Really LOL :lol: :lol: :lol: :lol:
I have no idea what point you are trying to make here.

"Attribute Changer Petges" Plugin always works fine so far,
 on our side, no need to update working plugin to working plugin.

:turtle:

But, You Change It..... And took credit for history... No Worries....
Only confirms it was not working, as I stated it wasn't.....

History018=Lancelot Improved syntax - following KYHI
Your Welcome lance..
« Last Edit: January 16, 2017, 12:57:57 PM by KYHI »

 

Powered by EzPortal