Author Topic: etano license key, i can't find it  (Read 185 times)

silverglade

  • Active Member
  • **
  • Posts: 47
  • Karma: +2/-0
etano license key, i can't find it
« on: January 16, 2012, 05:03:22 PM »
I know what i need to do now. I was using the wrong script . I have to use the web.. script. with the license key after it. I cannot find the license key. it is not in the includes/defines.inc.php file

here are the contents of that file. no key.

Code: [Select]
<?php
if (!empty($_SERVER['HTTP_HOST'])) {
$my_url=substr($_SERVER['PHP_SELF'],0,strrpos($_SERVER['PHP_SELF'],'/'));
$baseurl=((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? 'https://' 'http://').$_SERVER['HTTP_HOST'].$my_url;
header("Location: $baseurl/install/index.php");
} else {
echo '<a href="install/index.php">Click here to install Etano</a>';
}
die;

any help greatly appreciated.

maverick

  • Active Member
  • **
  • Posts: 1382
  • Karma: +93/-1
    • Etano Templates
Re: etano license key, i can't find it
« Reply #1 on: January 16, 2012, 05:28:53 PM »
You're looking in the wrong place, what you have is for installing the script, look in the includes folder on your site that's been already installed or look in the includes folder in the script that you downloaded
Etano Templates and Mods

http://www.maverickwebworks.com

silverglade

  • Active Member
  • **
  • Posts: 47
  • Karma: +2/-0
Re: etano license key, i can't find it
« Reply #2 on: January 16, 2012, 05:33:05 PM »
awesome thanks maverick!! I got it. now i have the correct url in the cronjob website settings. I posted a new blog post and updated a proffile image, now i am just sitting back and crossing my fingers reloading the page .

silverglade

  • Active Member
  • **
  • Posts: 47
  • Karma: +2/-0
Re: etano license key, i can't find it
« Reply #3 on: January 16, 2012, 05:40:13 PM »
how long does it take from the time you post a topic on the blog, and the time you can see it by refreshing browser on average? this is taking forever.

i am using

http://mysite.com/tools/cron/cron_web.php?lk=1234567890ABCDEFGHIJKL

maverick

  • Active Member
  • **
  • Posts: 1382
  • Karma: +93/-1
    • Etano Templates
Re: etano license key, i can't find it
« Reply #4 on: January 16, 2012, 05:53:11 PM »
10 minutes.
Etano Templates and Mods

http://www.maverickwebworks.com

silverglade

  • Active Member
  • **
  • Posts: 47
  • Karma: +2/-0
Re: etano license key, i can't find it
« Reply #5 on: January 16, 2012, 05:54:00 PM »
HAHAHAHAHA IT WORKS!!!!! muwahah. man that was freaking tedious. I have two more problems. one is , my profile image is not updating for the main thunmbnail, it shows the image only viewing the profile and it is small and off to the side, and the other problem is no skype button image showing in google Chrome. If you can help me with that I will be your humble servant for the next year

i swear those will be my last problems.

silverglade

  • Active Member
  • **
  • Posts: 47
  • Karma: +2/-0
Re: etano license key, i can't find it
« Reply #6 on: January 16, 2012, 06:07:54 PM »
LMAO maverick! all problems SOLVED!!!! site running perfectly, except for that skype button a blank X in google Chrome, which will look unprofessional to paid customers if they  are using Chrome. If you know anything more would be great, if not, thanks so much for taking the time to help me out with this.
« Last Edit: January 16, 2012, 06:12:56 PM by silverglade »

maverick

  • Active Member
  • **
  • Posts: 1382
  • Karma: +93/-1
    • Etano Templates
Re: etano license key, i can't find it
« Reply #7 on: January 16, 2012, 11:39:39 PM »
Apparently Google Chrome doesn't support Skype, but supposedly the latest version of Skype makes it work it Chrome.

http://forums.techarena.in/technology-internet/1413753.htm
Etano Templates and Mods

http://www.maverickwebworks.com

silverglade

  • Active Member
  • **
  • Posts: 47
  • Karma: +2/-0
Re: etano license key, i can't find it
« Reply #8 on: January 17, 2012, 01:16:48 AM »
great thank you! :D :D

mbajanen

  • Member2
  • **
  • Posts: 18
  • Karma: +0/-0
Re: etano license key, i can't find it
« Reply #9 on: February 13, 2012, 08:03:31 PM »
You're looking in the wrong place, what you have is for installing the script, look in the includes folder on your site that's been already installed or look in the includes folder in the script that you downloaded

I don't see the license key in either of those php files.

Could it be anywhere else?