linkdiy.com - Automatic Reciprocal Link Exchange


 

 FAQ   Search   Memberlist   Usergroups   Register  Profile   

Log in to check your private messagesLog in to check your private messages   Log inLog in 

 
Will not set up correctly!


 
Post new topic   Reply to topic    linkdiy.com Forum Index -> Linkdiy Issue
View previous topic :: View next topic  
Author Message

ocean



Joined: 08 Jan 2006
Posts: 3

PostPosted: Sun Jan 08, 2006 2:55 am    Post subject: Will not set up correctly! Reply with quote

Code:
Your link page www.bandbills.com/partners/ldiy/links.php does not set up correctly! Please got to Get Codes to copy and paste the codes.

If you think we are wrong, please contact us.


That's the error i'm getting. Any help will be appreciated.
Back to top

heropage
Site Admin


Joined: 13 Apr 2005
Posts: 92

PostPosted: Sun Jan 08, 2006 7:05 pm    Post subject: Reply with quote

When click on
www.bandbills.com/partners/ldiy/links.php

There is nothing on the page.
You need to copy and paste code into the page links.php.
If you did, maybe your server doesn't support fopen function.
_________________
Automatic Reciprocal Link Exchange
link exchange automatically,if you sites are
using Php,Asp,Perl or Cold Fusion.Just in 2 minutes,
You will Get hundreds of links.
Back to top

ocean



Joined: 08 Jan 2006
Posts: 3

PostPosted: Mon Jan 09, 2006 9:56 pm    Post subject: Reply with quote

fopen is disabled. i'm using dreamhost and they suggest using curl so would this work?

Code:
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.linkdiy.com/linksexchange.php?linkdiy_id=4824");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
?>
Back to top

heropage
Site Admin


Joined: 13 Apr 2005
Posts: 92

PostPosted: Mon Jan 09, 2006 10:07 pm    Post subject: Reply with quote

It works now though.
_________________
Automatic Reciprocal Link Exchange
link exchange automatically,if you sites are
using Php,Asp,Perl or Cold Fusion.Just in 2 minutes,
You will Get hundreds of links.
Back to top

ocean



Joined: 08 Jan 2006
Posts: 3

PostPosted: Mon Jan 09, 2006 11:02 pm    Post subject: Reply with quote

it showed up after using that curl code up there, but now it has trouble with looking at different pages.
Back to top

heropage
Site Admin


Joined: 13 Apr 2005
Posts: 92

PostPosted: Mon Jan 09, 2006 11:59 pm    Post subject: Reply with quote

Use this code!
Code:
  <?php
  if (isset($HTTP_GET_VARS['page']))
    {
       $p2 = '&page='.$HTTP_GET_VARS['page'];
  }
  $ch = curl_init();
  curl_setopt($ch, CURLOPT_URL, "http://www.linkdiy.com/linksexchange.php?linkdiy_id=4824".$p2);
  curl_setopt($ch, CURLOPT_HEADER, 0);
  curl_exec($ch);
  curl_close($ch);
?>
 

_________________
Automatic Reciprocal Link Exchange
link exchange automatically,if you sites are
using Php,Asp,Perl or Cold Fusion.Just in 2 minutes,
You will Get hundreds of links.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    linkdiy.com Forum Index -> Linkdiy Issue All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
 
 


Powered by phpBB© 2001, 2002 phpBB Group

SoftMetal theme by Macthink