Plaase, Help Me

Discussion in 'Co-op Advertising Network' started by andreas, Mar 31, 2005.

  1. #1
    My Mambo CMS based site http://www.praca-pl.com isn't validating but ads are present. :confused:
    I am paste the code in my template php file
    So please help me
     
    andreas, Mar 31, 2005 IP
  2. crazyhorse

    crazyhorse Peon

    Messages:
    1,137
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Did it show any weight before?
     
    crazyhorse, Mar 31, 2005 IP
  3. andreas

    andreas Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    My weight=0
    I try vaidate and system give me a message:
    "Ads not found on http://www.praca-pl.com/"
     
    andreas, Mar 31, 2005 IP
  4. crazyhorse

    crazyhorse Peon

    Messages:
    1,137
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Where are the ads?
     
    crazyhorse, Mar 31, 2005 IP
  5. classifieds

    classifieds Sopchoppy Flash

    Messages:
    825
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    150
    #5
    Crazyhorse,

    Not sure if you answered the person's question but I've got a mambo site running coop and I added the code to bottom of index.php (not the template):

    <?php
    	ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../');
    	include ('ad_network_204.php');
    	echo $ad_network[0];
    	echo ' | ';
    	echo $ad_network[1];
    	echo ' | ';
     	echo $ad_network[2];
    	echo ' | ';
     	echo $ad_network[3];
    	echo ' | ';
     	echo $ad_network[4];
    ?>
    Code (markup):
    Also, CafeMonkey has created a mambo coop module that works great and does not require you to make any changes to your system files.

    http://forums.digitalpoint.com/showthread.php?t=6134&highlight=mambo

    You can find the module at mambo forge: http://mamboforge.net/projects/mod-coop-ad-net/
     
    classifieds, Mar 31, 2005 IP
  6. crazyhorse

    crazyhorse Peon

    Messages:
    1,137
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Nope i didnt . Thank God you dropped by. I'll remember that thread about the mambo module for the Coop the next time someone will ask about it :)
     
    crazyhorse, Mar 31, 2005 IP
  7. andreas

    andreas Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I try this mambo module and still can't validate.
    I try code in my index.php file to.
    And I have this masaage again : "Ads not found on http://www.praca-pl.com/" :confused:

    So what can I do.
     
    andreas, Mar 31, 2005 IP
  8. classifieds

    classifieds Sopchoppy Flash

    Messages:
    825
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    150
    #8
    I see the coop ads on your page.

    I don't think this is the problem but you need to move the php script before the </body> tag

          </tr>
        </table></th>
      </tr>
    </table>
     
    [COLOR=Red]</BODY>
    </HTML>[/COLOR]<!-- 1112291247 --><center><a href="http://www.collegeanduniversitysearch.net/college-essay.html">College Admission Essay Example</a> | <a href="http://www.memoriapress.com">Classical Education</a> | <a href="http://www.d2forum.com">diablo 2</a> | <a href="http://www.maddenauthority.com/madden2006preview.htm">Madden 2006</a> | <a href="http://www.xmeta.com/web/468838/kids-and-teens/teen-life/proms/">Prom Dresses</a>
    Code (markup):
    Have you read the Coop FAQ?

    Did CafeMonkey's mambo coop module work at all?

    -jay
     
    classifieds, Mar 31, 2005 IP
  9. andreas

    andreas Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    OK. Done
    But still don't work :confused:

    Crazyhorse can You add my site manually.
     
    andreas, Mar 31, 2005 IP
  10. classifieds

    classifieds Sopchoppy Flash

    Messages:
    825
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    150
    #10
    andreas,

    I'm sorry but you're going to need someone with more technical knowlege than I have to solve this.

    I'll monitor this thread and help if I can but at this point I don't have any other suggestions.

    Good luck!

    -jay
     
    classifieds, Mar 31, 2005 IP
  11. andreas

    andreas Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    It can robots.txt in my site?

    User-agent: *
    Disallow: /administrator/
    Disallow: /cache/
    Disallow: /components/
    Disallow: /editor/
    Disallow: /help/
    Disallow: /images/
    Disallow: /includes/
    Disallow: /language/
    Disallow: /mambots/
    Disallow: /media/
    Disallow: /modules/
    Disallow: /templates/
    Disallow: /installation/
     
    andreas, Mar 31, 2005 IP