d2jsp
Log InRegister
d2jsp Forums > d2jsp > Ladder Slasher > Guide: How-to Make A Dynamic Ladder-slasher Sig > In A Few Easy Steps With Pics
Prev14567860Next
Add Reply New Topic New Poll
Member
Posts: 10,824
Joined: Feb 11 2005
Gold: 8,603.39
Aug 31 2008 01:33am
Quote (exstoges @ Sat, Aug 30 2008, 03:34pm)
hehe nice guide i think you put someone out of business now ^^


heh if i could get it to work i will offer these stuff for free for ppl to use and let them pick their own background o.o but somehow i think my host isnt doin well

This post was edited by Spartan)aS( on Aug 31 2008 01:34am
Member
Posts: 7,653
Joined: Nov 14 2007
Gold: 315.00
Aug 31 2008 03:55am
I've created my dynamic sig now (Took me hours to be honest)

But how come it doesn't show?

[img]http://tomyt.freehostia.com/TomyTSammy.png.php[/img]

[EDIT]

I have tried renaming the file without extension, with .png extension, with .php extension and with .php.png extension. Nothing works?

This post was edited by TomyT on Aug 31 2008 04:02am
Member
Posts: 10,824
Joined: Feb 11 2005
Gold: 8,603.39
Aug 31 2008 04:05am
u need to make a folder called tomytsammy.png then move and change tomytsammy.png.php to index.php


This post was edited by Spartan)aS( on Aug 31 2008 04:08am
Member
Posts: 7,653
Joined: Nov 14 2007
Gold: 315.00
Aug 31 2008 04:09am
Quote (Spartan)aS( @ Sun, 31 Aug 2008, 12:05)
u need to make a folder called tomytsammy.png then change tomytsammy.png.php to index.php


Result:

[img]http://tomyt.freehostia.com/TomyTSammy.png/Index.php[/img]

Or


Neither works?

This post was edited by TomyT on Aug 31 2008 04:12am
Member
Posts: 10,824
Joined: Feb 11 2005
Gold: 8,603.39
Aug 31 2008 04:10am
Quote (TomyT @ Sun, Aug 31 2008, 03:09am)
Result:

http://tomyt.freehostia.com/TomyTSammy.png/Index.php

Or

http://tomyt.freehostia.com/TomyTSammy.png

Neither works?


well its just not showin cause the host isnt good but the way that i told u to do should work for other hosts hmmm Index.php?? make it index.php



This post was edited by Spartan)aS( on Aug 31 2008 04:13am
Member
Posts: 7,653
Joined: Nov 14 2007
Gold: 315.00
Aug 31 2008 04:11am
Quote (Spartan)aS( @ Sun, 31 Aug 2008, 12:10)
well its just not showin cause the host isnt good but the way that i told u to do should work for other hosts


But clicking http://tomyt.freehostia.com/TomyTSammy.png/Index.php directs you to the image?

Quote (Spartan)aS( @ Sun, 31 Aug 2008, 12:10)
well its just not showin cause the host isnt good but the way that i told u to do should work for other hosts hmmm Index.php?? make it index.php


Oh the last part worked smile.gif Thanks ! wink.gif

This post was edited by TomyT on Aug 31 2008 04:12am
Member
Posts: 10,824
Joined: Feb 11 2005
Gold: 8,603.39
Aug 31 2008 04:13am
i use free hostia too and i cant get it to work lol :/ gimme ur script tongue.gif
Member
Posts: 7,653
Joined: Nov 14 2007
Gold: 315.00
Aug 31 2008 04:17am
Quote (Spartan)aS( @ Sun, 31 Aug 2008, 12:13)
i use free hostia too and i cant get it to work lol :/ gimme ur script tongue.gif


Try adding # in front of Options Multiviews in the .htacces file. I had a problem with that earlier today

[EDIT]

How do I make the Background transparent?

This post was edited by TomyT on Aug 31 2008 04:20am
Member
Posts: 41,017
Joined: Jul 4 2005
Gold: 871.28
Aug 31 2008 02:39pm
Just hosted mine, looks not bad I guess smile.gif
Big thanks man for guide!
Member
Posts: 1,909
Joined: May 8 2007
Gold: 2,507.26
Aug 31 2008 02:43pm
Quote (Spartan)aS( @ Sun, 31 Aug 2008, 12:10)
well its just not showin cause the host isnt good but the way that i told u to do should work for other hosts hmmm Index.php?? make it index.php


This isn't necessary. But if it works, okay why not smile.gif

Did you upload the .htaccess file? The file shouldn't have an extension other than ".htaccess". The index way is a workaround which is kinda nasty, although it does work sometime I would not recommend it. That's why it is not in my guide smile.gif.

What you could try if it doesn't work is create a .htaccess file containing:

Code
AddType application/x-httpd-php5 .png


instead of your .htaccess file containing:
Code
Options MultiViews


And rename your yourname.png.php5 file to yourname.png only.

Though on my host this doesn't work, it heard stories it does work on some hosts.

//edit
Quote

Multiviews

MultiViews is a per-directory option, meaning it can be set with an Options directive within a <Directory>, <Location> or <Files> section in access.conf, or (if AllowOverride is properly set) in .htaccess files. Note that Options All does not set MultiViews; you have to ask for it by name.

The effect of MultiViews is as follows: if the server receives a request for /some/dir/foo, if /some/dir has MultiViews enabled, and /some/dir/foo does not exist, then the server reads the directory looking for files named foo.*, and effectively fakes up a type map which names all those files, assigning them the same media types and content-encodings it would have if the client had asked for one of them by name. It then chooses the best match to the client's requirements.

MultiViews may also apply to searches for the file named by the DirectoryIndex directive, if the server is trying to index a directory. If the configuration files specify

  DirectoryIndex index

then the server will arbitrate between index.html and index.html3 if both are present. If neither are present, and index.cgi is there, the server will run it.

If one of the files found when reading the directive is a CGI script, it's not obvious what should happen. The code gives that case special treatment --- if the request was a POST, or a GET with QUERY_ARGS or PATH_INFO, the script is given an extremely high quality rating, and generally invoked; otherwise it is given an extremely low quality rating, which generally causes one of the other views (if any) to be retrieved.


Is what multiviews does smile.gif.

//edit2
Quote

How do I make the Background transparent?

you have to do that in your favorite image creator app (don't believe paint can do it). Just delete the background or at start, start with a "transparant" background.

This post was edited by flapmo on Aug 31 2008 02:47pm
Go Back To Ladder Slasher Topic List
Prev14567860Next
Add Reply New Topic New Poll