Can I setup openx api ( opensource ads service ) in windows 7 through xampp 1.6.8 - openx

I wanna use Openx with api on windows 7 through xampp 1.6.8 . Can't find tutorial for setup and use openx api on windows.

For that you will need to install a XML-RPC2 client library and then use it to access the remote OpenX server API.
Do you have access to the OpenX server? If so, and if you prefer to use REST, then you can install this REST API in the server (developed by me):
http://openxrest.com

Related

how to manually install SQLite in Azure Web App (windows environment, PHP language)

I am following this tutorial(https://cgillum.tech/2016/06/30/creating-a-corporate-wiki-in-azure/) to setup Mediawiki which need to install SQLite in Azure Web App. But the tutorial did not mention how to setup SQLite in Azure Web App.
When I go to Mediawiki Configuration page. It does not find SQLite.
I tried to follow the link https://www.php.net/manual/en/pdo.installation.php to install but I don't find any php.info in Azure Web App.
(Environment for Azure Web App: windows enviornment, PHP language)
Download the php_sqlite3.dll for the correct PHP version. Upload the file and add the following environment variable for the website in app settings.
For more details, you can refer to below links.
1. Enable PHP extensions on Azure Web App on Windows
2. Adding SQLite3 extension to a PHP Web App
3. How to enable SQLite3 for PHP in Azure Websites?
4. Enable PHP SQLite3 database extension for Azure Web App

My custom Webpage for Oracle Cloud Application can be accessed from anywhere

I programmed (on JDeveloper Studio) a custom page for Oracle Cloud Application R13 and it is working like a charm. I deployed my customization on my Oracle WebLogic Server but I couldn't help to notice the website I created was HTTP and not HTTPS when I opened it from Oracle Cloud Application. On top of that, I also noticed I could access this custom webpage from anywhere (using any device) without any security verification or login as long as I use the same URL with its token.
I would like to know how to make my custom webpage's url not being accesible just with its URL and also make it HTTPS instead of HTTP if possible.
WebLogic Version: 12c
Oracle Fusion Application version: 11.13.18.10.0
JDeveloper version: 11.1.1.7.0
I believe this might have to do something with the WebLogic configuration, since I tested the same java project on Java Oracle Cloud SaaS Extension and it doesn't have this problem. Whenever I try to open that webpage from any other device, it asks me for login credentials. I am currently working with Oracle Java Cloud. (it is not the SaaS extension version) that's why I have this problem.
Have you configured security for your application in JDeveloper? If not then your page and application is considered public and not private.
As for HTTPS, weblogic server uses 2 ports one for HTTP and an other one for HTTPS.
Regards

Install webdeploy on W2016 IIS 10

How to install web deploy on IIS 10 W2016?
So far I have tried
Using web platform v5 to installation of "web deploy 3.6"
After installation I have updated the web deploy service to run under local admin account.
I have manually turned off the firewall on the server
I have ensured that Management Service is running
Restarted server
I have verified using telnet that the port is open and then using netstat -an that the port is open and I can connect to it
I have to install new management tool called "Management Service" in Windows Features
In order to install this:
Open server roles / feature
Find Management Tools
Check Management service
Update from other people experience
you might need to restart the service
Reinstall/Repair the installation of web deploy if you used installer
There is a option to install this feature using power-shell command(check the comment below) by Bart Verkoeijen.
This command is useful in case you are using Desired State Configuration (DSC)
I just did this on four servers, had to install management service first, then web deploy (or reinstall webdeploy if already installed). The management service install was in a slightly different location under server roles than described in other answers.
Hope this helps someone.
[![enter image description here][1]][1]

Migration of the wordpress from Azure to windows instance of AWS?

I'm currently hosting the wordpress using the Azure IIS mysql for my blog and would like to move to the Amazon web services (AWS) windows instance.
Does anyone know how to migrate properly I have read plenty of sites but it seems to be more focused on linux
Regards,
Your Mysql is a cleardb instance. You must connect to it using MySQL Workbench and export data.
You can do the same with wordpress through wp-admin

Testing LDAP Authentication in a laptop with out a Domain

I have to develop a ASP.net application and need to authenticate users using LDAP.
I don't have a windows server installed . I wonder how I can test my code from my local laptop
Any suggestions ??
You can install Active Directory Lightweight Directory Services (AD LDS) It has almost the same features that an AD server. http://msdn.microsoft.com/en-us/library/bb897400.aspx
It's quite easy to install it. You can download it for windows 7 or it's already in windows 8, you just have to turn the feature on from "Program and Features".
Then you can manage the ad instance using a tool called ADSI Edit, and for aspnet authentication just the ActiveDirectoryMembershipProvider.

Resources