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 


[SSI] And xBit hack
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
tony2108
Advanced Cheater
Reputation: 0

Joined: 26 Nov 2008
Posts: 63
Location: Hacking Battlefield

PostPosted: Sat Feb 14, 2009 2:51 pm    Post subject: [SSI] And xBit hack Reply with quote

Found this on a website to an anonymous person(credits given)

I saw this useful message on a server mailing list I monitor:

Question: "Is it possible to force ssi on .html file extensions?"

Answer: "Yes, by adding this line to .htaccess:

AddHandler server-parsed .html

Question: "If so, are there any dangers running ssi in this manner?"

Answer: "Yes, you will take a performance hit -- because every web page, whether it has SSI directives or not, will have to be parsed for SSI before it is served up.

A much cleaner solution is to take advantage of XBitHack, which is turned on in the Signature web server configuration. When you set the executable bit on an HTML file, it tells the server to parse that file for SSI. So for each file with server-side includes, just run:

chmod +x filename.html

Then the server will only do parsing for SSI on the files that really need it. (Be sure to remove that line above from .htaccess if you decide to use XBitHack.)

oh and btw SSI is =(Server Sided Included)

Now what is xBit hack?

XBitHack (pronounced "X bit hack") is simply one of those htaccess configuration statements mentioned above. If you're not willing to put up with the performance costs of the "directory method" for enabling parsing of non-.shtml pages covered above, think of XBitHack as a "file method". This is because you can specify on a file-by-file basis which non-.shtml files get parsed.

Using XBitHack for this "file method" has two steps:

* turn on XBitHack by adding the statement to your .htaccess file
* "flag" the html pages you want parsed by changing their permissions to something a little out of the ordinary



If you created the htaccess.txt file above, simply add the statement given below to it and re-ftp/rename it to enable XBitHack. If your .htaccess file contains the AddType and AddHandler statements from above, REMOVE THEM. If you didn't create the file earlier, here are the steps to enabling XBitHack:

1. Use a text editor to create an htaccess.txt file and enter the following statement into it:


XBitHack on


2. Save the file and ftp it (using ASCII mode) to your Web root directory (or whatever directory your index.html file is in).

3. Rename the htaccess.txt file to .htaccess

4. CHMOD the page files, and only the page files, that you want parsed (i.e. that will contain SSI directives) to 744 (instead of 644). This is what tells the server to parse the page.

5. Try it out by entering a URL for one of the pages that contains an SSI directive and see if it's working.

If it doesn't work, check your error log for a message like

XBitHack not allowed here



It is possible that your host allows htaccess but not XBitHack. If you don't find the above error, you'll have to contact your host's technical support operation. However, by knowing what htaccess and XBitHack are, you can ask them intelligent questions regarding your problem. When they realize you know what you are talking about, they will be less likely to feed you a line of BS. Also, don't be surprised if the support person you speak to doesn't know what you are talking about. First-line technical support and sales people are usually entry-level jobs in an organization. If you get the sense they don't know what you are talking about, ask to speak to a more senior support person who does.

What is htaccess?

Most hosting companies will host multiple domains on one server, and all the domains use the same Web server software installed on that server. This presents a problem. What if two Webmasters using the same server need different Web server configurations? Apache addressed this by using .htaccess files. (Other Web-server software packages have similar functionality. If your host isn't using Apache, you'll have to ask them how to implement local configurations.)

Apache, like any other software, has configuration files. Your host edits these "global" configuration files to serve as a default for all of the sites hosted on the server. The .htaccess file (pronounced "h t access") acts as a "local" configuration file so that individual Websites can customize the configuration to suit their needs.

The .htaccess file is an ordinary text file that you can create using Notepad or any text editor and ftp it into your Web root directory. This file will contain the configuration statements (commands) to customize the Apache Web server software for your Website.

Notice that the file name starts with a period. This is to indicate to the Linux/UNIX operating system that it is a "system file" that is used by a server application, not by a user of the system (such as an html file would be). However, with Windows, the period denotes a separator between a file's name and its' "extension". As a result, if you try and create a .htaccess file in Windows it won't have a name. To get around this, create a file called htaccess.txt, ftp that to the server, and then rename it to .htaccess once it's there.

hope this was useful to lunch a research in the future in hacking srever sided like client sided(making hacking easier)

_________________
"Dark Angel is watching you"
Back to top
View user's profile Send private message MSN Messenger
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Sat Feb 14, 2009 3:29 pm    Post subject: Reply with quote

Stolen from: http://www.parkansky.com/tutorials/bdlogxbh.htm
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sat Feb 14, 2009 3:31 pm    Post subject: Reply with quote

Flyte wrote:
Stolen from: http://www.parkansky.com/tutorials/bdlogxbh.htm


tony2108 wrote:
Found this on a website to an anonymous person(credits given)


Seriously, Flyte. He's giving credits in every post. Stop saying it's stolen.

_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Flyte
Peanuts!!!!
Reputation: 6

Joined: 19 Apr 2006
Posts: 1887
Location: Canada

PostPosted: Sat Feb 14, 2009 3:33 pm    Post subject: Reply with quote

oib111 wrote:
Seriously, Flyte. He's giving credits in every post. Stop saying it's stolen.


