Popular searches

Searching for admentor



  • AdMentor 2.20
    The new version of Admentor is finally released! It is called version 2.20. New stuff in this version: 1. Bug fix in statsres.asp when selecting to see stats for multiple zones. 2. SQL Server support. AdMentor now supports SQL Server as well as Access. I have been using SQL Server for a whil
  • AdMentor.NET 3.02 is out
    script It now has primary keys BUG FIX: When not installed as own application, admentor serve.aspx must be in webroot. I have also changed how AdMentor treats new banners to mimimize the risk of getting no banner shown (which has happened for a few without them knowing why) REQUESTED CHAN
  • AdMentor PRO
    The recommended version of AdMentor is AdMentor PRO available at AdMentor.net
  • AdMentor.NET features
    so that needs to be installed as well, if you want to use MySQL. Access and SQL Server are also supported as it was before, of course. 3.00 AdMentor lets you weight your banners - that is you can make some banners appear more often than other. It supports multiple banner sizes/ad positi
  • AdMentor V3.00 Beta is out
    u can upload banner media, flash ads clicktrhough is supported etc. Please download - look to the right in attachments, 2-release3.zip is AdMentor source abd 3-manual.pdf is the documentation. Report bugs in the AdMentor forum PLEASE NOTE: 2006-02-02 - download (3.01 is current) i
  • AdMentor.NET changes from ASP version
    e changes are many, apart from being totally rewritten in C# I here list what I find the most important new features of this version compared to old ( AdMentor 2.21 ): - no reserved words as table names ( Access ) - default banner can be setup for each ad position - better GUI and input validation
  • PhpAdMentor
    The PHP version of AdMentor. As the site is being restructired no info is available, just download it here
  • AdMentor 2.23 released
    As you can see I am serious. AdMentor will get back to life :) Anyway, this is just a bug fix release, which fixes Conn.Close error in some of the adminfiles includes are not ../ relative anymore. I had to move the adminfiles out of admin-directory - be aware that the filestru
  • AdMentor.NET 3.02 requirements
    Please note that the binary release is compiled with ASP.NET 1.1 and therefore you/your host needs to have that installed. AdMentor.NET uses MyODBC to comminucate with MySQL database so that needs to be installed as well, if you want to use MySQL. Access and SQL Server are also supported as it was b
  • AdMentor 3.03 is out
    UG FIX: Checking stats doesn't work after 1/1 2005 Such a stupid bug. In the code I hardcoded three years from the first year (which was 2002 when AdMentor.NET was first released). Changed that to 10 years If you are using the sourcecode release all you need to do to fix it is: Open up ucStats
  • AdMentor.NET Screenshots
    1. Logging on to the system 2. Logged in as an administrator 3. My account 4. My account editing 5. Advertiser list 6. Edit user information 7. List banners 8. View banner 9. Edit/new banner 10. Ad positions 11. Zones 12. Setting default banner ...
  • AdMentor 2.22 released
    New in this version is only a security patch which fixes the SQL injection bug. John Shepard was kind enough to send me this fix and everything zipped and done so it was a breeze for me to release it. Thanks again John! ...
  • AdMentor 2.24 released
    Just added better Flash support. You can read more about how it works here ...
  • AdMentor 3.02
    Edit: 6 sept 2006: fixed doc link Just one simple fix, which made banner names blank when adding a new banner. Read more about it here The file to download is attached here and called 6-Release3.02.zip    ...
  • AdMentor V3.01
    Fixes from beta 3.00: oledbb driver now supported - changes in SQL referencing OLEDB reserved table names static HTML support fixed. scriptinject/adserve/adclick updated PLEASE NOTE THAT DOWNLOAD (3.02 is latest) IS AVAILABLE HERE 2007-03-16 (fixed link, so...
  • Downloads and docs
    You must agree with this license: AdMentor.NET is free to use. It costs nothing for a webmaster to use it on any number of websites he/she wants to. AdMentor.NET or parts of it ( as well as enhancements ) can?t be distributed through any other website other than what Systementor AB ( http:/
  • OpenSTA
    Since it doesn't seem to be a secret anymore I might as well tell you - I am working on a PRO version of AdMentor ( the ASP.NET version ) and while I don't want to give yo any details about it yet, this article will instead describe one of my experiences I gained during development. In short I nee
  • Overview
    It now has primary keys BUG FIX: When not installed as own application, admentorserve.aspx must be in webroot. I have also changed how AdMentor treats new banners to mimimize the risk of getting no banner shown (which has happened for a few without them knowing why) REQUESTED C
  • [Microsoft][ODBC Microsoft Access 97 Driver] '(unknown)' isn't a valid path?
    This one is typical when configuration isn't right. The path to the database file is incorrect. Check in admentorconfig.asp: g_Admentor_strConnect = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ="& Server.MapPath("/admentor/ad2000.mdb") &";DriverId=25;FIL=MS Ac
  • Using ASP scripts from HTM pages
      Latest news 051217: AdMentor.NET documentation  050920: OldVersion  050103: AdMentor 3.03 is out!  You have some administrative pages to add headlines. This page ( the one that shows the headlines ) reads the h
  • Requirements
    2.0 calls from static HTM pages is supported as well. You can also call the ad functions from other servers - but on one server you need ASP. What AdMentor is NOT ( yet ) 1. It is not an full blown ad server. It is not possible to let advertiser check their own statistics ( although you can pro
  • Flash ads
    I have added better flash support into AdMentor started with version 2.24. Start by adding a new HTML campaign: And you paste your object-code into the HTML code area: Se secret as how to get AdMentor to click url when dealing with Flash ads is that you add the ?clicktag=<ADM_C
  • Features
    AdMentor is a totally free ad rotator script written entirely in ASP. No binary components are needed on the server ( hosts tend to charge you extra for it, if they even allow it at all ) and no super-power database engine either - just a simple Access database is what you need. The AdMentor pro
  • Can I target the redirect as _top or _blank?
    In admentor2.asp there is a function called AdMentor_GetAdEx. Check for the lines >nXSize=oRS("xsize").Value nYSize=oRS("ysize").Value Beneath it I set sRet = ... Change that line to sRet = "<center><a href=""" & sRedirUrl & "&
  • A simple image gallery
    I have gotten a lot of questions on how I have implemented the "lightbox" screenshots viewer at AdMentor.net. To see what I mean just go to AdMentor.net , scroll down to the bottom (Some screenshots) and click on one of the images. It starts a slideshow and you can click on nex
  • Master pages in ASP - free template engine
    stuff, but that's most as an example on how to build the html from your actual pages. Also, for a larger example, as I mentioned, please download AdMentor ASP  
  • Support forums
    You can always try the support forum to get answers on your questions regarding AdMentor ASP. However, there is no guarantee from my side, since AdMentor is free - I will always prioritize people using the commercial ASP.NET version when it comes to support.    
  • General info
    simple script for getting and seing visitor statistics - and It was developed with plain ASP code. Whilst not being my most popular script ( that's AdMentor by far ), I still like(d) it and I can already now give you a few reasons as why you should take a look into this .NET upgrade of the script
  • Updating and adding records
    L Or you can open a recordset and call oRS.Update. I prefer the second one, since it gives a couple of advantages in date handling for example. In the AdMentor code I used the first way for inserting records into a traceclicks log table which had a datetime timestamp column. I built the statement li
  • DSN-less OLEDB
    97 "Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("\database\db.mdb) Unrecognized database format 'I:\webs\webshop\admentor\admentorlive.mdb'. 2000 "Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("\database\db.mdb) OK
  • Microsoft OLE DB Provider for ODBC Drivers error '80004005'
    b) try to change connect string. Strip all but the DRIVER= and DBQ= part. c) If ad2000.mdb doesn't work then try ad97.mdb. At one host I installed AdMentor they claimed to support Access 2000 but I got that error. Then I switched to ad97.mdb and it worked...
  • Creating a demo version of your ASP.NET application
    noone would have access to the demo) or change information in your underlying database.   Here's how I have solved it for my demosites for AdMentor and KBMentor.   In short : I compile the application with an extra flag defined (DEMOVERSION) and in my code I insert some extra
  • Creating a simple paypal shop
    nd prices are only stored in your own database and not also at Paypal). This is pretty much the same solution I have implemented in the   AdMentor shop . I have though simplified it a bit and just statically created the products (from code). Lets first look at how it looks:  
  • Overview
    added/deleted as well as change of ordering. An Access database/SQLServer is used for storing the questions. I was using this script to maintain the AdMentor FAQ. Multiple FAQ:s can be maintained with one single database and script.
  • Simple ASP.NET SOA architecture
    Cause that what it was all about. I needed to batch lookup the ip addresses of a LOT of domain names. The reason was to generate some test input for admentor.net IP to country lookup tool, so I simply needed a lot of IP addresses. The client So easy, right. Consider a windows forms app wher
  • Startinfo
    Download the free ASP rotating script that already has been downloaded over 20 000 times. From here you can also access AdMentor documentation and information as well as the support forum. Sourcecode is of course available, and there are no binary components needed, just plain ASP code. 2000-
Searching for admentor