Wampserver

2. wampmanager.ini

- ebben a fájlban hét bejegyzést kell elvégezni
- a szerkesztő progi segítségével hívjuk be
a.) és keressük ezt a tömböt (itt egy helyen kell módosítani):

[Menu.Right]
;WAMPMENURIGHTSTART
Type: item; Caption: "&About..."; Action: about
Type: item; Caption: "Refresh"; Action: multi; Actions: wampreload
Type: item; Caption: "Help"; Action: run; FileName: "C:/explorer.exe"; Parameters: "http://www.Wampserver.com/presentation.php"; Glyph: 5
Type: submenu; Caption: "Language"; SubMenu: language; Glyph: 3
Type: item; Caption: "Exit"; Action: multi; Actions: myexit;
;WAMPMENURIGHTEND

Megjegyzés: ne tévesszen meg senkit, hogy a FileName: "C:/explorer.exe"; a gyökérben van jelölve, bármely almappában lehet, de a mi esetünkben nincs jelentősége, hiszen új név, új útvonal lesz az elérés...

és a FileName: “C:/explorer.exe”; helyére szúrjuk be kedvenc böngészőnk elérhetőségi útvonalát, pl.::

FileName: "C:/Program Files/Mozilla Firefox/firefox.exe";

… gyors mentés és haladjunk tovább
b.) keressük ezt a tömböt (itt három helyen kell módosítani):

[Menu.Left]
;WAMPMENULEFTSTART
Type: separator; Caption: "Powered by Anaska"
Type: item; Caption: "Localhost"; Action: run; FileName: "C:/explorer.exe"; Parameters: "http://localhost/"; Glyph: 5
Type: item; Caption: "phpMyAdmin"; Action: run; FileName: "C:/explorer.exe"; Parameters: "http://localhost/phpmyadmin/"; Glyph: 5
Type: item; Caption: "SQLiteManager"; Action: run; FileName: "C:/explorer.exe"; Parameters: "http://localhost/sqlitemanager/"; Glyph: 5
Type: item; Caption: "www directory"; Action: shellexecute; FileName: "E:/starmis/wamp/www"; Glyph: 2
Type: submenu; Caption: "Apache"; SubMenu: apacheMenu; Glyph: 3
Type: submenu; Caption: "PHP"; SubMenu: phpMenu; Glyph: 3
Type: submenu; Caption: "MySQL"; SubMenu: mysqlMenu; Glyph: 3
Type: separator; Caption: "Quick Admin"
;Type: servicesubmenu; Caption: "Apache"; Service: wampapache; SubMenu: apache
;Type: servicesubmenu; Caption: "MySQL"; Service: wampmysqld; SubMenu: MySql
Type: item; Caption: "Start All Services"; Action: multi; Actions: StartAll
Type: item; Caption: "Stop All Services"; Action: multi; Actions: StopAll
Type: item; Caption: "Restart All Services"; Action: multi; Actions: RestartAll
Type: separator;
Type: item; Caption: "Put Online"; Action: multi; Actions: onlineoffline
;WAMPMENULEFTEND

és a FileName: “C:/explorer.exe”; helyére szúrjuk be kedvenc böngészőnk elérhetőségi útvonalát, pl.::

FileName: "C:/Program Files/Mozilla Firefox/firefox.exe";

… ismét mentés és haladjunk tovább
c.) keressük ezt a tömböt (itt szintén egy helyen kell módosítani):

[apacheVersion]
;WAMPAPACHEVERSIONSTART
Type: item; Caption: "2.2.11"; Action: multi; Actions:switchApache2.2.11; Glyph: 13
Type: separator;
Type: item; Caption: "Get more..."; Action: run; FileName: "C:/explorer.exe"; Parameters: "http://www.wampserver.com/addons_apache.php";
[switchApache2.2.11]
Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/apache/apache2.2.11/bin/httpd.exe"; Parameters: "-n wampapache -k uninstall"; ShowCmd: hidden; Flags: ignoreerrors waituntilterminated
Action: closeservices; Flags: ignoreerrors
Action: run; FileName: "E:/starmis/wamp/bin/php/php5.2.9-1/php-win.exe";Parameters: "switchApacheVersion.php 2.2.11";WorkingDir: "E:/starmis/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/php/php5.2.9-1/php-win.exe";Parameters: "switchPhpVersion.php 5.2.9-1";WorkingDir: "E:/starmis/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/apache/apache2.2.11/bin/httpd.exe"; Parameters: "-n wampapache -k install"; ShowCmd: hidden; Flags: waituntilterminated
Action: run; FileName: "net"; Parameters: "start wampapache"; ShowCmd: hidden; Flags: waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/php/php5.2.9-1/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "E:/starmis/wamp/scripts"; Flags: waituntilterminated
Action: resetservices
Action: readconfig;

