Anyone using phpadsnew?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fastforward
    Senior Member
    • Nov 2000
    • 1013

    #16
    Originally posted by Gustav
    I installed it too, great program.

    FastForward, thanks for your tip rebgarding banner sizes. Although my Leader board is centered my 46 pixel banner is not. How come is that?

    Check the footer:

    http://www.bmwm5.com/vbulletin/
    I just wrap the code in <CENTER> tags. If your using iframes, maybe there's a tag that aligns the frame content... not sure. Sorry.
    http://britishexpats.com/ - British expatriate community

    Comment

    • Gustav
      Senior Member
      • Jul 2001
      • 158

      #17
      Its OK now. I changed it to Java and also centered. looks good now.

      Comment

      • dynamite
        Senior Member
        • Sep 2002
        • 565
        • 3.6.x

        #18
        Originally posted by Tagore
        I wanted to install it. Is it worth?
        It's FREE!!! So, yes, it is definitly worth it! (and actually it is very good and would be worth it if it cost money!)

        Comment

        • john2k
          Senior Member
          • Jul 2000
          • 363

          #19
          Originally posted by ManagerJosh
          Correct me if I'm wrong but I swear I saw a remote invocation PHP code.
          Are you referring to the code that I posted?
          ...john2k...

          Comment

          • ManagerJosh
            Senior Member
            • Jun 2002
            • 9922

            #20
            Yes I am.

            There is a remove invocation XML code. More efficent than your suggested method
            ManagerJosh, Owner of 4 XenForo Licenses, 1 vBulletin Legacy License, 1 Internet Brands Suite License
            Director, WorldSims.org | Gaming Hosting Administrator, SimGames.net, Urban Online Entertainment

            Comment

            • matrosov
              New Member
              • May 2002
              • 14

              #21
              Glad I found this thread. I got phpadsnew working and placed my java invocation code in the header template banner is displayed BUT now I want it to display on the right side instead of the left side. Could you let me know where exactly in the code and what modification I should make to move it to the right. Thank you.

              <script language='JavaScript' type='text/javascript'>
              <!--
              if (!document.phpAds_used) document.phpAds_used = ',';
              document.write ("<" + "script language='JavaScript' type='text/javascript' src="");<BR> document.write ("<A href="http://forum.neureal.com/phpadsnew/adjs.php?n=a84ef1b3">http://forum.neureal.com/phpadsnew/adjs.php?n=a84ef1b3</A>");<BR> document.write ("&amp;what=zone:2");<BR> document.write ("&amp;exclude=" + document.phpAds_used);<BR> document.write (""><" + "/script>");
              //-->
              </script><noscript><a href="http://forum.neureal.com/phpadsnew/adclick.php?n=a84ef1b3"><img src="http://forum.neureal.com/phpadsnew/adview.php?what=zone:2&amp;n=a84ef1b3" border='0' alt=''></a></noscript>

              Comment

              • KeithMcL
                Senior Member
                • Jun 2000
                • 621
                • 3.6.x

                #22
                Originally posted by Tagore
                I wanted to install it. Is it worth?
                Yes, it's definitely worth it. It's an excellent program and very easy to use once you fiddle around with it. I've been using it for about 2 years now.

                I always use remote invocation with javascript, generate the banner code and stick in directly into my page. It has a copy to clipboard option and everything.

                The reports are excellent and you can let clients login to update their banners and view reports.

                Comment

                • Bane
                  Senior Member
                  • Jul 2000
                  • 515

                  #23
                  Originally posted by Tagore
                  I wanted to install it. Is it worth?
                  I use it at TalkLoud its fantastic yes

                  Comment

                  • ManagerJosh
                    Senior Member
                    • Jun 2002
                    • 9922

                    #24
                    Originally posted by matrosov
                    Glad I found this thread. I got phpadsnew working and placed my java invocation code in the header template banner is displayed BUT now I want it to display on the right side instead of the left side. Could you let me know where exactly in the code and what modification I should make to move it to the right. Thank you.

                    <script language='JavaScript' type='text/javascript'>
                    <!--
                    if (!document.phpAds_used) document.phpAds_used = ',';
                    document.write ("<" + "script language='JavaScript' type='text/javascript' src="");<BR> document.write ("<A href="http://forum.neureal.com/phpadsnew/adjs.php?n=a84ef1b3">http://forum.neureal.com/phpadsnew/adjs.php?n=a84ef1b3</A>");<BR> document.write ("&amp;what=zone:2");<BR> document.write ("&amp;exclude=" + document.phpAds_used);<BR> document.write (""><" + "/script>");
                    //-->
                    </script><noscript><a href="http://forum.neureal.com/phpadsnew/adclick.php?n=a84ef1b3"><img src="http://forum.neureal.com/phpadsnew/adview.php?what=zone:2&amp;n=a84ef1b3" border='0' alt=''></a></noscript>
                    Put the code in the header template.
                    ManagerJosh, Owner of 4 XenForo Licenses, 1 vBulletin Legacy License, 1 Internet Brands Suite License
                    Director, WorldSims.org | Gaming Hosting Administrator, SimGames.net, Urban Online Entertainment

                    Comment

                    • Overgrow
                      Senior Member
                      • May 2000
                      • 381

                      #25
                      phpAdsNew is awesome.. Can't believe I was using something else. Thanks for the recommendation guys.
                      vB Retro -> See vBulletin 1.1.2 and travel back to the Year 2000!
                      Overgrow the Government: The Edge Forums
                      presented by Overgrow Marijuana Magazine


                      *warning: adult content since vB1.1... now faster than ever!

                      Comment

                      • Scott MacVicar
                        Former vBulletin Developer
                        • Dec 2000
                        • 13286

                        #26
                        Well I have to say its quite inefficient. You'll need to create a new database connection for each view of a page. So each page view is actually 3 database connections and then whatever extra queries it is for the two banners.

                        Someone really needs to write an integration into global.php for it, so it can use the vB db connection and fetch the two banners at the same time and assign them to variables.
                        Scott MacVicar

                        My Blog | Twitter

                        Comment

                        • Overgrow
                          Senior Member
                          • May 2000
                          • 381

                          #27
                          Isn't that the case for any ad rotation software that doesn't have a vB integration?
                          vB Retro -> See vBulletin 1.1.2 and travel back to the Year 2000!
                          Overgrow the Government: The Edge Forums
                          presented by Overgrow Marijuana Magazine


                          *warning: adult content since vB1.1... now faster than ever!

                          Comment

                          • ManagerJosh
                            Senior Member
                            • Jun 2002
                            • 9922

                            #28
                            You could always toggle the little feature "persistant connection" scott
                            ManagerJosh, Owner of 4 XenForo Licenses, 1 vBulletin Legacy License, 1 Internet Brands Suite License
                            Director, WorldSims.org | Gaming Hosting Administrator, SimGames.net, Urban Online Entertainment

                            Comment

                            • Mac Write
                              Senior Member
                              • Oct 2001
                              • 666
                              • 4.2.x

                              #29
                              It would be really usefule and cool if phpAdsNew could be intergrated into vb 3.1 and vContent, or at least a way to intergrate it from the adminCP, but still have phpAds as a seperate app.

                              Comment

                              • ManagerJosh
                                Senior Member
                                • Jun 2002
                                • 9922

                                #30
                                Yeah it would be great...but then again imagine the headaches we will have when we are trying to upgrade phpadsnew..
                                ManagerJosh, Owner of 4 XenForo Licenses, 1 vBulletin Legacy License, 1 Internet Brands Suite License
                                Director, WorldSims.org | Gaming Hosting Administrator, SimGames.net, Urban Online Entertainment

                                Comment

                                widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                                Working...