Webmaster Key - Discussion Forums


Welcome, Guest. Please login or register.
Did you miss your activation email?
February 07, 2012, 09:56:28 AM

Login with username, password and session length
Welceome to Forums!

Important information for guests and new members:

In order to understand the full benefits of becoming an active member of this forum, please review the following information on guest and new member restrictions. These forum changes have been prompted by an overwhelming and unreasonable amount of bot postings and incoherent guest spam messages. We wish to prevent these events from happening in the future and make our community a more comfortable place for all of our members.

For guests:

Guests are not allowed to open new topics, polls, or posts attachments.
If you wish to open up new discussions on this forum, we encourage you to register.

For new members:

New members with less than five posts are not allowed to modify additional profile information such as avatars, contact information, biographies, and signatures. However, new members are encouraged to post their own topics or reply to topics initiated by other members. Become active on the forums and 5 posts should be an easy task!

We are a diverse community with members from all over the world. We encourage new ideas and interesting conversation. Do not be afraid to post webmaster/computer-related questions or problems, as our active members are always willing to help when they are able. Interested? Join us.

+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ Problem with free tracker code
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print
Author Topic: Problem with free tracker code  (Read 2601 times)
justinofoz
Key Keeper
Member
**
Posts: 74



WWW
« on: October 22, 2004, 06:38:18 AM »

Hi folks, sorry to be here for the first time and being so pertinent as to immediately seek help. 
I got a free tracker code from Andy's site, which I will definitely be frequenting along with this forum.
I am getting an error message that I don't know what to do in order to fix it. (I don't know much about Java). It would be a big help to me if I could gain some advice from Andy on this, but I'm not at all fussy where I get good advice from.

The error message I am getting is:

Quote
Warning: fopen(log.txt): failed to open stream: No such file or directory in /home/williams/public_html/aussibiz/log/tracker.php on line 35

Warning: fopen(log.txt): failed to open stream: Permission denied in /home/williams/public_html/aussibiz/log/tracker.php on line 37

Warning: file(log.txt): failed to open stream: No such file or directory in /home/williams/public_html/aussibiz/log/tracker.php on line 48

I'm off to join up with Andy's directory, but I will be here often to annoy you all and maybe get some help. Who knows, I may even have a solution for somebody else's problem tucked away somewhere in my old brain and be able to give something back.
Report to moderator   Logged

Cheers!
Justin of Oz


Administrator - World Circle of Quality Affiliated Forums
The Oz Site
If knowledge is power, and power corrupts, what do you want to know?
Hope
Key Keeper
Veteran
*****
Posts: 1 975


P.I.T.A.


WWW
« Reply #1 on: October 22, 2004, 11:47:15 AM »

Quote
Hi folks, sorry to be here for the first time and being so pertinent as to immediately seek help. 
That is why this community exists. We all need help with various things. You are encourages to ask as many questions as you have. You are also encourages to provide advice and information to others. You might even take a look at the Word Assocation Game going on. It is a lot of fun.

As for your error, I am not an expert in this. Andy should be by soon to help you out. I know he will know the answer.
Report to moderator   Logged

justinofoz
Key Keeper
Member
**
Posts: 74



WWW
« Reply #2 on: October 22, 2004, 12:39:52 PM »

Thank you Hope, great forum and thank you for the reply. I'll await with patience for Andy. I like his style, his website reflects him very well. Just found it today from Graham (12Noon) - Cas tiger. I will have a look at the game but I have a very short attention span with most games these days. I have some urgency in setting my website up to earn some money and I have some serious lack of coding knowledge because of my youth-wasted time in playing games like snooker, cards, chess and did I mention, wasting time pointlessly. So in between setting up some scripts and configuring them while I learn everything the hard way, and running a labour-intensive web-group, Forum and its associated services. If I can get a few minutes to myself I need to learn a couple of coding languages, Java, perl and php.  Roll Eyes
Report to moderator   Logged

Cheers!
Justin of Oz


Administrator - World Circle of Quality Affiliated Forums
The Oz Site
If knowledge is power, and power corrupts, what do you want to know?
Andy
Administrator
Veteran
*****
Posts: 5 752



« Reply #3 on: October 23, 2004, 11:56:59 PM »

Hi Justinofoz,

I just got alerted to your post for help.

My tracker code works well when it works! The problem is usually todo with permissions on your hosting. Even I don't fully understand the subject. The tracker code has to be able to write to a file on your website so needs the file and directory attributes to be set to an appropriate level. The most insecure setting is 777 where anyone can write, read and execute files. But I suspect, the web host further restricts the access. I found that some of my hosting needs the chmod 777 setting for it to work. Even so, I didn't get any problem from hackers on most of my sites! I always use Linux-based hosting so I don't know what problems may occur on Windows servers.

Nowadays, I go for hosting with built-in stats now I'm confident about not losing money on a site.
Report to moderator   Logged

justinofoz
Key Keeper
Member
**
Posts: 74



WWW
« Reply #4 on: October 24, 2004, 04:01:18 AM »

Thanks Andy for the reply. I have set the permissions at 777 but suspect that I have some settings wrong somewhere. Thanks anyway Andy.

In fact, I am hosted with OnSmart using Unix and the stats are pretty good, but I just thought that a more or less configurable tool might have been some help in watching my back with my search engine. I really need something that will maintain a database of click-thru affiliate IDs, and that will look it up before crediting the affiliates account.

If I only knew perl. It should be a simple thing to add to an engine script. I have a topsites (php) script that only counts one click-thru a day. Multiple voting isn't possible.

Like your website. Grin
Report to moderator   Logged

Cheers!
Justin of Oz


Administrator - World Circle of Quality Affiliated Forums
The Oz Site
If knowledge is power, and power corrupts, what do you want to know?
MyWebTeks
Jr. Member
*
Posts: 41


If it aint broke...don't fix it!


WWW
« Reply #5 on: December 09, 2004, 10:36:47 AM »

Usually php files need to be chmod to 666 to function properly. The best way to find out the problem with a particular error issue is to contact the vendor of the program. Sometimes a programmer creates their files in binary as well so you would need to make sure that you upload your files in binary mode instead of ascii if that is what the instructions call for. Most of the time this is not necessary as most php scripts are created to be uploaded in ascii mode.

If the files are stored locally on your server, you also need to make sure you have entered the proper paths to your folders and files for the script. Most paths are releveant to the location of your script and not absolute url's unless called for in the config file of the script. Some scripts also will not function unless you use the exact file structure that the script came in. This includes the main directory of the script. In other words, depending on the script, you would need to keep the same name of the of the main directory folder when installing the script.

Again, the best way to find out what the problem is you are having is to contact the script vendor or creator. Smiley
« Last Edit: December 13, 2004, 03:02:55 AM by MyWebTeks » Report to moderator   Logged

Pages: [1] Go Up Stumble Upon! Digg It! del.icio.us! Add to Technorati! ReddIt!  Send this topic Print 
+ Webmaster Key Forums
|-+ Webmaster Corner
| |-+ Site Design and Web Authoring
| | |-+ Problem with free tracker code

Jump to:  
« previous next »


Our Partners
RelmaxTOP Ranking System Web Hosting RelmaxTOP Ranking System
Staff Sites
12Noon[12Noon Gallery] Andy[Urgentclick]
Tamuril[Tamuril's Digital Art Exhibit] Sensovision
Powered by MySQL Powered by PHP We are hosted by Relmax Inc. |Our Privacy Policy | Sitemap
Powered by SMF 1.1.9 | SMF © 2006-2009, Simple Machines LLC
Forum design by Tamuril © 2005.
Valid XHTML 1.0! Valid CSS!