;WAMPAPACHEVERSIONEND

és a FileName: “C:/explorer.exe”; helyére szúrjuk be kedvenc böngészőnk elérhetőségi útvonalát, pl.::

FileName: "C:/Program Files/Mozilla Firefox/firefox.exe";

… újra mentés és haladjunk tovább
d.) keressük ezt a tömböt (itt is egy helyen kell módosítani):

[phpVersion]
;WAMPPHPVERSIONSTART
Type: item; Caption: "5.2.9-1"; Action: multi; Actions:switchPhp5.2.9-1; Glyph: 13
Type: separator;
Type: item; Caption: "Get more..."; Action: run; FileName: "C:/explorer.exe"; Parameters: "http://www.wampserver.com/addons_php.php";
[switchPhp5.2.9-1]
Action: service; Service: wampapache; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/php/php5.2.9-1/php-win.exe";Parameters: "switchPhpVersion.php 5.2.9-1";WorkingDir: "E:/starmis/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/php/php5.2.9-1/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "E:/starmis/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "net"; Parameters: "start wampapache"; ShowCmd: hidden; Flags: waituntilterminated
Action: resetservices
Action: readconfig;

;WAMPPHPVERSIONEND

és a FileName: "C:/explorer.exe"; helyére szúrjuk be kedvenc böngészőnk elérhetőségi útvonalát, pl.::

FileName: "C:/Program Files/Mozilla Firefox/firefox.exe";

... mentsünk és haladjunk tovább
e.) keressük ezt a tömböt (és itt az utolsó, szintén egy helyen kell módosítani):

[mysqlVersion]
;WAMPMYSQLVERSIONSTART
Type: item; Caption: "5.1.32"; Action: multi; Actions:switchMysql5.1.32; Glyph: 13
Type: separator;
Type: item; Caption: "Get more..."; Action: run; FileName: "C:/explorer.exe"; Parameters: "http://www.wampserver.com/addons_mysql.php";
[switchMysql5.1.32]
Action: service; Service: wampmysqld; ServiceAction: stop; Flags: ignoreerrors waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/mysql/mysql5.1.32/bin/mysqld.exe"; Parameters: "--remove wampmysqld"; ShowCmd: hidden; Flags: ignoreerrors waituntilterminated
Action: closeservices;
Action: run; FileName: "E:/starmis/wamp/bin/php/php5.2.9-1/php-win.exe";Parameters: "switchMysqlVersion.php 5.1.32";WorkingDir: "E:/starmis/wamp/scripts"; Flags: waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/mysql/mysql5.1.32/bin/mysqld.exe"; Parameters: "--install-manual wampmysqld"; ShowCmd: hidden; Flags: waituntilterminated
Action: run; FileName: "net"; Parameters: "start wampmysqld"; ShowCmd: hidden; Flags: waituntilterminated
Action: run; FileName: "E:/starmis/wamp/bin/php/php5.2.9-1/php-win.exe";Parameters: "-c . refresh.php";WorkingDir: "E:/starmis/wamp/scripts"; Flags: waituntilterminated
Action: resetservices;
Action: readconfig;

;WAMPMYSQLVERSIONEND

és a FileName: "C:/explorer.exe"; helyére szúrjuk be kedvenc böngészőnk elérhetőségi útvonalát, pl.::

FileName: "C:/Program Files/Mozilla Firefox/firefox.exe";

„Klikkeljünk” a mentésre, zárjuk be a fájlokat és a progit - ezzel kész is van a figyelmes munka,-jöhet a tesztelés - hívjuk be a wampservert és teszteljük - minden bizonnyal kedvenc böngészünk fogja behozni virtuális honlapunkat.

Kellemes Időtöltést!