IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Online Detect, A Plugin for Online Detect
L'ange noir
post Dec 6 2005, 10:31 AM
Post #1


Member
**

Group: Members
Posts: 10
Joined: 6-December 05
From: Toulouse (FRANCE)
Member No.: 15,929



Hello all,
Its the second plugin I realise so be lenient with me please rolleyes.gif smile.gif

Online Detect keep you CD/DVD Reader/Recorder Firmware up to date.


Here is the code for the Online Detect :
Directory's name : Online Detect

Online Detect.htm :
CODE
<html>
<head></head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1>Online Detect</h1>
Plugin for <a target="_blank" href="http://www.allfirmwares.com">Online Detect</a>.<br>
<br>
<i>Online Detect keep you CD/DVD Reader/Recorder Firmware up to date.</i>
<br>
<br>
Download Online Detect <a target="_blank" href="http://www.allfirmwares.com">here</a> and Frog ASPI DLL (wnaspi32.dll) <a target="_blank" href="http://www.frogaspi.org/download.htm#frogaspi">here</a> and extract the two files to the
<tt>plugin\Online Detect\files</tt> directory.<br>
<br>

<hr>
<i>PE Builder Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body>
</html>

Online Detect.inf :
CODE
; PE Builder v3 plug-in INF file
; http://www.nu2.nu/pebuilder/
;
; Online Detect.inf
; Created by L'ange noir

[Version]
Signature= "$Windows NT$"

[WinntDirectories]
a="Programs\Online Detect",2

[PEBuilder]
Name="Online Detect"
Help="Online Detect.htm"
Enable=1

[SourceDisksFiles]
files\onlinedetect.exe=a,,1
files\wnaspi32.dll=a,,1
Online Detect.cmd=a,,1

[Append]
nu2menu.xml, Online Detect_nu2menu.xml

Online Detect_nu2menu.xml :
CODE
<!-- Nu2Menu entry for Online Detect-->
<NU2MENU>
    <MENU ID="System">      
 <MITEM TYPE="POPUP" MENUID="ReaderWriter">CD/DVD Tools</MITEM>
    </MENU>


    <MENU ID="ReaderWriter">
 <MITEM TYPE="ITEM" CMD="RUN" FUNC="@GetProgramDrive()\Programs\Online Detect\Online Detect.cmd">Online Detect</MITEM>
    </MENU>

</NU2MENU>

Online Detect.cmd :
CODE
@echo off
title Copying online Detect on Ram Drive
B:
md "Online Detect"
X:
cd\
cd "programs\Online Detect\"
copy *.* "%ramdrv%\Online Detect"
B:
cd\
cd "Online Detect"
cls
OnlineDetect.exe
exit


Files are here : Onlinedetect.exe and wnaspi32.dll

I wait your comments tongue.gif !

This post has been edited by L'ange noir: Dec 7 2005, 05:50 AM


--------------------
- Administrator of Informanews.net user posted image
- Main Supporter of Frog ASPI user posted image
- Microsoft Addict user posted image

Go to the top of the page
 
+Quote Post
L'ange noir
post Dec 7 2005, 05:53 AM
Post #2


Member
**

Group: Members
Posts: 10
Joined: 6-December 05
From: Toulouse (FRANCE)
Member No.: 15,929



I've just added a sreenshot of Online Detect so, you can see the main window of Online Detect wub.gif


--------------------
- Administrator of Informanews.net user posted image
- Main Supporter of Frog ASPI user posted image
- Microsoft Addict user posted image

Go to the top of the page
 
+Quote Post
Former_frodo_post
post Dec 7 2005, 06:35 PM
Post #3





Guests






