Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Release] BS.Player 2.50 AUTOIT

Featured Replies

BsplayerPRO 2.50+ AUTOIT

Homepage

Features:

- sillent install with no popup's

- script delete old registration info if exists

- automatic registration

How to use:

- copy installation file (*.exe) to SETUP folder

- copy skins files to SKINS folder

- add your registration info in the config.ini

- set ypir čanguage and skin in the config.ini

- change custom messages if u like

SKINS:

http://customize.org/browse/bsplayer

http://www.skinbase.org/Skins/BSPlayer/340

Script will work for newer versions if the installer don't change.

If any problems contact me ddshadow@gmx.net

Changelog:

2.0

- script rewriten, optimized, commented

- fixed register in runonce mode (script didnt find config.ini)

- NEW way to set default language, skin and more (using _XMLDomWrapper.au3)

- no more costum BSplayer.xml needed

- u can add more settings in script > easy coding

1.6

- up 2 date script 2.50+ I

- kills codec manager popup durring install

- copy's key.reg to install folder owerwrite old one (Bsplayer dont update the key.reg itself) install BUG

- add your OLD costum BSplayer.xml (all your settings there) copy in SETUP folder

where to find > open RUN and write >> %USERPROFILE%\Application Data\BSplayer Pro

- removed old key.reg install method >>> u need to write username and pass in config.ini

1.5 Number of downloads: NOT released

- registers program with key.ini if its newer then setup file

- added mouse emulation (click on register) REMOVED

1.4 Number of downloads: 525

- updated registration method for version 2.24

- added mouse emulation (click on register)

1.3 Number of downloads: 354

- updated registration method for version 2.2

- added config.ini where u put your registration info no need to edit the source file

- removed mouse emulation

1.2.1 Number of downloads: 35

- Updated for new registration location.

- New version fixed problems in Windows Vista

1.2. Number of downloads: 67

- Automatic detection of setup file, u dont need to check what is $installer= whatever

- Added skin that u must have :D

1.1. Number of downloads: 150

- Updated the way to register Bsplayer the old method was to quick didnt wait Bsplayer to confirm the registration

1.0 Number of downloads: 48

Download:

bsp_ver2.0.rar

Edited by --=ddSHADOW=--

  • 4 weeks later...

Thanks. Works fine but just when I install it from windows if I try do it from WPI never ends the registration, any solution?

  • Author
Thanks. Works fine but just when I install it from windows if I try do it from WPI never ends the registration, any solution?

replace this

Run(@ProgramFilesDir & "\Webteh\BSplayerPro\bsplayer.exe")

$title="Registration info"

$title_info="Register BSplayer"

WinWaitActive($title)

with this function

Run(@ProgramFilesDir & "\Webteh\BSplayerPro\bsplayer.exe")

$title="Registration info"

$title_info="Register BSplayer"

WinWait($title)

WinSetOnTop($title,"",1)

WinSetState ($title,$title_info,@SW_ENABLE)

If Not WinActive($title,$title_info) Then

WinActivate($title,$title_info)

WinSetOnTop($title,$title_info,1)

WinSetState ($title,$title_info,@SW_ENABLE)

EndIf

ill update the script wenn i have time sry ppl

  • 2 years later...
  • 1 month later...
  • Author

Changelog:

2.0

- script rewriten, optimized, commented

- fixed register in runonce mode (script didnt find config.ini)

- NEW way to set default language, skin and more (using _XMLDomWrapper.au3)

- no more costum BSplayer.xml needed

- u can add more settings in script > easy coding

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.