Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


(request) site thinggy
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Art
View previous topic :: View next topic  
Author Message
rayz321
Grandmaster Cheater
Reputation: 0

Joined: 17 Aug 2008
Posts: 579

PostPosted: Wed May 06, 2009 10:22 pm    Post subject: (request) site thinggy Reply with quote

ok i need a thing for my site that i can put up where that little picture thing

i am not sure what i want but something with the colors blue and gold possibly but could you guys help me out i am not sure what i should put there.



5-7-2009 12-19-25 AM.png
 Description:
 Filesize:  54.43 KB
 Viewed:  25860 Time(s)

5-7-2009 12-19-25 AM.png



_________________
Views and counting since 9/14/09

Make Money for surfing ads!
Back to top
View user's profile Send private message
Nantesnandare
I post too much
Reputation: 0

Joined: 04 Sep 2008
Posts: 2231
Location: §Â£âǧ©

PostPosted: Wed May 06, 2009 10:23 pm    Post subject: Reply with quote

You mean the Cheat Engine Bar Icon?
_________________

...::: PARAMORE BAND :::...
Hitler wrote:
I'm a stupid faggot who fucked my grandmother 3x a day!
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
rayz321
Grandmaster Cheater
Reputation: 0

Joined: 17 Aug 2008
Posts: 579

PostPosted: Wed May 06, 2009 10:27 pm    Post subject: Reply with quote

yea the site icon is what i mean
_________________
Views and counting since 9/14/09

Make Money for surfing ads!
Back to top
View user's profile Send private message
Phixen
I post too much
Reputation: 0

Joined: 27 Oct 2008
Posts: 4123

PostPosted: Wed May 06, 2009 10:29 pm    Post subject: Reply with quote

What is the site all about?
Back to top
View user's profile Send private message
CrisNMP
Fun Supervisor
Reputation: 16

Joined: 11 Apr 2007
Posts: 4649

PostPosted: Wed May 06, 2009 10:29 pm    Post subject: Reply with quote

Is called a favicon/favourite icon and the best method is with pixel art since it has to be 16x16px.

Here is one I made for example:

Conclusion: Stop requesting and make your own.

_________________

BENBENBENBENBENBENBENBEN
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
rayz321
Grandmaster Cheater
Reputation: 0

Joined: 17 Aug 2008
Posts: 579

PostPosted: Wed May 06, 2009 10:36 pm    Post subject: Reply with quote

Phixen wrote:
What is the site all about?

well mostly just a personal site but i will use it for all kinds of thing mostly about computers and computer stuff

_________________
Views and counting since 9/14/09

Make Money for surfing ads!
Back to top
View user's profile Send private message
ijoyen
How do I cheat?
Reputation: 0

Joined: 05 May 2009
Posts: 7

PostPosted: Wed May 06, 2009 10:42 pm    Post subject: Reply with quote

you have to make a small .ico file upload it in htdoc and add this code to the page you want to have the icon:

in <head> :

Code:
<link type="image/x-icon" href="myicon.ico" rel="shortcut icon"/>


Last edited by ijoyen on Wed May 06, 2009 10:45 pm; edited 1 time in total
Back to top
View user's profile Send private message
CrisNMP
Fun Supervisor
Reputation: 16

Joined: 11 Apr 2007
Posts: 4649

PostPosted: Wed May 06, 2009 10:43 pm    Post subject: Reply with quote

ijoyen wrote:
you have to make a small .ico file and add this code:

Code:
<link type="image/x-icon" href="myicon.ico" rel="shortcut icon"/>

No, it can be a picture(PNG/GIF/JPG) as well. However that is not what he is asking.

_________________

BENBENBENBENBENBENBENBEN
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
ijoyen
How do I cheat?
Reputation: 0

Joined: 05 May 2009
Posts: 7

PostPosted: Wed May 06, 2009 10:46 pm    Post subject: Reply with quote

