Archive for the 'loadmodule' Category

Roadload U-tail Van

Roadload has created a conversion based on the Peugeot Boxer, which enables a single-base vehicle to undertake a range of roles. Based on the standard 3.5-tonne Peugeot Boxer van,the Roadload U-tail has been modified to accommodate a special removable rear-load module, thus eliminating the need for a rear tail lift, or ramps for loading, making [...]

8.1 Load Module Plugin

In diesem Video lernen Sie die Benutzung des “Load Module” Plugins
Duration : 0:1:27

Dragon Age Toolset – Tutorial 1 – Playable Area and Conversation

Creating a new Area.
Adding a Waypoint for the player start.
Adding a Ceature (friendly NPC).
Attaching a Conversation to the Creature.
Exporting the files to make module selectable in-game.
Duration : 0:7:21

Dragon Age Toolset – Tutorial 4 – Custom Level/Room building

How to use your own Level/Room inside your Areas instead of the pre-made Dragon Age ones.
——————–
Creating a Level and inserting a New Room.
Placing floor/wall models/tiles.
Placing a Static and Ambient light.
Placing props.
Rendering the lightmaps (basically gives you shadows).
Inserting the player start.
Exporting for use in an Area.
Inserting exported Level into your Area.
Duration : 0:6:52

How do you enable mod_rewrite on Apache 2.0?

In the httpd.conf file, I’ve already uncommented the line:
LoadModule rewrite_module modules/mod_rewrite.so
Yet, I still get a Internal Server Error if I put in an .htaccess file with Rewrite rules. Once I take out the .htaccess file, everything is fine.
What am I missing?
thanks.
Actually, in apache 2.0, there is no AddModule mod_rewrite.c to uncomment. There is [...]

Setting up WAMP for Dreamweaver, Windows Apache Mysql PHP

In this tutorial, we will cover how to get a test server set up on your windows XP machine.
I am also adding the paths and code you need to add to each file.
Note there are 2 errors in this video.
1. I wrote temp instead of test for the folder name
2. The line of code for [...]

BSoD in Window Vista using Metasploit

This is the clip of Advance Networking project from Bina Nusantara. Using metasploit to load module auxiliary/dos/windows/smb/smb2_negotiate_pidhigh. It can be used remotely and crashes window vista
Duration : 0:0:28

Apache 5.2.6 is not working .. Please HELP !!!?

I’m frustrated trying to make PHP and Apache works.
Here you have what I’m doing:
1. First of all download the Apache 2.2.8 MSI Installer and the PHP 5.2.5 zip package save these files to your Desktop
2. I ran the apache and chose localhost and I went to the locahost and I got "It [...]

Configuring PERL in Apache.?

Hi
I have been trying to configure cgi to run in my apache(2.2.6). But couldn’t do it.
Here is what I did.
1. First I installed perl in d:/wamp/www/usr/
2. I modified httpd as follows:
LoadModule cgi_module modules/mod_cgi.so
ScriptAlias /cgi-bin/ "/test/cgi-bin/" (also tried d:/../.)
<Directory "/test/cgi-bin/">
AllowOverride None
Options None
Order allow,deny
[...]

PHP Install httpd.conf file?

Hi, I’ too excited 2 install PHP, I’ve setup apache on d:\program files\…
andmy windows (vista) runs on c:\windows
I was telling apache that I’ve installed PHP, where shud I add these 3 lines in httpd.conf file?
The lines are:
LoadModule D:/program files/…./php5apache2.dll
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
when i add them Apache stops working n when I erase its ok [...]