Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~311 People Reached
Member Avatar for Todx

I'm having problems with .htaccess rewrite rule. I want to convert: [QUOTE][url]http://www.domain.com/?d=SOME_STRING[/url][/QUOTE] To: [QUOTE][url]http://www.domain.com/download.php?file=SOME_SRING[/url][/QUOTE] So far I've some up with this: [CODE]Options +FollowSymlinks RewriteEngine on RewriteRule @|\?d=(.+)$ download.php?file=$1[/CODE] Anyone have an idea on why this isn't working? *mod rewrite is enabled*

Member Avatar for vibhaJ
0
97
Member Avatar for Sorcher

Hello guys! I want to make a viewer function that adds up everytime the script runs. I want to do it with a text file, something like this i guess.. [CODE]$fp = fopen("video1.txt", 'a'); ///I guess i need to get the current value of the file, then add an additional …

Member Avatar for Sorcher
0
77
Member Avatar for Todx

Hi everyone! I'm trying to retrieve a value of a certain HTML elements class name. I'd like to get the value out of this HTML element in C# code: [CODE]<input type="hidden" value="3F6C6994-F6AF-038C-1C45-EFDFCAA58963" name="code">[/CODE] I'd appreciate any and all kind of help!

0
63
Member Avatar for Todx

Hi, I installed Microsoft Windows 2003. I have MySql, Apache and PHP 5 installed on it. But when I put file index.html in the public folder, I get this: You don't have permission to access / on this server. It looks like firewall is blocking acess to the server. I …

Member Avatar for DimaYasny
0
74