you mean he wants us to make one for him? oh yes i didnt read...
Back to top
View user's profile Send private message
LolSalad
Grandmaster Cheater
Reputation: 1

Joined: 26 Aug 2007
Posts: 988
Location: Australia

PostPosted: Wed May 06, 2009 10:46 pm    Post subject: Reply with quote

Most browsers will look for a domain.com/favicon.ico and if it's a renamed PNG / GIF / JPG the browser can usually detect that from the file header and show it anyway.

It's best to have an actual ICO file though, for compatibility, and put it in domain.com/favicon.ico. This icon will appear for every page on the site, and for specific pages that need different icons, use the HTML snippet posted by ijoyen.

_________________
Back to top
View user's profile Send private message MSN Messenger
CrisNMP
Fun Supervisor
Reputation: 16

Joined: 11 Apr 2007
Posts: 4649

PostPosted: Wed May 06, 2009 11:26 pm    Post subject: Reply with quote

Wahoa wrote:
Most browsers will look for a domain.com/favicon.ico and if it's a renamed PNG / GIF / JPG the browser can usually detect that from the file header and show it anyway.

It's best to have an actual ICO file though, for compatibility, and put it in domain.com/favicon.ico. This icon will appear for every page on the site, and for specific pages that need different icons, use the HTML snippet posted by ijoyen.

The problem is when you have multiple sites/domain in the same directory and you don't want the .ICO to be part of each page D: Thats why I made it a picture otherwise that will be better.

_________________

BENBENBENBENBENBENBENBEN
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
sponge cake recipe
Grandmaster Cheater Supreme
Reputation: 22

Joined: 24 Sep 2007
Posts: 1635

PostPosted: Thu May 07, 2009 12:38 am    Post subject: Reply with quote

It's easy to make.
You can make a .png image, resize it and change it to a .ico.

Go to your site, edit the META tags and it's in.
Thousands of tutorials on google for this.

For example, I made a 1up mushroom favicon for my forum.
Back to top
View user's profile Send private message
CrisNMP
Fun Supervisor
Reputation: 16

Joined: 11 Apr 2007
Posts: 4649

PostPosted: Thu May 07, 2009 1:21 am    Post subject: Reply with quote

Viral wrote:
It's easy to make.
You can make a .png image, resize it and change it to a .ico.

Go to your site, edit the META tags and it's in.
Thousands of tutorials on google for this.

For example, I made a 1up mushroom favicon for my forum.

Resizing sucks, is 16x16 so the AA will mess it up like the icon in CEF.

_________________

BENBENBENBENBENBENBENBEN
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
1929394839292057839194958
Grandmaster Cheater Supreme
Reputation: 130

Joined: 22 Dec 2006
Posts: 1508

PostPosted: Thu May 07, 2009 9:55 am    Post subject: Reply with quote

[9]Nantesnandare wrote:
You mean the Cheat Engine Bar Icon?
You don't even know what it's called. Cris is right, it's called a favicon. @OP: Make it yourself.
Back to top
View user's profile Send private message
rayz321
Grandmaster Cheater
Reputation: 0

Joined: 17 Aug 2008
Posts: 579

PostPosted: Thu May 07, 2009 11:38 am    Post subject: Reply with quote

ok i tryed to make one tell me what you think about it


Untitled-1 copy3.png
 Description:
4th one
 Filesize:  3.33 KB
 Viewed:  25741 Time(s)

Untitled-1 copy3.png



Untitled-1.png
 Description:
2nd one
 Filesize:  3.37 KB
 Viewed:  25742 Time(s)

Untitled-1.png



Untitled-1 copy.png
 Description:
1st one
 Filesize:  3.15 KB
 Viewed:  25747 Time(s)

Untitled-1 copy.png



_________________
Views and counting since 9/14/09

Make Money for surfing ads!


Last edited by rayz321 on Thu May 07, 2009 11:42 am; edited 3 times in total
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Art All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites