MAIN
NEW THREADS
AD SPOT

Can't get the hard link script to work
Protect-X Forum >> Protect-X Support Forum
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies. Goto page 1, 2  Next
Author Message
eddi



Joined: 17 Oct 2006
Posts: 166
Rank: 9

PostPosted: 23 May 2007 22:08    Post subject: Can't get the hard link script to work Reply with quote

Warning. This topic is for OLD hardlinks system problems solving.

*Put code of hardlink include on your site.

*Create a new folder with the name "hardlinks" in the root directory .

*Create in a "hardlinks" folder, new file hardlinks.html and set the CHMOD 777 for it. (Don't forget CHMOD)

*Download hardlink management file from your account on protect-x site and put it to the "hardlinks" folder.

If this not help to you i think you need contact by icq with protect-x support.

Good luck
Back to top
View user's profile Send private message
bajarich



Joined: 16 Apr 2007
Posts: 28
Rank: 5
Location: Southern Pines, NC

PostPosted: 24 May 2007 01:18    Post subject: Reply with quote

It took several days for mine to show up....
_________________
Rich
http://www.imavoyeur.net
ICQ: 248752793
***************************
Back to top
View user's profile Send private message Visit poster's website
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 25 May 2007 15:32    Post subject: Re: cant get the hardlinkscript to work Reply with quote

alexey wrote:
Heya, i installed it, everything should be OK
in the interface i see where i'm linking to
and who is linking to me.
but nothing shows on my site

when will the links appear?
i've done it about an hour ago


http://fxcking.com/hardlinks/
folder is not chmoded to 755.
Also don't forget to set 755 permission for hardlinks.html file.
Like bajarich said, our script need some time to create all link chains that acceptable for your site.
Eddi and Bajarich, thanks for the help

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors


Last edited by Protect-X Support on 31 Jan 2008 14:52; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
dailyamateurs



Joined: 04 Dec 2007
Posts: 8


PostPosted: 09 Dec 2007 19:29    Post subject: Reply with quote

i have a problem too , to start the hardlink thing. i had complete all the 4 steps but if i click on continue i get this error :

To continue hardlink setup you need to do all the next steps.

hmm all the files have 777 and the hardlinks folder too. can anyone help me please ^^.

ok i solve the problem it was a chmod problem, with 777 it doesnt work but now with 755 Rolling Eyes
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 10 Dec 2007 15:08    Post subject: Reply with quote

yeah, hardlinksx.php doesn't require 777 permission (644 should be enough). CHMOD 777 has to be set to hardlinks.html file and 'hardlinks' folder.
_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
milfprobe



Joined: 24 Dec 2007
Posts: 5


PostPosted: 24 Dec 2007 18:08    Post subject: Reply with quote

I am having the same problem that dailyamateurs was having. Tried 777 on everything and then went 755 on hardlinksx.php but I am still getting the error :To continue hardlink setup you need to do all the next steps.

The site is http:\\www.milfprobe.com\hardlinks
Back to top
View user's profile Send private message
milfprobe



Joined: 24 Dec 2007
Posts: 5


PostPosted: 25 Dec 2007 03:40    Post subject: Reply with quote

I was seeing this in my error log:
[Mon Dec 24 19:32:49 2007] [error] [client 205.252.166.58] Premature end of script headers: public_html/hardlinks/hardlinksx.php
SoftException in Application.cpp:239: Directory "/public_html/hardlinks" is writeable by group

So I changed the hardlinks directory to 755 and it worked. I would have sworn that the directions said to make the hardlinks directory 777.
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 25 Dec 2007 13:46    Post subject: Reply with quote

hardlinks.html file is being changed every time hardlinks update. So it must be readable and writable for a process owner (Apache) as well as directory ('hardlinks'), in some cases even upfolders. Hence first permission figure is 6 at least.
Also hardlinks.html file and its directory must be readable for all (actually for our server at least). Thus we have minimum CHMOD value for hardlinks.html file and 'hardlinks' directory equal to 644.
hardlinksx.php unlike hardlinks.html need to be executable by process owner, so we have minimum permission equal to 744.

p.s.: server configurations vary on different hosts, though above tips may not work sometimes. Don't afraid to experiment with CHMOD value if our system can't detect script installation or hard link block that created in your Protect-X member area can't be uploaded to your hardlinks.html file.

p.s.-p.s.: and don't forget that our server need some time to find link partners for you and create appropriate a-b-c hard link chains. So hard link block will not immediately appear on your site after successful script installation.

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 25 Dec 2007 14:09    Post subject: Reply with quote

to milfprobe:
btw, our traffic tracking script is not being processed on milfprobe.com, hence traffic statistics is inaccurate. Try to include it in page bottom out of table tags directly to index page or its template. Seems you've included it thru another file or template different from index.

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
milfprobe



Joined: 24 Dec 2007
Posts: 5


PostPosted: 25 Dec 2007 19:01    Post subject: Reply with quote

Protect-X Support wrote:
to milfprobe:
btw, our traffic tracking script is not being processed on milfprobe.com, hence traffic statistics is inaccurate. Try to include it in page bottom out of table tags directly to index page or its template. Seems you've included it thru another file or template different from index.


Ok I moved it but now it is covered up by another picture on my site. Is it tracking right though?

If it is tracking right then ill have to place it staticly somehow to get it out from the back.
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 26 Dec 2007 12:29    Post subject: Reply with quote

right, button must represent site traffic status, as shown here:
http://www.milfprobe.com/protectx.php
Now it is not shown on your page though script code exists in page source. You hide it and i doubt statistics is accurate.

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
milfprobe



Joined: 24 Dec 2007
Posts: 5


PostPosted: 28 Dec 2007 04:43    Post subject: Reply with quote

It is behind the JPG on the top left of the page. I have yet to figure out how to get it to stick to the bottom of the left column. I would bet that the traffic stats are correct tho. They match extremetracking.com pretty close.

Ill keep looking into it.
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 28 Dec 2007 14:46    Post subject: Reply with quote

I see only our button for network pages after 'Helper Sites' record in the left column. It is just an indicator and don't perform any protection functions. More information here:
http://www.protect-x.com/forum/ftopic790.php
Traffic tracking script must return this kind of button:

  
To view this image please LOG IN or REGISTER
for free



for a 'clean trade' certainly.

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
milfprobe



Joined: 24 Dec 2007
Posts: 5


PostPosted: 29 Dec 2007 06:22    Post subject: Reply with quote

The Project-X protect your traffic link is behind the Reflections pic that is in the very top left of my site. I know you cant see the pic but if you look at the source it is there correctly. Its just a mater of placement of the include.

When I try to hardcode the location near the bottom it isnt working but ill keep messing around with the code to see how to get it down there.
Back to top
View user's profile Send private message
Protect-X Support



Joined: 30 Oct 2006
Posts: 934
Rank: 35

PostPosted: 05 Jan 2008 12:10    Post subject: Reply with quote

I see the button in the left bottom of your blog. Good job!
How did you force it to show up?

_________________
Free A-B-C-D Hard Links Exchange Automatic System:
http://www.protect-x.com/index.php?go=shardlinks
Visit other Protect-X sections:
Find/Add NEW SPONSORS:
http://www.protect-x.com/index.php?go=findsponsors
Back to top
View user's profile Send private message Send e-mail
   
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.
 
Jump to:  
Page 1 of 2
Goto page 1, 2  Next

 
ADVERTISEMENT

ImLive Cam Adult sponsor


Powered by phpBB © 2001, 2005 phpBB Group

Anti Bot Question MOD - phpBB MOD against Spam Bots
Blocked registrations / posts: 0 / 0