31
krauh
Re: New Survey (tongue in cheek): How Many People Spend WAY Too Much Time On XOOPS?
  • 2006/1/4 2:36

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


I'm using a tabbed browser thats my excuse
It starts when I do
Ya thats the ticket



32
krauh
Re: Sugarcrm, what in the ...?!
  • 2006/1/2 21:46

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


whats the link to your site?
Have you installed any scripts via your web host?
sometimes these will install little items to your account that lead elsewhere.
What do i mean by that?Type in your site name but instead of typing inhttp://yoursite type inhttps://yoursite might be something lodged in there somewhere

hmm webhosting
I like this one which you can inturn sell webhosting from
Its what I use for my site

Web Hosting and ability to Resell Web Hosting



33
krauh
Trackball Feature
  • 2006/1/1 23:31

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


This petains to modules like the popnupblog module

Whats this feature do?
how does it work?



34
krauh
Dream module
  • 2005/12/30 0:41

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


hmm a dream module
at this time my dream module would be an auto-content type module or in other words a bot/search program.We'll just call xoopsbot for the heck of it
It would scan whatever keywords or phrases I told it to (from the web) and would give me the option to automatically add it to say the news module.
This way I wouldn't need to create/dream up creative stories that are poorly written and lack correct spelling.Because Hey,I probably drank a few
It would also make enough changes to searched items (flip flop presto boom) to make it so that I violated no copyrights.
This way I could rule the top of the page forever!

The end

Hey wasn't that long ago twas Christmas
And it did say module requests in this area of the forum

MADE YA LOOK!



35
krauh
Re: Multisite HACK for 2.2.3 Final WORKS!
  • 2005/12/25 21:30

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25





36
krauh
Re: xDirectory Beta version
  • 2005/12/24 22:22

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


try a search for xyp4all



37
krauh
Re: Merry Christmas to all!
  • 2005/12/24 15:03

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


Merry Christmas!



38
krauh
Re: Need Help With The physical path to XOOPS directory in Yahoo Web Hosting
  • 2005/12/18 7:06

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


Yahoo usually starts you out with an index.htm or index.html file in your root directory.Thats what it looks like your site is going on at the moment.

Your pyshical path at the moment is probably something like thishttp://yoursite.net/xoopsversion/html

Xoops version meaning whatever file you uploaded to your hosting account that contain the html folder.You need the files contained within the html folder placed within the same folder that contains the current index.htm or index.html file that is currentlty running your site.Once those file are in the right spot you should be able to start doing something by just typing in your sites url otherwise it will keep using those files.

been awhile since i used yahoo so cant say for sure where your XOOPS files got lodged but they dont appear to be in your root folder.



39
krauh
Adding Yahoo Ads to RSS Feeds via backend.php
  • 2005/12/16 16:40

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


Anyone know if its possible to make this code work with the backend.php and where or how you would add it into the XOOPS coding so it will attach the ads to feeds?


Heres The Yahoo Ads Code:
<!-- begin(Yahoo ad) --><a href="http://ypn-rss.overture.com/rss/ 
:lol:/<?php the_ID() ?>/click/"><img src="http://ypn-rss.overture.com/
rss/:lol:/<?php the_ID() ?>/img/?url=<?php echo urlencode(get_permalink
()) ?>&pid=" :-P " alt="Ads by Yahoo!" border="0"/></a><!-- end
(Yahoo ad) -->





Heres The backend.php:
<?php
// $Id: backend.php,v 1.13 2004/12/26 19:11:47 Onokazu Exp $
{gnu comment removed to make this shorter}

include 
'mainfile.php';
include_once 
XOOPS_ROOT_PATH.'/class/template.php';
include_once 
XOOPS_ROOT_PATH.'/modules/news/class/class.newsstory.php';
if (
function_exists('mb_http_output')) {
    
mb_http_output('pass');
}
header ('Content-Type:text/xml; charset=utf-8');
$tpl = new XoopsTpl();
$tpl->xoops_setCaching(2);
$tpl->xoops_setCacheTime(3600);
if (!
$tpl->is_cached('db:system_rss.html')) {
    
$sarray NewsStory::getAllPublished(100);
    if (
is_array($sarray)) {
        
$tpl->assign('channel_title'xoops_utf8_encode(htmlspecialchars($xoopsConfig['sitename'], ENT_QUOTES)));
        
$tpl->assign('channel_link'XOOPS_URL.'/');
        
$tpl->assign('channel_desc'xoops_utf8_encode(htmlspecialchars($xoopsConfig['slogan'], ENT_QUOTES)));
        
$tpl->assign('channel_lastbuild'formatTimestamp(time(), 'rss'));
        
$tpl->assign('channel_webmaster'$xoopsConfig['adminmail']);
        
$tpl->assign('channel_editor'$xoopsConfig['adminmail']);
        
$tpl->assign('channel_category''News');
        
$tpl->assign('channel_generator''XOOPS');
        
$tpl->assign('channel_language'_LANGCODE);
        
$tpl->assign('image_url'XOOPS_URL.'/images/logo.gif');
        
$dimention getimagesize(XOOPS_ROOT_PATH.'/images/logo.gif');
        if (empty(
$dimention[0])) {
            
$width 88;
        } else {
            
$width = ($dimention[0] > 144) ? 144 $dimention[0];
        }
        if (empty(
$dimention[1])) {
            
$height 31;
        } else {
            
$height = ($dimention[1] > 400) ? 400 $dimention[1];
        }
        
$tpl->assign('image_width'$width);
        
$tpl->assign('image_height'$height);
        
$count $sarray;
        foreach (
$sarray as $story) {
            
$tpl->append('items', array('title' => xoops_utf8_encode(htmlspecialchars($story->title(), ENT_QUOTES)), 'link' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'guid' => XOOPS_URL.'/modules/news/article.php?storyid='.$story->storyid(), 'pubdate' => formatTimestamp($story->published(), 'rss'), 'description' => xoops_utf8_encode(htmlspecialchars($story->hometext(), ENT_QUOTES))));
        }
    }
}
$tpl->display('db:system_rss.html');
?>




So where would you stick it? Or How could it be added to feeds?



40
krauh
Re: Banners
  • 2005/12/6 0:35

  • krauh

  • Just popping in

  • Posts: 70

  • Since: 2005/2/25


Maybe you could use a module like the Content module or create an outside page with an editor.

So create your page then edit the banner urls to goto those pages instead of the linked websites.

but edit the links so they open in the same window

Thats what I'd try anyways




TopTop
« 1 2 3 (4) 5 6 7 »



Login

Who's Online

205 user(s) are online (138 user(s) are browsing Support Forums)


Members: 0


Guests: 205


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits