Gateway

Bart

Active Member
I've got a small problem with my gateway, it doesn't display any button for some odd reason.

http://maxleech.com/index.php?a=in&u=exrapidleech

I've tried looking for the problem but unfortunately i can't find it.

What i see:
a506b1d69b751ee973f098f9a6e6723e.png


Can someone please help <3
 
Looks like you miss the images in your img folder. Copy them over from parabola
bg-buttons-sprite.png
red-sprite.png
green-sprite.png

That should fix it
 
Ah i see, it is the fault of your skin name / The way we coded the css in gateway.html
for now go into gateway.html and put quotes around each image path in the css

Apparently once there are special characters involved ( white space is ) they need to be escaped (white space - %20 ) if you have no quotes around your image path.
White space can only be there non excaped if the path is surrounded with quotes.

Thanks for the bug report. While you generally should use no white space in your skin, i guess its a possibility we need to take care off.
Fix will be included in next release
 
Back
Top