Jump to content


VlexoFree Notice

Interviews will be open every Friday starting at 12am PDT and lasting for 24 hours.

- - - - -

Need help on placing ads and linkbacks!


  • Please log in to reply
11 replies to this topic

#1 ptccorp

ptccorp

    Member

  • Pre-Members
  • 27 posts

Posted 13 June 2010 - 10:47 AM

Account Type: Expert 2000
cPanel UserName: ptccorp
Browser: Firefox
System (Mac/PC/Linux): PC
Nature Of Problem: Other
Your Domain/Subdomain: nextgenptc.cz.cc
Error you are Getting [If applicable]:
Problem:

I am a complete novice to website development or HTML coding etc. I don't have any experience in making my own website or using any web scripts or codes. The website that I am using on my account was a pre-coded php PTC script. I am running this PTC website so that I could earn some money for my education. My family can't afford my higher education. So it is my request that someone help me with placing the linkback and ad on my site before it is suspended.

I hope someone would understand me and help me solve this problem.

Thank You.

Ad Bot


      #2 Eli L

      Eli L

        VlexoFree Owner

      • Owner
      • 6,950 posts
      • LocationWashington, USA

      Posted 13 June 2010 - 12:31 PM

      http://vlexofree.com...ng_the_Linkback

      Read that and just put the comment in your html where ever you want the link.

      Posted Image


      Please do not PM me for support (unless its a private matter). Instead, post in the appropriate forum and help will be provided accordingly.
      Helpful links: Terms of Service | Privacy Policy | Wiki - Tutorials & Help | VlexoFree Support |


      #3 ptccorp

      ptccorp

        Member

      • Pre-Members
      • 27 posts

      Posted 14 June 2010 - 01:30 AM

      My website is only composed of php scripts. There are no html files. So, I have no idea on how to put the codes and where. So if you don't mind could you yourself pace the linkback and ad for me on my web pages? I would like to have the horizontal letterboard ad placed on my site. Hope you would help me.

      #4 Lucas C

      Lucas C

        Advanced Member

      • Pre-Members
      • 96 posts
      • LocationBrasília, Brazil

      Posted 14 June 2010 - 04:40 AM

      I don't how your website was built, but can you, with the knowledge you have, change something that's written on it? Like in a blog or a news website... If you can, just write "This site is hosted by VlexoFree Hosting" or something like that with an hyperlink to http://vlexofree.com, simple as that.

      Edited by Lucas C, 14 June 2010 - 04:40 AM.

      Life isn't fun without funny threads.

      #5 ptccorp

      ptccorp

        Member

      • Pre-Members
      • 27 posts

      Posted 14 June 2010 - 09:30 AM

      I could have placed the linkback and ad if my files ere in HTML format. I am quite comfortabe with HTML. But php script is completely new to me. I could have placed the linkback or the ad if I was able to edit the file in graphical mode instead of script mode. I use Adobe DreamWeaver CS3 but the php scripts do not support graphical view. So I have no idea what should be the codes for the ads and the linkback in a php script. Please help before its too late!

      #6 Lucas C

      Lucas C

        Advanced Member

      • Pre-Members
      • 96 posts
      • LocationBrasília, Brazil

      Posted 14 June 2010 - 11:27 AM

      If you look inside your php files, with notepad or something like that, I'm sure you'll find some HTML, it's always there. Just try to understand how it uses the HTML stuff, like between '?>' and '<?php' or using echo. Take a good look at them. Do you use some big php platform, like wordpress, or is it made just for you? I don't know what else I can do to help you  :(
      Life isn't fun without funny threads.

      #7 Eli L

      Eli L

        VlexoFree Owner

      • Owner
      • 6,950 posts
      • LocationWashington, USA

      Posted 14 June 2010 - 12:29 PM

      Its most likely in your theme directory.

      public_html/themes/GeN4

      Posted Image


      Please do not PM me for support (unless its a private matter). Instead, post in the appropriate forum and help will be provided accordingly.
      Helpful links: Terms of Service | Privacy Policy | Wiki - Tutorials & Help | VlexoFree Support |


      #8 ptccorp

      ptccorp

        Member

      • Pre-Members
      • 27 posts

      Posted 15 June 2010 - 10:20 PM

      At last I have found out how to place the ads and the linkbacks (PROBABLY!). But tell me, is it OK if I include the ads and linkbacks in my footer? That's the only file where I know how to place ads and linkbacks as it has got some HTML content.

      #9 Eli L

      Eli L

        VlexoFree Owner

      • Owner
      • 6,950 posts
      • LocationWashington, USA

      Posted 16 June 2010 - 01:22 AM

      You can put them where ever you want :)

      Posted Image


      Please do not PM me for support (unless its a private matter). Instead, post in the appropriate forum and help will be provided accordingly.
      Helpful links: Terms of Service | Privacy Policy | Wiki - Tutorials & Help | VlexoFree Support |


      #10 ptccorp

      ptccorp

        Member

      • Pre-Members
      • 27 posts

      Posted 16 June 2010 - 02:15 AM

      OK, thanks. I have managed to put up the linkback. But I am not able to place the ad in the footer in proper allignment. The ad sticks to the left margin and it overlaps some part of my footer. You can checkout my website and you will know what I mean: http://www.nextgenptc.cz.cc. I want the ad to be placed in the center and below the footer. Hope you can help. The script with the current wrongly alligned ad is:

      <div class="clear"></div>
      <div id="footer">
      <div>
      <p> <a style='margin: 10px'></a><?php echo $set['site_name'] ?> &copy; <?php echo date("Y"); ?></p>
      <p class="right"><a href="privacy.php" target="_blank">Privacy Policy</a> <a href="terms.php" target="_blank">Terms Of Service</a><?php if ($set['refund_policy'] =='1'){ ?><a href="refunds.php" target="_blank">Refund Policy</a><?php } ?></p>
      <p class="center"><?php if($ir['admin_access'] == '1') { ?>
               <a style='margin: 10px; color:red' href="http://<? echo $_SERVER['HTTP_HOST'];?>/admin/">Administration Area</a>
               <?php } ?></p>
               <p><!--VlexoFree_LinkBack--></p>
               <p><!--VlexoFree_AdCode_728x90--></p>
              

                   </div>
      </div>
      </div>
      </body>
      </html>
      <?php
      $do->finish_script_executions();
      ?>

      #11 Lucas C

      Lucas C

        Advanced Member

      • Pre-Members
      • 96 posts
      • LocationBrasília, Brazil

      Posted 16 June 2010 - 03:34 AM

      Try this:

      <div class="clear"></div>
      <div id="footer">
      <div>
      <p> <a style='margin: 10px'></a><?php echo $set['site_name'] ?> &copy; <?php echo date("Y"); ?><!--VlexoFree_LinkBack--></p>
      <p class="right"><a href="privacy.php" target="_blank">Privacy Policy</a> <a href="terms.php" target="_blank">Terms Of Service</a><?php if ($set['refund_policy'] =='1'){ ?><a href="refunds.php" target="_blank">Refund Policy</a><?php } ?></p>
      <p class="center"><?php if($ir['admin_access'] == '1') { ?>
      <a style='margin: 10px; color:red' href="http://<? echo $_SERVER['HTTP_HOST'];?>/admin/">Administration Area</a>
      <?php } ?></p>
      </div>
      </div>
      <p class="center"><!--VlexoFree_AdCode_728x90--></p>
      </div>
      </body>
      </html>
      <?php
      $do->finish_script_executions();
      ?>

      Life isn't fun without funny threads.

      #12 ptccorp

      ptccorp

        Member

      • Pre-Members
      • 27 posts

      Posted 17 June 2010 - 01:11 AM

      Well, thanks a lot! Everything's fine now.




      1 user(s) are reading this topic

      0 members, 1 guests, 0 anonymous users