51
martyboy
Re: CD Base (Discography Module) Lyrics Not Showing Up
  • 2006/9/8 12:25

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


I had the same problem when moving to a new server a few weeks ago, this problem can happen if register globals is set to OFF, check register globals in php.ini and see if it is set to OFF, you may have to change it to ON.

If thats not the problem try uploading the cdbase files again and updating the module in modules admin and check that the cdbase lyric table isnt damaged or corrupt.

Thats all I can think of.
Michael Jackson = King Of Pop

Xoops = King Of CMS



52
martyboy
Re: MyPage module access rights not working
  • 2006/9/7 10:43

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hello,

in xoops_version.php make sure $modversion['hasMain'] is set to 1
$modversion['hasMain'] = 1


Also if you have no submenus and your linking to your custom module from the main menu be sure to comment out the submenu parts.
// Menu

// Menu for submenus in main menu when page loads
$modversion['hasMain'] = 1;//0 to remove from main menu
[color=ff3030]//$modversion['sub'][1]['name'] = _MI_MYPAGE_SMNAME1;//define in language/english/global.php
//$modversion['sub'][1]['url'] = "../../modules/ipboard/";
//$modversion['sub'][2]['name'] = _MI_MYPAGE_SMNAME2;//define in language/english/global.php
//$modversion['sub'][2]['url'] = "../../modules/weblog/";[/color]


Hope this helps
Michael Jackson = King Of Pop

Xoops = King Of CMS



53
martyboy
Re: Hackside.com Free hosting and Email
  • 2006/9/4 21:53

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hey, that is one kick ass website you have its awsome, I actually got the idea of offering my visitors my own toolbar after visiting your site a while ago so thanks.

I am interested in the email thing too would like to offer my visitors a free email adress, does it cost money to do it with windows live or is it totally free?

Thanks and great site.
Michael Jackson = King Of Pop

Xoops = King Of CMS



54
martyboy
Re: Need help with a new modules
  • 2006/9/4 21:44

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


It looks like that site has the amxbans script wrapped in an iframe you could maybe do something similar using the myiframe module for XOOPS https://xoops.org/modules/repository/singlefile.php?cid=43&lid=1199

If you wanted to completely integrate it into XOOPS then that would be alot more work.
Michael Jackson = King Of Pop

Xoops = King Of CMS



55
martyboy
Re: HACKED
  • 2006/9/4 19:18

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Yea, someone I know had there site hacked through flashchat a while ago I think it was to do with a file sharing feature which allowes anybody to upload some hacking script and they have free run to get into your database or whatever.
Michael Jackson = King Of Pop

Xoops = King Of CMS



56
martyboy
Re: Amazon aStore
  • 2006/8/31 16:50

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


I was looking at the Astore thing when I was logged into my affiliate account the other day, according toa post in the support forum amazon will be making it so you can add the store into your own site rather than just linking to it, probably just a copy and past the code job, if so wouldnt be too hard to put it into a custom single page module.
Michael Jackson = King Of Pop

Xoops = King Of CMS



57
martyboy
Re: System Security.
  • 2006/8/26 10:56

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi, I had a similar problem with these PHP files a while ago, i did some research on them and if I can remember correctly they are some kind of hijacking script to redirect to some russian search engine. The hackers probably used a php shell to upload the files into world writable directories, I had found the files in my xcgal albums directories which where writable.

Not sure what you can do about the 777 directories, i think XOOPS needs to have some directories writable for the modules and other features to work.
Michael Jackson = King Of Pop

Xoops = King Of CMS



58
martyboy
How much$ to modify a theme to 2.0.14?
  • 2006/8/20 14:25

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi, I am struggling to create a really awsome theme that I like and I have failed miserabley in trying to modify the 7dana Round theme to make it compatible with the XOOPS 2.0.14 block positions.

I have tried contacting 7dana to see if they would modify it but they have not replied after several weeks so how much will someone charge me for simple modifying the theme.html for the new block positions and the CSS.

I aint rich so please be gentle with the price.

You can download 7dana Round from www.7dana.com or i can send the theme files.

Thankyou.
Michael Jackson = King Of Pop

Xoops = King Of CMS



59
martyboy
Need some help with smarty code for login bar
  • 2006/8/19 11:08

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Hi, I have been trying to put a login bar into a theme, this is what I am trying to acchieve:

When a guest visits the site they see
Quote:
Welcome Guest (Login | Register)

with Login and Register linking to user.php and register.php then when they login I want them to see
Quote:
Welcome Username
with the Username linking to thier profile.

This is the code I had tried which resulted in an internal error

Welcome <{if $xoops_isuser == false}>Guest 
      
( <a href="<{$xoops_url}>/user.php">Login</a> | <a href="<{$xoops_url}>/register.php">Register</a
      ) <{/if}><{if 
$xoops_isuser> <a href="<{$xoops_url}>/user.php"><{$xoops_uname}></a><{/if}>


I am guessing ive got the smarty code totally wrong, could someone be kind enough to post the correct code for what I am try8ing to achieve?

Thanks
Michael Jackson = King Of Pop

Xoops = King Of CMS



60
martyboy
Re: People making up fake URL's, whats the piont?
  • 2006/7/30 0:20

  • martyboy

  • Quite a regular

  • Posts: 256

  • Since: 2004/5/25


Quote:
That's odd... I was under the impression that Protector was supposed protect against file uploads. From the Protector preferences:


I could be completely wrong, but i have a feeling that is only applicable if someone tries to upload from within your XOOPS site, for example someone tries to upload a bad file into the wfdownloads module or a public gallery module, etc.

To be honest I am not sure exactly what good protector can be it seems to have its faults, it kept banning alot of my members and forum moderators saying that they where bad bots or they where launching a DOS attack, members where getting banned every day, it got to the piont I had to change the settings and disable IP bans, I dont really know exactly how protector works or what it classes as a bad bot or DOS attack but I dont think my members where falling into this category.
Michael Jackson = King Of Pop

Xoops = King Of CMS




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 23 »



Login

Who's Online

228 user(s) are online (147 user(s) are browsing Support Forums)


Members: 0


Guests: 228


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