I don't know but I think it will be tough finding the owner of a website since theres millions out there. jw what do you need him for?
Since there are so many dir owners here I thought it was wroth a shot There's no contact form on the site, I just need to discuss a link exch.
I need to find the owner of thelanka.com directory. I payed them 10 bucks for a listing and i realized i payed them without filling out my sites info. I guess i lost 10 bucks because there is no contact us page there. If you know who owns it please let me know.
What was the mode of payment? Merchant ? Paypal ? 2Checkout ? express @ abizdirectory.com seems to be the paypal email for the owner. And also editors @ directoryworld.net To protect your security, PayPal offers information on the status of this member. Seller Reputation: (181) Verified Buyers Account Status: Verified Account Type: GB Premier Account Creation Date: Oct. 22, 2002 PayPal Member For: 3 years 6 days Seems he is in the UK.
I was trying to find out the script used by abizdirectory.com and can to this thread. Pick up some leads in this thread and eventually found out that the script used by abizdirectory.com could possibly be made by TOLRA Micro Systems of UK: http://www.tolranet.co.uk/software/index.html
I forgot to link the contact us page on my site, and today a guy tracked me down with alexa. I fixed the link and also got an advertiser
I downloaded the trial version of DirectoryScript by Tolranet and confirmed that too. I really like the simple and clean interface. However, all their help file in the doc folder are not readable due to an errorneous first line. I have to delete that first on all these files to make them readable.
I would appreciate it if you could send me details of exactly what it is that you are deleting. The only time we've had a problem with someone not being able to access the documentation was when the server was set to pass all files through PHP. Thanks Paul
tolra, I am referring to the files in the folder: upload\admin\docs. These are .HTML files. And the first 3 lines inthe files look like these... <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> The line that I removed: <?xml... ?>
Thank you for confirming that hcshi, we’ve removed those lines from the latest release and will be updating the demo shortly. What appears to be happening is that the server is configured so that the HTML files are being parsed by PHP and PHP is then trying to run the code between <? and ?>