Webmastersite.net
Register Log In

PageRank
php5

Comments on PageRank

rw
Experienced

Usergroup: Customer
Joined: Jul 29, 2005

Total Topics: 30
Total Comments: 65
rw
#16 - Quote - Permalink
Posted Nov 10, 2006 - 7:19 AM:

You haven't linked to it, so is your site online so that you could link to it?

Not sure what you mean "You haven't linked to it" my site is in development, but I open it up for testing and it had those results.

If not, your firewall would prevent it working from your desktop PC.

No firewall. I see correct results if I browse your user-side demo for pagerank, but not when I go to my directory.

Thanks,

rw

Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#17 - Quote - Permalink
Posted Nov 10, 2006 - 1:54 PM:

I mean you haven't posted a url, neither in the example url field in creating the thread nor in any post.
rw
Experienced

Usergroup: Customer
Joined: Jul 29, 2005

Total Topics: 30
Total Comments: 65
rw
#18 - Quote - Permalink
Posted Nov 11, 2006 - 6:27 AM:

Hi Paul,

You can see it with php5 here:
http://0webmasters.com/4/

Thanks.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#19 - Quote - Permalink
Posted Nov 13, 2006 - 10:33 PM:

I updated the user demo to 4.0.5 and added a new link here: http://www.wsnforum.com/linksuserdemo/archery/by_region . PHP 5.1.4, MySQL 4.1.19, allow_url_fopen on, CURL enabled. You can fill out the site inspection service form if you want.
steven
Member

Usergroup: Customer
Joined: Feb 02, 2007

Total Topics: 2
Total Comments: 21
steven
#20 - Quote - Permalink
Posted Feb 03, 2007 - 11:00 AM:

Hi, I just install the script and I got the same problem with my page rank, all the site in my directory have PR 1.

I have the script installed on my own PC, and PR working well with or without regenerate, but the one on my server, does not work.
reciprocal working.


what is the problem? do I need to change any configuration?


Thanks,
steven
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#21 - Quote - Permalink
Posted Feb 03, 2007 - 3:51 PM:

What are the differences between your PC and your server? A phpinfo of both might be useful.
steven
Member

Usergroup: Customer
Joined: Feb 02, 2007

Total Topics: 2
Total Comments: 21
steven
#22 - Quote - Permalink
Posted Feb 03, 2007 - 5:48 PM:

Hi Paul,
I am a beginner so no much know about this advance info.
what is in the phpinfo I have to look, because to many field on phpinfo.
I have test eSyndicat before I make decision to purchase WSN, eSyndicat have Page Rank too, but that was working on my server.

please see my phpinfo below, what else I have to check?

On my PC :
php version 4.3.10
apache 1.3.33
mysql 4.1.9-max

On my server :
php version 4.3.11
apache 1.3.37
mysql 4.1.21-standard

Could you check my phpinfo on the attach file, what are the different that make PR does not work, is there any way to make my PR work? or any CHMOD I have to adjust?

** The installation process is very easy, I love this software, just get headache to some configuration, cause I don't understand :-)

** could you delete the attachment after you check it...

thanks
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#23 - Quote - Permalink
Posted Feb 04, 2007 - 7:30 AM:

Is anyone else running PHP as CGI? Maybe that's the critical difference, though I don't see why. If someone wants to send me their FTP info I can step through it and try to see where it's going wrong.
steven
Member

Usergroup: Customer
Joined: Feb 02, 2007

Total Topics: 2
Total Comments: 21
steven
#24 - Quote - Permalink
Posted Feb 04, 2007 - 8:13 AM:

running PHP as CGI?
Do you mean I am running the PHP as CGI on my server? I don't understand, how can I fix it? or my hosting make all the PHP running as CGI?

- I can give you access to my ftp to fix my PR, but how?

* I have another question about subcategory listing :
on my subcategory listing the "Action" box appear in the bottom right of the page not on the right side next to the subcategory, but on the 'link listing' the "Action" box appear on the right side.
my question is :
- How can I make the "Action" box appear on the right side not on the bottom right for subcategory listing.


Thanks.
babrees
Expert

Usergroup: Customer
Joined: Aug 19, 2005
Location: England

Total Topics: 391
Total Comments: 1303
babrees
#25 - Quote - Permalink
Posted Feb 04, 2007 - 9:26 AM:

Paul wrote:
Is anyone else running PHP as CGI? Maybe that's the critical difference, though I don't see why. If someone wants to send me their FTP info I can step through it and try to see where it's going wrong.



Hi Paul

Am sending you my ftp info by replying to the recent emails we have had on this subject.

Jill
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#26 - Quote - Permalink
Posted Feb 05, 2007 - 7:14 AM:

Google returns the attached result to the script, saying you're banned. Since automated pagerank queries are against google's terms of service there'd be no point in appealing to them.

What I don't understand is how steven reports eSyndicat pagerank working on his server. Was that a server with a different IP address, or at a different time?

Attached Files:
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#27 - Quote - Permalink
Posted Feb 05, 2007 - 7:25 AM:

If others want to confirm that being forbidden is their problem, open classes/pagerank.php and change
$result[0]=$contents;
to
$result[0]=$contents;
echo "<p>Google reports: ". $result[0] ."</p>";


Then create this little test file (name test.php if you like) in your main WSN Links directory and visit it in your web browser:
<?php require 'classes/pagerank.php';
$pr = new GooglePR();
$url = 'http://www.yahoo.com';
$rank = $pr->GetPR($url);
echo "the pagerank is ". $rank; ?>
steven
Member

Usergroup: Customer
Joined: Feb 02, 2007

Total Topics: 2
Total Comments: 21
steven
#28 - Quote - Permalink
Posted Feb 05, 2007 - 8:04 AM:

Hi Paul,
eSyndicat on the same server but different time, I have delete eSyndicat from my server, because I have WSN.

Please check this link:
www.linkmetro.com/directory...p?group=102&sort_by=0&f=15

How they can display PR on their site? or maybe they are using another way? or they having aliance with google?

*Paul I have big problem with my suggest link, but I open new thread because I can't find the answer in this forum and if I post it here, it does not match with the topic.

Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7868
Paul
#29 - Quote - Permalink
Posted Feb 05, 2007 - 9:26 AM:

It works on many servers, for example you can see it in the WSN Links user demo because google hasn't blocked my server (yet). Google bans based on IP address, that's why it works for you on your desktop computer which has a different IP. Your server must have been detected by them for unusual activity, or perhaps they blocked your web host's whole IP range (more likely to happen with large shared hosts they can easily notice/target).

steven
Member

Usergroup: Customer
Joined: Feb 02, 2007

Total Topics: 2
Total Comments: 21
steven
#30 - Quote - Permalink
Posted Feb 05, 2007 - 9:54 AM:

oh no... that's mean I can't display google PR on my link directory! do you know how to fix this problem?
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



This thread is closed, so you cannot post a reply.