The server-side-scripting tag has no wiki summary.
0
votes
1answer
49 views
+50
An apache injection attack?
I encountered a novel (to me anyway) form of injection attack in one of my
logs
login as <!--#exec cmd="ls .."-->
Which looks like someone it trying to trigger sever side includes on
an ...
1
vote
1answer
97 views
Hosting Dynamic Content on GitHub?
Is it possible to host dynamic content through GitHub:Pages? More specifically, we are using GitHub Enterprise, so we have a little more control, but I'm not aware of what dynamic content languages ...
2
votes
1answer
211 views
IIS executes “malicious.asp;.txt” as ASP file. What the?
I investigated a situation where 300+ websites hosted on an IIS server were pwned by a hacker. Investigation led me to a text file that contained malicious ASP-classic code. The file was named ...
0
votes
0answers
67 views
E-customer behaviour in a Web application. [closed]
I would like to know what are the main tools in the market for implementing E-customer behaviour in a Web application.
I just know Google Analytics which tracks client-side activity but maybe there ...
0
votes
2answers
58 views
Rendering citations and references in HTML using PHP/Perl/Python/
Is there a PHP/Perl/Python/... library for picking citations out of an HTML file and rendering a nice list of references at the bottom, like in Wikipedia?
I'm developing a website with ...
0
votes
0answers
64 views
which Server Side Scripting is used on the website? [closed]
I want to know about any tool that let me know which type of scripting at the server side . Is there any tool to know that some people say that it is not possible is it so.
1
vote
1answer
227 views
IE disables back-button [closed]
We have an ASP.Net (Web Forms) site hosted on IIS7.
The site contains a table with information retrieved from a database. Paging is enabled for this table, meaning that only 10 rows are displayed at ...
2
votes
4answers
179 views
Where can I find resources for best coding practices in web development?
You'd figure that this would be an easy topic to google, but unfortunately I've been looking for a couple weeks and have yet to find really anything that I'm looking for.
The problems I'm running ...
0
votes
2answers
140 views
Book / resource suggestions for learning web development? Where to start? [closed]
OK, so there's so much to know that I don't even know where to start. I'm hoping you can help me come up with a list of books to get started with.
I'm interested in web applications (for example, ...
1
vote
1answer
72 views
Is there an open source solution that I can host on a web server that will allow users to anonymously upload a file to me?
I'm looking for some kind of web application I can host on my Linux web server that will allow users to upload files of arbitrary size to me from their browser without requiring them to log in.
...
0
votes
0answers
42 views
Source highlight as CGI script
I would like to put syntax-highlighted source code (C) on a website using CGI. I have the GNU source-highlight package on the web-server. Can anyone tell me how to link the source-highlight-cgi script ...
1
vote
2answers
555 views
What is the best currency API out there? [closed]
I may be asking an odd question, but webmasters seem like a decent place to post this.
I'm in the search for an accurate, easy API (such as using JSON or XML) so I can use my web application.
I've ...
2
votes
3answers
213 views
How to inform website owner if someone downloads something from the website?
Right, beginner here so bare with me..
What i've got: A simple html/css website with a page where clients can find informative documents in the form of PDF's and rich text documents, they can just ...
0
votes
1answer
168 views
Apache log analytic's
Been trying for a while to get this script fully working I think I'm nearly there.
Ok so I basically need the script to show 3 things, email address - Browser type - Time logged in.
...
3
votes
1answer
102 views
Can I get IIS to treat some .shtml files as .php files?
I want to be able to get IIS to interpret SHTML files (only in a specific directory) as PHP, and interpret the rest as SHTML.
If so, then how?
1
vote
2answers
386 views
Will changing SHTML files to PHP change effect how search engines index my site?
I have a lot of SHTML pages.
If I change these to PHP to add some more functionality (obviously changing stuff like includes to PHP where necessary) will this effect how search engines index my site? ...
2
votes
2answers
154 views
Will Checking Existence Of Email Be Throttled By Email Servers?
As part of a web application I am building, I must check if a particular email address exists. This check may be performed at around 1000 times an hour at a given server. Is there any mail server ...
5
votes
3answers
2k views
Metrics on “market share” for server-side scripting languages
Does anyone know of any market share information for server-side scripting languages (# of web servers, % of web servers, etc.)?
I'm learning how to do server-side scripting with Python (via the ...