Linking to the article is preferable to a small aside that says "I didn't write this, but I'm not making a serious attempt to prove otherwise."
Back to top
View user's profile Send private message
tony2108
Advanced Cheater
Reputation: 0

Joined: 26 Nov 2008
Posts: 63
Location: Hacking Battlefield

PostPosted: Sat Feb 14, 2009 3:34 pm    Post subject: Reply with quote

i game credits i don't know the names of the guys posted it lol...
_________________
"Dark Angel is watching you"
Back to top
View user's profile Send private message MSN Messenger
sloppy
Expert Cheater
Reputation: 0

Joined: 17 Aug 2008
Posts: 123

PostPosted: Sat Feb 14, 2009 4:02 pm    Post subject: Reply with quote

tony2108 wrote:
i game credits i don't know the names of the guys posted it lol...

Here's an idea.. stop creating a dozen topics of articles you've copied from other sites. There is no need for a clone of everything you find on the internet.
Back to top
View user's profile Send private message
tony2108
Advanced Cheater
Reputation: 0

Joined: 26 Nov 2008
Posts: 63
Location: Hacking Battlefield

PostPosted: Sat Feb 14, 2009 4:07 pm    Post subject: Reply with quote

dude where's the point of posting this?
i am posting this topics for somebody to read then and learn then it's not just a copy paste :/
I read those articles you don't...
You just post stuff without thinking about them
next time i'll post and the reason for posting this topics to prevent spam comments. Just read and post stuff related to the topic thnk you in advance

_________________
"Dark Angel is watching you"
Back to top
View user's profile Send private message MSN Messenger
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sat Feb 14, 2009 4:13 pm    Post subject: Reply with quote

I actually enjoyed the posts. They're quite useful and informative and I probably wouldn't have found them in the first place. So thank you tony.
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
tony2108
Advanced Cheater
Reputation: 0

Joined: 26 Nov 2008
Posts: 63
Location: Hacking Battlefield

PostPosted: Sat Feb 14, 2009 4:36 pm    Post subject: Reply with quote

It's good that some people understands the meaning of a good article.
Some people can't just go to the next and write stuff in google without a reason. They can all come here and find them in just 1 forum and not to the whole Network community.
thnx oib111^^
You are far more experienced than me in hacking though Very Happy

_________________
"Dark Angel is watching you"
Back to top
View user's profile Send private message MSN Messenger
sponge
I'm a spammer
Reputation: 1

Joined: 07 Nov 2006
Posts: 6009

PostPosted: Sat Feb 14, 2009 4:39 pm    Post subject: Reply with quote

If you can't google, you're an idiot.
_________________
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sat Feb 14, 2009 4:43 pm    Post subject: Reply with quote

sponge wrote:
If you can't google, you're an idiot.


QFT.

_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
tony2108
Advanced Cheater
Reputation: 0

Joined: 26 Nov 2008
Posts: 63
Location: Hacking Battlefield

PostPosted: Sat Feb 14, 2009 4:46 pm    Post subject: Reply with quote

well some people can't google because they are bored O,o
And CEF has everything anyone would need. They can just come and search in here than google. ^^

_________________
"Dark Angel is watching you"
Back to top
View user's profile Send private message MSN Messenger
DoomsDay
Grandmaster Cheater
Reputation: 0

Joined: 06 Jan 2007
Posts: 768
Location: %HomePath%

PostPosted: Sat Feb 14, 2009 4:47 pm    Post subject: Reply with quote

tony2108 wrote:
well some people can't google because they are bored O,o
And CEF has everything anyone would need. They can just come and search in here than google. ^^
Take a good look at the search page.
Back to top
View user's profile Send private message
tony2108
Advanced Cheater
Reputation: 0

Joined: 26 Nov 2008
Posts: 63
Location: Hacking Battlefield

PostPosted: Sat Feb 14, 2009 4:52 pm    Post subject: Reply with quote

yeah...
did i say anything wrong?
i just said people could search in here for hacks than google Confused

_________________
"Dark Angel is watching you"
Back to top
View user's profile Send private message MSN Messenger
BanMe
Master Cheater
Reputation: 0

Joined: 29 Nov 2005
Posts: 375
Location: Farmington NH, USA

PostPosted: Sat Feb 14, 2009 4:54 pm    Post subject: Reply with quote

well i agree with tony but having coded alot of stuff i hate to see my stuff posted under someone else's name.. its just annoying..

for example i wrote a piece of code using RtlRemoteCall (an idea i got off of alex ionesceu) for redirect a thread executions path and restoring it to origanil(i failed in the attemp, though it was mostly working) then not 3 months later i see my exact words to The T.. it was angering though the site i origanly posted it on(www.curse-x.com) went down permantly i do not enjoy my code being posted under other ppl names..

so it is under import that you the poster should try to find the original poster and give credits to them.. especially in situations where you are pointed out for not working hard enough to find him/her Wink

regards BanMe

and lol @Doomsday.. quite levity :}
btw Tony, CEF's search USE's GOOGLE!.. xD

_________________
don't +rep me..i do not wish to have "status" or "recognition" from you or anyone.. thank you.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming 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