Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Tue Apr 16, 2024 3:46 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Mon Nov 19, 2007 5:53 pm 
Offline
Newbie

Joined: Sat Nov 17, 2007 1:02 am
Posts: 29
Location: Belgium
Hi,

I would like using my own custom plugins for Remote management, where changes are NOT lost when i'm updating to the next version.

Example "Funk Proxy" (Remote management):
Edit File system_viewdef_summary.php
[code]
"140"=>array("name"=>"Proxy",
"head"=>__("Proxy"),
"get"=>array("head"=>"Proxy-Session",
"file"=>"launch.php",
"title"=>__("Proxy-Session"),
"image"=>"./images/o_load_balancer.png",
"image_width"=>"16",
"image_height"=>"16",
"var"=>array("hostname"=>"%system_name",
"application"=>"Proxy",
"ext"=>"vbs",
),
),
),[/code]
(File launch_filedef_proxy.txt is attached)

I would like to use this PLUGINS for installing software remotly.
(Currently I use an access DB for this tasks, but would like this in Open-AudIT)

Any ideas how we can make this, so my changes/customization wouldn't be lost in a (sub)version upgrade

Cheers

launch_filedef_proxy.txt
[code]ThisMessage="Click OK to Proxy NAME"
ThisResult = MsgBox (ThisMessage, 65, "Proxy Master")
if ThisResult = 1 then
Dim WshShell, oExec
Set WshShell = CreateObject("WScript.Shell")
cmdline = "C:\PROGRAM FILES\FUNK SOFTWARE\PROXY MASTER\PROXY /PIP /XR3M0T3 /SNAME"
Set oExec = WshShell.Exec(cmdline)
end if
[/code]

_________________
[size=85]OS : Windows XP with XAMPP install
Auditing: 120 Desktops/Laptops (mixed 200 and XP), +10 Windows Servers (mixed 2000 and 2003)
Multiple printers (MFP), switches
LDAP: AD[/size]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group