QUOTE (L'ange noir @ Dec 6 2005, 03:31 PM)
Hello all,
Its the second plugin I realise so be lenient with me please  rolleyes.gif  smile.gif

Online Detect keep you CD/DVD Reader/Recorder Firmware up to date.


Here is the code for the Online Detect :
Directory's name : Online Detect

Online Detect.htm :
CODE
<html>
<head></head>
<body>
<i>PE Builder v3 plugin</i>
<hr>
<h1>Online Detect</h1>
Plugin for <a target="_blank" href="http://www.allfirmwares.com">Online Detect</a>.<br>
<br>
<i>Online Detect keep you CD/DVD Reader/Recorder Firmware up to date.</i>
<br>
<br>
Download Online Detect <a target="_blank" href="http://www.allfirmwares.com">here</a> and Frog ASPI DLL (wnaspi32.dll) <a target="_blank" href="http://www.frogaspi.org/download.htm#frogaspi">here</a> and extract the two files to the
<tt>plugin\Online Detect\files</tt> directory.<br>
<br>

<hr>
<i>PE Builder Copyright (c) 2002-2003 Bart Lagerweij. All rights reserved.</i><br>
</body>
</html>

Online Detect.inf :
CODE
; PE Builder v3 plug-in INF file
; http://www.nu2.nu/pebuilder/
;
; Online Detect.inf
; Created by L'ange noir

[Version]
Signature= "$Windows NT$"

[WinntDirectories]
a="Programs\Online Detect",2

[PEBuilder]
Name="Online Detect"
Help="Online Detect.htm"
Enable=1

[SourceDisksFiles]
files\onlinedetect.exe=a,,1
files\wnaspi32.dll=a,,1
Online Detect.cmd=a,,1

[Append]
nu2menu.xml, Online Detect_nu2menu.xml

Online Detect_nu2menu.xml :
CODE
<!-- Nu2Menu entry for Online Detect-->
<NU2MENU>
    <MENU ID="System">      
 <MITEM TYPE="POPUP" MENUID="ReaderWriter">CD/DVD Tools</MITEM>
    </MENU>
    <MENU ID="ReaderWriter">
 <MITEM TYPE="ITEM" CMD="RUN" FUNC="@GetProgramDrive()\Programs\Online Detect\Online Detect.cmd">Online Detect</MITEM>
    </MENU>

</NU2MENU>

Online Detect.cmd :
CODE
@echo off
title Copying online Detect on Ram Drive
B:
md "Online Detect"
X:
cd\
cd "programs\Online Detect\"
copy *.* "%ramdrv%\Online Detect"
B:
cd\
cd "Online Detect"
cls
OnlineDetect.exe
exit


Files are here : Onlinedetect.exe and wnaspi32.dll

I wait your comments  tongue.gif !
*



The software is not accessible, when i visit the site, onlinedetect is not mentioned anywhere, and when i tried right clicking the direct link, i got an unusable 28K file.
Go to the top of the page
 
+Quote Post
L'ange noir
post Dec 8 2005, 02:22 AM
Post #4


Member
**

Group: Members
Posts: 10
Joined: 6-December 05
From: Toulouse (FRANCE)
Member No.: 15,929



The site is currently in Maintenance Mode but here is the direct link to the files : Online Detect wink.gif


--------------------
- Administrator of Informanews.net user posted image
- Main Supporter of Frog ASPI user posted image
- Microsoft Addict user posted image

Go to the top of the page
 
+Quote Post
Former_frodo_post
post Dec 8 2005, 03:20 AM
Post #5





Guests






QUOTE (L'ange noir @ Dec 8 2005, 07:22 AM)
The site is currently in Maintenance Mode but here is the direct link to the files : Online Detect wink.gif
*



ahh thats better smile.gif

thanks for the direct link
Go to the top of the page
 
+Quote Post
ReD
post Dec 8 2005, 03:53 AM
Post #6


Silver Member
***

Group: Members
Posts: 389
Joined: 21-March 04
Member No.: 4,861



where does your prog retrieve the nfo to check if there's a newer firmware?

because it does not detect any newer firmware for a Samsung SD-616T while there was one here ftp://ftp.us.dell.com/rmsd/311.ZIP

May be you should check here http://forum.rpc1.org/dl_all.php their DB seems more up to date.
Go to the top of the page
 
+Quote Post
Millenod
post Dec 8 2005, 04:45 AM
Post #7


Newbie
*

Group: Members
Posts: 4
Joined: 6-April 03
Member No.: 577



for technical reasons the server is in maintenance mode.
so all firmwares aren't available.

please apologize us for this inconvenient.

it will be fixed soon : the time to find a new dedicated server


--------------------
AllFirmwares Webmaster
Frog Aspi Main developper
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 2nd September 2010 - 04:17 PM