Archive for the 'loadmodule' Category
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 [...]
April 14th, 2010 | Posted in loadmodule | 2 Comments
In diesem Video lernen Sie die Benutzung des “Load Module” Plugins
Duration : 0:1:27
April 8th, 2010 | Posted in loadmodule | No Comments
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
March 27th, 2010 | Posted in loadmodule | 25 Comments
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
March 25th, 2010 | Posted in loadmodule | 25 Comments
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 [...]
March 14th, 2010 | Posted in loadmodule | 1 Comment
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 [...]
February 21st, 2010 | Posted in loadmodule | No Comments
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
January 13th, 2010 | Posted in loadmodule | No Comments
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 [...]
October 15th, 2009 | Posted in loadmodule | 1 Comment
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
[...]
October 13th, 2009 | Posted in loadmodule | 2 Comments
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 [...]
October 11th, 2009 | Posted in loadmodule | 3 Comments