How can secure Skype unsecure URL of Skype Mod

Support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
Forum rules
Please only request support for mods released by phpbbmodders.net found at either https://github.com/phpbbmodders/ or the MODDB at http://www.phpbb.com
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
Peteh_2
New member
New member
Posts: 17
Joined: 18 Sep 2014, 20:52
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

How can secure Skype unsecure URL of Skype Mod

Postby Peteh_2 » 27 Sep 2014, 23:44

Hello to all support members,

I want to know that how can skype unsecure URL is making secure. Let us see this URL:

http://download.skype.com/share/skypebuttons/js/sk​ypeCheck.js

As my forum is powred by PHPBB and hence I can use the Skype Mod of PHPBB over HTTPS but due to this unsecure url, my padlock can't be completed.

Please tell me that how to replace unsecure URL given above with secure URL.

Thanks

User avatar
RMcGirr83
Past Contributor
Past Contributor
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby RMcGirr83 » 28 Sep 2014, 01:44

You can search google for starters.

Peteh_2
New member
New member
Posts: 17
Joined: 18 Sep 2014, 20:52
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby Peteh_2 » 28 Sep 2014, 07:40


User avatar
RMcGirr83
Past Contributor
Past Contributor
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby RMcGirr83 » 28 Sep 2014, 09:45

I didn't write the skype.js file and have no control over whether skype uses a secure connection or not. http://msdn.microsoft.com/en-us/library/office/dn745878

Peteh_2
New member
New member
Posts: 17
Joined: 18 Sep 2014, 20:52
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby Peteh_2 » 28 Sep 2014, 13:35

Hello Sir,
Please take a look in attachment file skypemodfile.png
Thanks
skypemodfile.png
install_mod.xml and subsilver2.xml

martin123456
Old member
Old member
Posts: 677
Joined: 30 Mar 2011, 00:32
Contact:

Re: How can secure Skype unsecure URL of Skype Mod

Postby martin123456 » 28 Sep 2014, 14:17


Peteh_2
New member
New member
Posts: 17
Joined: 18 Sep 2014, 20:52
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby Peteh_2 » 28 Sep 2014, 18:14

Please take a look:
Skype-uri.png
Replace http by https

So, in my knowledge total 4-times http is replaced by https in skype_mod and its work for secure connection; if I am incorrect about total no. of replacements then please tell me as well add this with current running Skype_MOD.
Thanks

Peteh_2
New member
New member
Posts: 17
Joined: 18 Sep 2014, 20:52
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby Peteh_2 » 29 Sep 2014, 08:41


User avatar
RMcGirr83
Past Contributor
Past Contributor
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby RMcGirr83 » 29 Sep 2014, 11:47

The places to change it are wherever external skype links are added to the files.

Peteh_2
New member
New member
Posts: 17
Joined: 18 Sep 2014, 20:52
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby Peteh_2 » 29 Sep 2014, 12:32


User avatar
RMcGirr83
Past Contributor
Past Contributor
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby RMcGirr83 » 29 Sep 2014, 12:43

It's within the install.xml file. Open it in your browser, read it (specifically the parts about prosilver) and apply whatever you like.

Not sure why you think this is so difficult.

Peteh_2
New member
New member
Posts: 17
Joined: 18 Sep 2014, 20:52
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby Peteh_2 » 29 Sep 2014, 12:54

Hello Sir,
Actually, I am new with PHPBB and hence I make sure that yes this file needs to modify. So, I am just want to get right direction/confirmation and as a author, you may know everything.
Thanks Sir, I am going to edit install.xml file and make changes, there is no need to changes subsilver2; and I am just keep as it.
Thanks

Peteh_2
New member
New member
Posts: 17
Joined: 18 Sep 2014, 20:52
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby Peteh_2 » 29 Sep 2014, 16:44

Hello Sir,
@RMcGirr83
Please take a look at this, it shows error when I browse db_update.php:
error.png
Error

User avatar
RMcGirr83
Past Contributor
Past Contributor
Posts: 6243
Joined: 30 Nov 2006, 14:23
Real name: Rich McGirr
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: How can secure Skype unsecure URL of Skype Mod

Postby RMcGirr83 » 29 Sep 2014, 18:37

And what does the error say? It says the column already exists so no need to run the db_update.php file again. Use some common sense please


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Return to “Modders MOD support”

Who is online

Users browsing this forum: No registered users and 12 guests