It is currently Wed Sep 08, 2010 10:25 pm





Post new topic Reply to topic  [ 10 posts ] 
Ad records 
Author Message
.tel Evangelist
User avatar

Joined: Sun Feb 08, 2009 9:29 pm
Posts: 360
Post Ad records
Has anyone started using the .tel ad records in their directories? Examples?

I am personally focusing on directory population, groups and profiles but would be interested in hearing people's thoughts and experiences so far.

_________________
Freaky Steve
Telsters.com Admin


Wed Sep 09, 2009 5:55 am
Profile
.tel Newb

Joined: Sat Aug 01, 2009 10:05 am
Posts: 5
Post Re: Ad records
hello Steve

I started to work with my adult domains , not having much experience I am having problems with the HTML, I do not know how to install them into the dot tel, but anyway, you can take a look at ...(PM me), I have some ads on the main domain.


Mon Sep 28, 2009 7:54 pm
Profile
Telster
User avatar

Joined: Sun Sep 13, 2009 10:28 am
Posts: 43
Location: Geneva and Zurich, Switzerland
Post Re: Ad records
Hi Gricetti,
Looks ok, to me.
- What sort of problem, do you have, with coding?

The coding language is PHP, not HTML, I say.

I will be happy to try to help you.

However, I can't see any mistakes.

The "Sponsored Links" comment, one is able to exclude, if done all coding by Hand.

Drop me a line, and we will see...

Kind regards,
Alexander


Mon Sep 28, 2009 11:29 pm
Profile WWW
Power Telster
User avatar

Joined: Mon Feb 23, 2009 9:25 pm
Posts: 182
Post Re: Ad records
I put some: http://igo.tel

_________________
http://igo.telhttp://dottelers.com/http://dottel.tvhttp://dotteler.com


Tue Sep 29, 2009 9:41 am
Profile WWW
.tel Newb

Joined: Sat Aug 01, 2009 10:05 am
Posts: 5
Post Re: Ad records
thanks mactel

the problem is that I am new at this, I am not a webmaster, just starting now, I used a tool that populate.tel has to insert ads, I have opened accounts with cj and linkshare etc. The problem is that they give you text links that come in html, the tool I am using only takes the actual website address, I do not know how to extract the actual web address from the html code link they are giving me.
here it is one example of the code link:

<a href="http://www.tkqlhce.com/click-3654906-10381395" target="_top">You could save thousands on a new car!</a><img src="http://www.awltovhc.com/image-3654906-10381395" width="1" height="1" border="0"/>

I need to extract the actual web address, out of this code link.
can you help ?

thanks.


Tue Sep 29, 2009 10:31 am
Profile
.tel Evangelist
User avatar

Joined: Sun Feb 08, 2009 9:29 pm
Posts: 360
Post Re: Ad records
Hi gricetti,

I removed the link to your adult .tel. This is a worksafe site so public links to adult sites are not recommended.

There is an adult thread (hidden by invite only), but there has been no activity there in months and it will likely be closed soon.

Otherwise, I do like seeing the efforts being put forth here in the use of ad records :D

_________________
Freaky Steve
Telsters.com Admin


Tue Sep 29, 2009 10:59 am
Profile
Telster
User avatar

Joined: Sun Sep 13, 2009 10:28 am
Posts: 43
Location: Geneva and Zurich, Switzerland
Post Re: Ad records
How To: Advertisements within .tel

http://teladvertising.blogspot.com/

------------------

1.) Download Telhosting_Client.php from the Telnic developer site.

2.) Use a PHP code to enter a TXT ad, according to the sample PHP code.

3.) Insert PHP code / advertisement TXT record in Telhosting_Client.php.?
Insert username and password (for your client.wsdl file), as well as your domain name,
within the adverstisement TXT record PHP code:

4.) NOTE: THIS USES A LOCAL client.wsdl FILE AS EXPLAINED IN THE
Telhosting_Client.php DOCS
$config = array();
$config['login'] = 'INSERT_USERNAME_HERE';
$config['password'] = 'INSERT_PASSWORD_HERE';
$config['wsdl'] = './client.wsdl';
$domain = 'mydomain.tel'

Follow the instructions in the Telhosting_Client.php script:
With PHP, you MUST download the client.wsdl file from your provider, modify it a little bit, and then things will go fine. This information is contained at the top o the Telhosting_Client.php script.:

