All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - rishk789

Pages: [1]
1
GaMerZ File Explorer / Nofollow and Force Download
« on: 17 April 2009, 17:58 »
I had two questions.

1.) I'm not very familiar with PHP string concatenation, and despite my efforts, I'm unable to append a rel="nofollow" attribute to my file/directory's link. Is this even necessary? I just don't want my SEO to be affected or any of these files to show up on a search engine query. I've been trying to mess around on Line 164 of index.php

echo "<td style=\"width: 50%\" title=\"Folder: $directory_name\"><a href=\"".url($directories_before_current_path.$current_directory_path.$directory_name,'dir')."\">$directory_name</a></td>\n";

How would I add the nofollow attribute?

2.) If I browse my file repository without GFE (just the default Apache directory listings), my PDF files open instantly in the browser. With GFE, they are Force Downloaded to my computer, and at that, they take several seconds to open. I'm pretty sure it has something to do with the headers at the bottom of the view.php file, but whenever I modified them, my PDFs became garbled. Any idea how I can force PDF and text files to open in the browser without having to download?

Pages: [1]