41
mawi27
Re: Catads v 1.40 and photos problem
  • 2006/2/5 11:40

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi aixos,

maybe your hoster has a restriction for max upload size in his configuration.
Did you check that out?

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



42
mawi27
Re: Fatal Error: Mysql extension not Loaded
  • 2006/2/5 11:07

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Hi ddewilt,

maybe you should give a try for a LAMP or WAMP installation according to your OS.
Them having the advantage, that all dependencies of Apache, MySQL an PHP being built by the setup.

I am using XAMPP on a WinXP System and had never any trouble.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



43
mawi27
Re: Happy Birthday!
  • 2006/2/4 8:27

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Have a piece of cake

Resized Image

Happy birthday,
Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



44
mawi27
Re: Regististration Problems
  • 2006/2/3 15:10

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


In Administration - Users - Groups, you have to grant module access rights for Anonymous users to the extended profile module.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



45
mawi27
Re: xoops question about websites
  • 2006/2/1 22:32

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


You're correct.
After changing mainfile.php you have to update system module in the module administration.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



46
mawi27
Re: Changing URL
  • 2006/2/1 22:31

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


After changing mainfile.php you have to update system module in the module administration.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



47
mawi27
Re: members login only after paid
  • 2006/2/1 22:14

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


You could generate a new group e.g. Paid Members
Then grant access to your restricted areas only to this group.
You then only have to add your members to this group after payment --> no need of .htaccess

Should be possible even to add the paid members to this group by script after receiving payment.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



48
mawi27
Re: Hacked host?
  • 2006/2/1 18:48

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Quote:

cheywolf wrote:

Since I don't have telnet access to my account, I'll see what I can dig up in the logs. I appreciate your input. Thanks!


You can also try a portscan. There are several free tools and even websites offering to portscan a ip address.
Then you get an idea of possible attack sources.
Just google portscan + tcp ip ports to find websites to check what the heck these ports are good for (or even bad ).

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



49
mawi27
Re: How to solve this problem?
  • 2006/2/1 18:35

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


Try this:

insert into your style.css:

#notifs_form {display: none;}


insert into your theme.html above the </head> Tag:
<script type="text/javascript">

function 
toggle(notifs_form
{
obj=document.getElementById(notifs_form);
obj.style.display=!(obj.style.display=="block")? "block" "none";  
}

function 
swapimage(swap)
{
img_plus="<{$xoops_imageurl}>images/plus.gif";
img_minus="<{$xoops_imageurl}>images/minus.gif";
obj=document.getElementById(swap);
obj.src=!(obj.src==img_minus)? img_minus img_plus;  
}

</
script>


plus.gif + minus.gif have to be in yourtheme/images directory, or you have to change the path accordingly.

Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more



50
mawi27
Re: buttons!
  • 2006/1/31 17:36

  • mawi27

  • Friend of XOOPS

  • Posts: 103

  • Since: 2006/1/1 1


What type of content you're talking about?

Did you give the "content" module a try - u can edit html pages within the module and link external content and all is embedded in Xoops.
It is included e.g. in the community pack.


Marco
--
Match Dart!
Darts Ranking, News, Videos, Forum and more




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



Login

Who's Online

162 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 162


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