* 1. Download the client WSDL from YOUR registrar, save it in the same directory as this file and name the downloaded file: client.wsdl
*
* 1.5 Don't know where your registrar put the WSDL file? Open an command-line client on UNIX and write: dig _soap._nspapi.yourdomain.tel naptr where you replace yourdomain with your actual domain. Then take either the http or https url and append to it "?wsdl" (so it will end in "...client?wsdl")
* That's the url for your registrar's WSDL file.
*
* 2. Edit client.wsdl -- find the string: "http://www.w3.org/2003/05/soap/bindings/HTTP/" and replace it by: "http://schemas.xmlsoap.org/soap/http". If you don't do that, PHP will throw a fatal error: "SOAP-ERROR: Parsing WSDL: PHP-SOAP doesn't support transport 'http://www.w3.org/2003/05/soap/bindings/HTTP/'".


Example:

Domain:

stead.tel

Ad:

Plumber
24 Hour Fast Response Plumbers
10% Book Online Discount Today!
xwww.ReactFast.co.uk/Plumbers


Preparation:

IN TXT ".tad" "1" "1" "51"
"Advert Title" "Plumber"
"label" "www.ReactFast.co.uk/Plumbers"
"uri" "http://www.reactfast.co.uk" "uri" "=243423543&z=42342343"
"desc" "24 Hour Fast Response Plumbers" "desc" "10% Book Online Discount
Today !
"

".tad":
Is the suffix for the text ad, within the ad record.

'owner' => '_ad':
An advertisment is a TXT record with the '.tad' prefix, placed in the '_ad sub-domain' of the current domain, such as '_ad.mybusiness.tel'.
To store a ad record in the '_ad' folder, set its owner within the syntax of the ad record correctly to owner="_ad". This way, you don't need to create a folder separately.

Numbers:
"1" stands for 'version, currently "1" ', the other "1" stands for "displayed at top of the page", and "51" acts as the sort order for each display set.

Label:
Text string up to 255 bytes long. It is the anchor text of the below URI.

URI: Points to the product of the ad.


According to sample PHP code:

----------------

include('Telhosting_Client.php');
$ad = array(
'text' => array('.tad', '1',
'1', '51',
'Advert Title', 'Plumbers',
'label', 'www.ReactFast.co.uk/Plumbers',
'uri', 'http://www.reactfast.co.uk',
'uri', '=243423543&z=42342343',
'desc', "24 Hour Fast Response Plumbers\nLine 2 of",
'desc', "10% Book Online Discount
Today !
"),
'profiles' => '_all_',
'owner' => '_ad'
);
// Config
// NOTE: THIS USES A LOCAL client.wsdl FILE AS EXPLAINED IN THE Telhosting_Client.php DOCS
$config = array();
$config['login'] = 'INSERT_USERNAME_HERE';
$config['password'] = 'INSERT_PASSWORD_HERE';
$config['wsdl'] = './client.wsdl';
$domain = 'stead.tel';

// Initialize our client
$client = new Telhosting_client($config);
// Insert some data
$client->store_record($domain, 'txt', $ad);
?>


Tue Sep 29, 2009 11:32 am
Profile WWW
Power Telster
User avatar

Joined: Mon Feb 23, 2009 9:25 pm
Posts: 182
Post Re: Ad records
gricetti wrote:
I do not know how to extract the actual web address from the html code link they are giving me.
here it is one example of the code link:

<a href="http://www.tkqlhce.com/click-3654906-10381395" target="_top">You could save thousands on a new car!</a><img src="http://www.awltovhc.com/image-3654906-10381395" width="1" height="1" border="0"/>

I need to extract the actual web address, out of this code link.
can you help ?

thanks.


the address to send to is the a href link: http://www.tkqlhce.com/click-3654906-10381395

you can leave off the target = top part.

you can then use the "You could save thousands on a new car!" as the description

the img src isn't relevant since you won't be displaying any images.

_________________
http://igo.telhttp://dottelers.com/http://dottel.tvhttp://dotteler.com


Tue Sep 29, 2009 10:07 pm
Profile WWW
Telster

Joined: Wed Mar 18, 2009 2:25 pm
Posts: 46
Post Re: Ad records
Easiest way to place advertisements within your tel domain is via the free tools at http://www.ads4.tel. Lots of people are using it daily to place their ads.

As for the problem with img src, you cannot add html within the tel ad.
You have title text, a huge description (text again), a click me label (text), and the actual url.
No place for an image as it's not in the spec nor supported.
Mark


Thu Oct 01, 2009 11:12 am
Profile WWW
Telster
User avatar

Joined: Sun Sep 13, 2009 10:28 am
Posts: 43
Location: Geneva and Zurich, Switzerland
Post Re: Ad records
.
I hope we will be able, some time, to advert colour ads with logos, etc., like I see on the website of "leo", on the right side:
http://dict.leo.org/

It looks nice and neat, and each ad has about the same space, and is very small.

This would be better than only text ads.


Thu Oct 01, 2009 11:42 am
Profile WWW
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 10 posts ] 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

Powered by phpBB © phpBB Group.
Designed by Vjacheslav Trushkin for Free Forums/DivisionCore.