31
ChadK
Re: net2ftp module
  • 2004/9/9 1:26

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Nice work Bassman... this module is very helpful. ;)



32
ChadK
Re: Newest CJayContent Module
  • 2004/9/9 1:24

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Are we allowed to take the powered by XOOPS information off of our footer? Doesn't seem right to me...



33
ChadK
Re: Web Hosting module
  • 2004/9/8 13:08

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Yah, I'm going to concentrate on hosting because that's what I need to use it for. It's going to have an optional CPanel integration that the admin can turn on or off. If it's on, the cpanel portion will actually create the new account once the paypal IPN has notified the program that it's paid for.
I'm only integrating paypal and cpanel right now though other features may come later.
http://dev.xoops.org/modules/xfmod/project/?xpay
http://test.aviary.info/



34
ChadK
System Module Emergency Install
  • 2004/9/8 12:48

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


If the system module isn't installed in the modules table, install it.

This would be handy in case we need to dump all data from our blocks, modules and related tables when we get into a situation like the one I'm in now where my modules page doesn't even fully display because the table has so much orphaned garbage in it :(



35
ChadK
Xoops Maintenance
  • 2004/9/8 12:46

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


I'd LOVE to see a module that cleaned up things like:
Users with no group permissions
(non-custom) Blocks with no module link
Modules with no directory (deleted from web server)
Modules without the required tables

Basically a system to clean up the orphaned blocks and modules on our databases. Somehow over time I've managed to aquire a butt-load of blocks listed on the group permissions page that don't even exist. I also have blocks that have no modules linked to them any longer and a whole host of other little issues like that.

It'd also be nice if this module would allow the admin to drop tables that are no longer being used by any modules. I've removed some modules in the past and noticed that it leaves the tables intact.

Last night I tried emptying the modules, blocks, new blocks and block-module link tables then re-installing all of the modules (commented out the sql's in the xoops_version.php files). That didn't work so I restored my backup of garbage filled data.



36
ChadK
myAds/Classified ads/Modify Ad
  • 2004/9/7 21:19

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Use this hack if you don't want to update the date the advertisement was submitted when you just want to update the subject of the ad or something:
In myAds/admin/index.php
Find the line:
Quote:
$xoopsDB->query("update ".$xoopsDB->prefix("ann_annonces")." set cid='$cat', title='$title', type='$type', description='$description', tel='$tel', price='$price', typeprix='$typeprix', date='$date', email='$email', submitter='$submitter', town='$town', country='$country', valid='$valid', photo='$photo' where lid=$lid");

and replace it with:
Quote:
$xoopsDB->query("update ".$xoopsDB->prefix("ann_annonces")." set cid='$cat', title='$title', type='$type', description='$description', tel='$tel', price='$price', typeprix='$typeprix', email='$email', submitter='$submitter', town='$town', country='$country', valid='$valid', photo='$photo' where lid=$lid");



37
ChadK
Re: FlashChat Module Request
  • 2004/9/7 16:45

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Hey Rocket.. what you want is FlashChat from tufat.com
http://www.tufat.com/script.php?id_num=2
Never mind what the features list, it is 100% integratable with XOOPS and has simple instructions included to do so. For $5 you can't beat it.



38
ChadK
Re: MyAds - Permissions issues
  • 2004/9/7 16:42

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Hey wcrwcr, chmod your myAds/cache/ folder to 777 also. Not sure why the readme doesn't reflect this but yah, you won't get it working unless you do.
The config.php file should be 777 when you're making changes to it otherwise set that file to 755 or something.



39
ChadK
Re: Good Housekeeping and Security Measures
  • 2004/9/3 0:14

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


and remember.. it's not paranoia if they really are out to get you. ;)



40
ChadK
Re: FreeContent Webdigest v.3.0 Final
  • 2004/9/2 19:03

  • ChadK

  • Quite a regular

  • Posts: 242

  • Since: 2004/7/9 1


Any way to get the script to grab ALL of the links it finds instead of a random sample?




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



Login

Who's Online

218 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 218


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