This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # log into mysql Password = root | |
| mysql -u root -p | |
| # Next two commands are at the mysql prompt | |
| # create IAX DB | |
| create database iax; | |
| # quit mysql | |
| quit; | |
| # navigate to root dir | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * | |
| * SafeFrame Initialization Code | |
| * @author Andy Hutchins <ahutchins@scrippsnetworks.com> | |
| * @module SNI.Ads.SafeFrame | |
| * | |
| **/ | |
| // instantiate Ads object/namespace | |
| if( typeof(SNI.Ads)=='undefined' ) { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <script type="text/javascript"> | |
| $('#leaderboard').append('<div id="tgtSFLB"></div>'); | |
| </script> | |
| <script type="text/javascript"> | |
| /** | |
| * | |
| * SafeFrame Initialization Code | |
| * @author Andy Hutchins <ahutchins@scrippsnetworks.com> | |
| * @module SNI.Ads.SafeFrame | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- | |
| * FN MockID: 5058 Expandable Updated 08/09/2013 15:12:54 | |
| --> | |
| <style> | |
| #bigbox{z-index:10000;} | |
| #bigbox #OuterDivID{position:relative;height:600px;width:300px} | |
| #OuterDivID #ContainerDivID{position:absolute;top:0px;left:0px;width:300px;height:600px;background-color:000000;overflow:hidden;} | |
| #OuterDivID #swfWrap{position:absolute;width:560px;top:0;left:-264px;z-index:1000;} | |
| #iax-expand-table {margin: 0 auto;} | |
| </style> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- | |
| * PT Expandable Updated 08/09/2013 15:12:54 | |
| --> | |
| <style> | |
| #bigbox{z-index:10000;} | |
| #bigbox #OuterDivID{position:relative;height:600px;width:300px} | |
| #OuterDivID #ContainerDivID{position:absolute;top:0px;left:0px;width:300px;height:600px;background-color:000000;overflow:hidden;} | |
| #OuterDivID #swfWrap{position:absolute;width:560px;top:0;left:-264px;z-index:1000;} | |
| #iax-expand-table {margin: 0 auto;} | |
| </style> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- | |
| Herdez | |
| ROF 300x600 Expandable | |
| Updated: 10-21-2013 | |
| --> | |
| <style> | |
| #bigbox{z-index:10000;} | |
| #bigbox #OuterDivID{position:relative;height:600px;width:300px} | |
| #OuterDivID #ContainerDivID{position:absolute;top:0px;left:0px;width:300px;height:600px;background-color:000000;overflow:hidden;} | |
| #OuterDivID #swfWrap{position:absolute;width:560px;top:0;left:-264px;z-index:1000;} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- | |
| Name: Herdez ROF 300x600 Expandable | |
| Ad Tag: bigbox | |
| MockID: 5059 | |
| PID: 591 | |
| Updated 10-21-2013 | |
| --> | |
| <style> | |
| #bigbox{z-index:10000;} | |
| #bigbox #OuterDivID{position:relative;height:600px;width:300px} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- | |
| Name: Herdez ROF 300x600 Expandable | |
| Ad Tag: bigbox | |
| MockID: 5059 | |
| PID: 591 | |
| Updated 10-21-2013 | |
| --> | |
| <style> | |
| #bigbox{z-index:10000;} | |
| #bigbox #OuterDivID{position:relative;height:600px;width:300px} | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // safeguard against leftover consoles... | |
| if (typeof window.console === 'undefined') { | |
| window.console = {}; | |
| var types = ['log', 'warn', 'dir', 'info', 'debug']; | |
| for (var i = 0; i < types.length; i++) { | |
| window.console[types[i]] = function(){ return false; } | |
| } | |
| } |