Vlyan s Home

28

Jun

2010

updated interface for daoc v1.104 PDF Print E-mail

I have updated my User Interface for Dark Age of Camelot  version 1.104.

-Support configuration for buffs bars.

-Support new merchant search window.

daoc_ui_1

File Title: Vlyan Custom UI (Details)
File Version: 1.104

 

01

Apr

2010

April Fish PDF Print E-mail
Php logos in April Fish:

php_avril_logos_phpinfo

 

17

Jun

2009

Retrieve a value from the registry in dos variable PDF Print E-mail
Here is a small line of code to retrieve the registry location of the folder "My Documents":
1
2
FOR /F "tokens=2*" %%A IN ('reg.exe QUERY "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v Personal') DO SET MesDocs=%%B
ECHO %MesDocs%

 

result:

1
C:\Documents and Settings\vlyan\Mes documents

 

We can easily reuse this code for other registry keys

 

13

Jun

2009

PHP function ftp_nlist() and ftp active mode PDF Print E-mail

Under debian, to correctly use the php function ftp_nlist() with a remote server behind a firewall, you must have activated the ip_conntrack_ftp module under penalty of having one of the following errors:

PHP Warning:  ftp_nlist() [function.ftp-nlist]: php_connect_nonb() failed: Connection timed out (110) in /test_ftp.php on line 58
PHP Warning: ftp_nlist() [function.ftp-nlist]: php_connect_nonb() failed: No route to host (113) in /test_ftp.php on line 58

The installation of the module is done with modprobe:
modprobe ip_conntrack_ftp

 

Read more...
 

25

Apr

2009

My new file for Left4Dead : Left4Run PDF Print E-mail

left4dead

Recently new maps coming on the net for Left4Dead, unfortunately it is not easy to play.

And as I tired to launch maps by hand in the console, so I made a small graphic launcher with a couple of function of course Wink

 

File Title: Left4Run (Details)
File Version: 1.0.1

 
More Articles...
<< Start < Prev 1 2 Next > End >>

Page 1 of 2
French (Fr)English (United Kingdom)
avr.10

French Custom UI

Left4Run 1.0.1
avr.09

Graphic launcher for Left4Dead

nov.08

Lanceur graphique pour les serveurs DoL.

nov.08

Programme alternatif au ComponentChooser pour les personnes ayant le .net et ne voulant pas insta...