11
Jan304
Re: Installing Xoops on Windows
  • 2006/4/14 12:05

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


If you have manually modified mainfile.php and let the installer install the database, everything should be allright.

Try making the folders cache, uploads and templates_c writeable by doing the following thing:
Open Explorer and navigate to your XOOPS installation - Rightclick on the folder en choose properties.

Then select the "security" tab. Press "Add" and enter the user your Apache installation is running under. If you no ideo who this is, try "Everybody" (This IS a security risk!) - then press "Check name" to make sure the user exists.

Press ok and the user is added. Now click on the user name you have added, and check the "write" permission box in the "Allow" column

Press ok and try again. Now things should be writeable.
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



12
Jan304
Re: shout box and hacking it
  • 2006/3/27 18:34

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Quote:

BMCouto wrote:
I've uploaded just that 3 files and then updated the module, but some problems came up:
- When I open the popup menu it is always refreshing, like from 1 secondo to another...
- If I understood well you said something about admin can delete posts? where? how? i dont see a thing...
The rest is just the same, but more secure i think do you know how to solve this?
Thanks!


- I have no idea what is causing this. Can you overwrite all files in the modules/shoutbox map and then update the module? Make sure to backup uploads/shoutbox/shout.cvs.
- Just use the erase button next to the post button. Or open your ftp editor and goto uploads/shoutbox/shout.cvs and edit the file.
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



13
Jan304
Re: shout box and hacking it
  • 2006/3/25 15:59

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Hi

The following files are updated: xoops_version.php, shoutframe.php and shoutpopupframe.php. You can just overwrite those files.

Also, messages are stored in a seperated folder (uploads/shoutbox) so those are not affected by the update.

Greetings

Jan
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



14
Jan304
Re: shout box and hacking it
  • 2006/3/24 20:10

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Quote:

BMCouto wrote:
Just for the record that happened to me too this week...i just went to shout.cvs and deleted the shout... but if anyone has a "cure" for that would be nice


There is a cure for this:
https://xoops.org/modules/news/article.php?storyid=2924

Remember however that if you enable anonymous users to post you still will experience spam problems.

I will try to get a hold on a XOOPS.org official to update the download repository. I'm unable to do so.
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



15
Jan304
Re: shoutbox stops me logging in
  • 2006/3/24 20:03

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Quote:
UPDATE: sussed it....changed the permissions and took shoutbox out of simplified URL, sorted it, thanks for help and advice


Could you please e-mail me at: jan304 REMOVE THIS @ gmail . com with the exact problem and solution so I can look into or at least put a warning in the readme? Thank you!
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



16
Jan304
Re: Undefined variable: HTTP_GET_VARS in file
  • 2006/3/11 21:09

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Quote:

Notice [PHP]: Undefined variable: HTTP_SERVER_VARS in file modules/newbb/config.php line 44
Notice [PHP]: Undefined variable: HTTP_SERVER_VARS in file modules/newbb/config.php line 44
Notice [PHP]: Undefined variable: HTTP_GET_VARS in file modules/newbb/viewforum.php line 34


Open viewforum.php on line 34 and change:
$forum = intval($HTTP_GET_VARS['forum']);
to:
$forum = intval($_GET['forum']);

And config @ line 44:
$bbCookie['path'] = str_replace(basename($HTTP_SERVER_VARS['PHP_SELF']),"",$HTTP_SERVER_VARS['PHP_SELF']);
to:
$bbCookie['path'] = str_replace(basename($_SERVER['PHP_SELF']),"",$_SERVER['PHP_SELF']);
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



17
Jan304
Re: How to find IP with shoutbox 3
  • 2006/3/11 12:07

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Hey people

Markian, could you remove those spam urls from your post? You are only helping those spammers by placing there urls in this forum.

There is already a solution for your problem, please check out this post:
https://xoops.org/modules/newbb/viewtopic.php?topic_id=43356&forum=27&post_id=209253#forumpost209253

I will send in a news message as soon as possible.
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



18
Jan304
Re: I've deleted my xoops_session table ((Help))
  • 2006/3/7 19:51

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


My session table looks like this:
CREATE TABLE `xoops_session` (
  `
sess_idvarchar(32NOT NULL default '',
  `
sess_updatedint(10unsigned NOT NULL default '0',
  `
sess_ipvarchar(15NOT NULL default '',
  `
sess_datatext NOT NULL,
  
PRIMARY KEY  (`sess_id`),
  
KEY `updated` (`sess_updated`)
ENGINE=MyISAM;


Hope this helps.
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



19
Jan304
Re: shoutbox
  • 2006/3/7 19:46

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


Hey there

Sorry for the late respons. I've updated the module a few weeks ago, but the person I sent it to was unable to update his installation, so I couldn't release without decent testing.

If you are experiencing this problem, please update to the next version (no changes except fixing this problem).

http://xoops.jan304.org/modules/mydownloads/singlefile.php?lid=58

Please remember that Shoutbox seems to be picked up by spammers, and that it is no longer save to actually let anonymous users make posts in the shoutbox on popular sites.

If you still experience problems contact me a soon as possible or just post in this forum.
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...



20
Jan304
Re: needs help with shoutbox
  • 2006/2/11 23:44

  • Jan304

  • Official Support Member

  • Posts: 520

  • Since: 2002/3/31


There is not feature yet that enables you to edit the message from the web. Open your ftp client and go to /uploads/shoutbox/. Then open the file and edit the unwanted messages.

The next version (don't expect too soon, I already say this a year ) will likely include a message editor/remover (mysql version). You will have to do it this way for now.
Oracle: I'd ask you to sit down, but, you're not going to anyway. And don't worry about the vase.
Neo: What vase?
[Neo turns to look for a vase, and as he does, he knocks over a vase of flowers, which shatters on the floor.]
Oracle: That vase.
Neo:...




TopTop
« 1 (2) 3 4 5 ... 25 »



Login

Who's Online

121 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 121


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