Camfrog Video Chat

Informations

Creator Message
wwfkk Anonymous

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 13745
Wine: 1.7.22

Feedbacks

Description

Camfrog Video Chat is a modern chat client that allows real time video, audio and text chats with up to thousands of participants. The tool enables seeing, speaking and writing to other chat room members simultaneously. Not all video chats require you to have a Webcam, so you can also participate without a camera. Camfrog chats are either private or public and you can make calls to mobile or landline phones. A range of parental controls in Camfrog Video Chat help to protect minors from revealing too much of their privacy and from joining certain chat rooms when using the Instant Messenger. Other settings of the Skype competitor include Privacy and Safety, Video and Audio, History, Languages, and Hotkeys.

Source code

#!/bin/bash
 
# Date : (16.10.2014 15:50)
# Distribution used to test : Ubuntu 14.04
# Author : wwfkk

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Camfrog Video Chat"
PREFIX="CamfrogVideoChat"

POL_GetSetupImages "http://i.imgur.com/sdM1c0o.jpg" "http://i.imgur.com/CxZtqm6.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Camfrog Video Chat" "http://www.camfrog.com/" "wwfkk" "$PREFIX"

POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.22"

POL_Call POL_Install_LunaTheme
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msls31
POL_Call POL_Install_msxml3
POL_Call POL_Install_riched20
POL_Call POL_Install_DisableCrashDialog
POL_Call POL_Install_ie8
 
cd "$WINEPREFIX/drive_c"
POL_Download "https://download.camfrog.com/distr/camfrog.exe"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "camfrog.exe"
 
POL_Shortcut "Camfrog Video Chat.exe" "$TITLE"
 
POL_SetupWindow_Close
exit 0

Contributions

Filters:

Contribute
Member Message
wwfkk Friday 17 October 2014 at 0:11
wwfkk Anonymous

Information

This update has been approved by the team.

Message

Camfrog Video Chat is a modern chat client that allows real time video, audio and text chats with up to thousands of participants. The tool enables seeing, speaking and writing to other chat room members simultaneously. Not all video chats require you to have a Webcam, so you can also participate without a camera. Camfrog chats are either private or public and you can make calls to mobile or landline phones. A range of parental controls in Camfrog Video Chat help to protect minors from revealing too much of their privacy and from joining certain chat rooms when using the Instant Messenger. Other settings of the Skype competitor include Privacy and Safety, Video and Audio, History, Languages, and Hotkeys.

Differences

@@ -0,0 +1,40 @@
+#!/bin/bash
+ 
+# Date : (16.10.2014 15:50)
+# Distribution used to test : Ubuntu 14.04
+# Author : wwfkk
+
+[ "$PLAYONLINUX" = "" ] && exit 0
+source "$PLAYONLINUX/lib/sources"
+ 
+TITLE="Camfrog Video Chat"
+PREFIX="CamfrogVideoChat"
+
+POL_GetSetupImages "http://i.imgur.com/sdM1c0o.jpg" "http://i.imgur.com/CxZtqm6.jpg" "$TITLE"
+POL_SetupWindow_Init
+POL_Debug_Init
+POL_SetupWindow_presentation "$TITLE" "Camfrog Video Chat" "http://www.camfrog.com/" "wwfkk" "$PREFIX"
+
+POL_System_SetArch "x86"
+POL_Wine_SelectPrefix "$PREFIX"
+POL_Wine_PrefixCreate "1.7.22"
+
+POL_Call POL_Install_LunaTheme
+POL_Call POL_Function_FontsSmoothRGB
+POL_Call POL_Install_gdiplus
+POL_Call POL_Install_msls31
+POL_Call POL_Install_msxml3
+POL_Call POL_Install_riched20
+POL_Call POL_Install_DisableCrashDialog
+POL_Call POL_Install_ie8
+ 
+cd "$WINEPREFIX/drive_c"
+POL_Download "https://download.camfrog.com/distr/camfrog.exe"
+
+POL_Wine_WaitBefore "$TITLE"
+POL_Wine "camfrog.exe"
+ 
+POL_Shortcut "Camfrog Video Chat.exe" "$TITLE"
+ 
+POL_SetupWindow_Close
+exit 0
\ No newline at end of file

New source code

#!/bin/bash
 
# Date : (16.10.2014 15:50)
# Distribution used to test : Ubuntu 14.04
# Author : wwfkk

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
 
TITLE="Camfrog Video Chat"
PREFIX="CamfrogVideoChat"

POL_GetSetupImages "http://i.imgur.com/sdM1c0o.jpg" "http://i.imgur.com/CxZtqm6.jpg" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "Camfrog Video Chat" "http://www.camfrog.com/" "wwfkk" "$PREFIX"

POL_System_SetArch "x86"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate "1.7.22"

POL_Call POL_Install_LunaTheme
POL_Call POL_Function_FontsSmoothRGB
POL_Call POL_Install_gdiplus
POL_Call POL_Install_msls31
POL_Call POL_Install_msxml3
POL_Call POL_Install_riched20
POL_Call POL_Install_DisableCrashDialog
POL_Call POL_Install_ie8
 
cd "$WINEPREFIX/drive_c"
POL_Download "https://download.camfrog.com/distr/camfrog.exe"

POL_Wine_WaitBefore "$TITLE"
POL_Wine "camfrog.exe"
 
POL_Shortcut "Camfrog Video Chat.exe" "$TITLE"
 
POL_SetupWindow_Close
exit 0

Replies

wwfkk Friday 17 October 2014 at 0:04
wwfkk Anonymous

Warning

This update has not been approved yet by the team.
Use it at your own risk

Differences

@@ -0,0 +1 @@
+test1
\ No newline at end of file

New source code

test1

Replies

wwfkk Thursday 16 October 2014 at 18:49
wwfkk Anonymous

Message

test

Replies