Pimpt up wampserver index page.
Posted by: HellGoNet (---.cust.telenor.se)
Date: October 25, 2010 11:11AM

i have made a modified more useful version of the original wampserver index.php file.

Picture: [www.hellgo.net]

file: [www.hellgo.net]

go ahed and use it and tweak it for your needs.



Edited 1 time(s). Last edit at 10/25/2010 11:14AM by HellGoNet.

Options: ReplyQuote
Re: Pimpt up wampserver index page.
Posted by: seldomseen (93.180.226.---)
Date: October 26, 2010 10:45AM

NOW I feel totally stupid...idiot face here just replaced the index file with new one.....dohhhhhhhhhh and forgot to backup the original index.php file.....
First it said change the route in the index php so I changed it to what I thought was the path ie: c wamp but that just gave me.....
error cannot connect to the server.
the default path for wamp is correct I think put is there anything alse I should try....
be gentle with me please I am trying to learn.... eye rolling smiley

Options: ReplyQuote
Re: Pimpt up wampserver index page.
Posted by: yfastud (Moderator)
Date: October 26, 2010 03:22PM

should be c:/wamp since I've try it w/o error

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Pimpt up wampserver index page.
Posted by: seldomseen (93.180.225.---)
Date: October 26, 2010 09:54PM

Got it working AOK brill thanks.....if I want to tweek the images ie the logo....where do I find that image, I have searched high and low for the folder, tried text editor to find it tried dreamweaver to find it mmmmmmmmmmmmmmmmmmmmmmmmm me thinks its hidden lol all I get in page info in firefox is
[localhost]
where is ? img file lol

sorry for such a stupid question...you are really going back to basics with this member lol

Options: ReplyQuote
Re: Pimpt up wampserver index page.
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: October 26, 2010 09:59PM

you cant really the images are embedded in the actual index.php


for example

$pngFolder = <<< EOFILE
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAA3NCSVQICAjb4U/gAAABhlBMVEX//v7
//v3///7//fr//fj+/v3//fb+/fT+/Pf//PX+/Pb+/PP+/PL+/PH+/PD+++/+++7++u/9+vL9+vH79+r79
+n79uj89tj89Nf889D88sj78sz78sr58N3u7u7u7ev777j67bL67Kv46sHt6uP26cns6d356aP56aD56Jv45p
T45pP45ZD45I324av344r344T14J734oT34YD13pD24Hv03af13pP233X025303JL23nX23nHz2pX23Gvn
2a7122fz2I3122T12mLz14Xv1JPy1YD12Vz02Fvy1H7v04T011Py03j011b01k7v0n/x0nHz1Ejv0Hnuz3Xx
0Gvz00buzofz00Pxz2juz3Hy0TrmznzmzoHy0Djqy2vtymnxzS3xzi/kyG3jyG7wyyXkwJjpwHLiw2Liw2Hhw
mDdvlXevVPduVThsX7btDrbsj/gq3DbsDzbrT7brDvaqzjapjrbpTraojnboTrbmzrbmjrbl0Tbljrakz3ajzzZjT
fZijLZiTJdVmhqAAAAgnRSTlP///////////////////////////////////////8A////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////
///////////////9XzUpQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAB90RVh0U29mdHdhcmUATWFjcm9tZ
WRpYSBGaXJld29ya3MgOLVo0ngAAACqSURBVBiVY5BDAwxECGRlpgNBtpoKCMjLM8jnsYKASFJycnJ0tD1Q
RT6HromhHj8YMOcABYqEzc3d4uO9vIKCIkULgQIlYq5haao8YMBUDBQoZWIBAnFtAwsHD4kyoEA5l5SCkq
a+qZ27X7hkBVCgUkhRXcvI2sk3CpRugooUCOooWNs4+wdGpuQIlMDFKiWNbO0dXTx9AwICVGuBQqkFt
Q1wEB9LhGeAwDSdzMEmZfC0wAAAABJRU5ErkJggg==
EOFILE;



then you use

header("Content-type: image/png"winking smiley;
echo base64_decode($pngFolder);

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]



Edited 2 time(s). Last edit at 10/26/2010 10:01PM by stevenmartin99.

Options: ReplyQuote
Re: Pimpt up wampserver index page.
Posted by: yfastud (Moderator)
Date: October 26, 2010 11:30PM

you need to encode your image then decode it to embed your image in your script winking smiley

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Pimpt up wampserver index page.
Posted by: HellGoNet (---.cust.telenor.se)
Date: October 27, 2010 10:27PM

yes you can change the image easily, they are encoded in base64 to be able to embed the image as well as the java script inside this file,..

all you have to do is to make yourself a nice logo (make it a .gif, if you want a different format you have to change some other things to) and then go to for example this page:

[www.motobit.com]

and brows for the image, press "convert the source data" and an base64 based text will a cure in the upper container.

copy it to a text editor and remove all "new lines" so the whole string is one long string of text and not strings of just 76character per line.

then just replace the old line in my index.php file with yours tongue sticking out smiley that's it !


if you have problems, your free to ask,.. i can even help you with the logo change if you send me the logo.



Edited 5 time(s). Last edit at 10/29/2010 03:53PM by HellGoNet.

Options: ReplyQuote
Re: Pimpt up wampserver index page.
Posted by: HellGoNet (---.cust.telenor.se)
Date: October 27, 2010 10:31PM

are anyone interested in a more advanced version of this file?
like including server settings and online ftp in additional tabs?

Options: ReplyQuote
Re: Pimpt up wampserver index page.
Posted by: seldomseen (95.111.253.---)
Date: November 02, 2010 09:24AM

YUP sure do bud, sorry for being so dense lol. I am trying to learn this BRILL application, believe me when I say it was a god send, Am used to 2mbps in England but am in Ukraine and all I have is average of 5kbps here, so building my web site at home is fantastic, now just gotta learn how to migrate to the live site.

I figured those coding where something to do with an image and you gave me the answer, now I can play and hopefully it will work lol
KEEP UP the good work bud, just forgive my stupid questions lol

Options: ReplyQuote


Sorry, only registered users may post in this forum.