1
ewonline
Re: Module File for Not Found???
  • 2007/9/20 4:47

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Usually that message means that the module is missing the xoops_version.php file. Or that the directory specified in xoops_version.php for that module is different from the directory its currently in. [ie. you renamed the module's directory from the original name]

Check the directories (/modules/MODNAME/) for those 2 modules and see if xoops_version.php is in there.
Resized Image



2
ewonline
Re: Paid work for Module patches...
  • 2007/9/20 3:44

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Ok, I'll respect that.
My intent is not to answer every question with 'I know how to do that... for a price', I had saw the 'help wanted ad' and made a reply.
Resized Image



3
ewonline
Re: Paid work for Module patches...
  • 2007/9/19 21:55

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


If you still need this, I'm up to the task.
Send me a PM...
Resized Image



4
ewonline
Re: Geeklog to Xoops Migration Questions (from the n00b)
  • 2007/9/19 21:48

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


I don't think theres a geeklog to XOOPS converter available. You can probably make one on your own. Depending on the similarities in the structure of the two, it could be fairly easy to fairly difficult.
Resized Image



5
ewonline
Re: Adult content Virus attack to my xoops site.
  • 2007/9/19 21:44

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


We can't see your admin cp, you will need to post a screenshot.
Resized Image



6
ewonline
Re: Who BOMBED my website?
  • 2007/8/25 23:05

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Were you guys running protector (the module)?

Can you look in your database and see if the data and structure is still there? (use phpmyadmin or your control panel)

I can offer you (paid) services to restore your site (if you have backups or most of it is intact) and add additional layers of security. There are many things that can be done to make XOOPS more secure, especially since it hasn't been updated in ages. (I consider myself a XOOPS expert, and have been using XOOPS for 3+ years. See site in sig for example)
Resized Image



7
ewonline
Re: status and ip address in the comments
  • 2007/7/29 16:12

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


I believe its in /class/xoopscomments.php

if ( $adminview ) {
$ip_image "<img src='".XOOPS_URL."/images/icons/ip.gif' alt='".$this->getVar("ip")."' />";
} else {
$ip_image "<img src='".XOOPS_URL."/images/icons/ip.gif' alt='' />";
}
if ( 
$adminview || ($xoopsUser && $this->getVar("user_id") == $xoopsUser->getVar("uid")) ) {
$edit_image "<a href='editcomment.php?comment_id=".$this->getVar("comment_id")."&amp;mode=".$mode."&amp;order=".intval($order)."'><img src='".XOOPS_URL."/images/icons/edit.gif' alt='"._EDIT."' /></a>";
}
Resized Image



8
ewonline
Re: xoops index.php
  • 2007/7/29 16:09

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


There is no index.tpl btw. XOOPS doesn't name template files with .tpl.
Modules' template are in /modules/NAME/templates/
Modules' block templates are in /modules/NAME/templates/blocks

What do you mean exactly by smarty includes?
The smarty files are in /class/smarty/
Resized Image



9
ewonline
Re: Protector 3 and mainfile changes for upload to my hosting server
  • 2007/7/28 16:55

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Just change this:

//Protector
define('XOOPS_TRUST_PATH', 'C:/webpage/xampp/htdocs/xoops');
Resized Image



10
ewonline
Re: How can play a short audio clip when web site opens?
  • 2007/7/28 4:58

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Yes its possible. I assume you want this on the homepage?
Edit your index.php and add the code. I would actually recommend putting your audio file into a flash movie and then embedding that on the page. Its more likely the user has flash player than quicktime or windows media player.
Resized Image




TopTop
(1) 2 3 4 ... 16 »



Login

Who's Online

306 user(s) are online (196 user(s) are browsing Support Forums)


Members: 0


Guests: 306


more...

Donat-O-Meter

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

Latest GitHub Commits