11
pegasus00321
Re: XOOPS eXtreme

Well, I dont add code to speed up XOOPS, i remove uneccesary code.
And its not just about speed improvements, its also about security.

So I'll probably put something out in a week or so.
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



12
pegasus00321
XOOPS eXtreme

I wanted to release kind of a modified version of XOOPS that is made to run faster via optimization of XOOPS Code.
This code is basically the modified XOOPS Code that I use to run my sites and I've seen terrific Page Generation Time improvements with these modifications.

Now, before I did, I just wanted to make sure that its not against the XOOPS license or against the developers wishes. So speak up or forever be silent!
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



13
pegasus00321
Re: BSOD Hard Disk Dead - advice please!

Good to hear everything is ok.
Make sure you run a ScanDisk check.
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



14
pegasus00321
Re: BSOD Hard Disk Dead - advice please!

Yeah definitely check the basics before you do anything drastic.
Then try booting up Knoppix and see if knoppix sees your HD. It will mount it and place an icon on the Desktop if it detects it.
Or use a Windows Pre-Install Disk such as this one.

Can you hear your Hard Disk spinning when you power up your computer?

There are tricks to "try" and get Dead HDs to spin again for a short period of time so you can get data off.
I've seen people place their HD in a zip lock bag and freeze it and plug it back in and stuff like that. Or sometimes dropping it lightly can unstick a stuck HD.
Dont try this unless its your last option.

As always, people should always have a program to monitor S.M.A.R.T. Read this for more info (i dont actually recommend that program btw)
Hard drives do fail quite a bit and SMART can help to tell you before it does.
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



15
pegasus00321
Re: Confused

I assume your talking about this.

_MI_MYPAGE_MYPHPFILE is simply a variable which can be changed depending on the language. You can simply put:
$modversion['sub'][1]['name'] = "Blah Page";
$modversion['sub'][1]['url'] = "../../modules/ipboard/";
And not use a variable if you dont run a multi language web site.
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



16
pegasus00321
Re: My XOOPS site got infected

You may just want to delete the xmlrpc.php file since its really not ever used.
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



17
pegasus00321
Re: SMF bridge

I assume that the port of SMF to XOOPS will require Core File Hacking right?
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



18
pegasus00321
Re: Contact Module in XOOPS 2.2.2

Its actually pretty easy just to make your own Contact Us form and stick it in your XOOPS_ROOT_Path/.


<?php
include("mainfile.php");
include(XOOPS_ROOT_PATH."/header.php");
$xoopsTpl->assign('xoops_pagetitle', 'Title Here');
$xoopsTpl->xoops_setCaching(0);
?>

Contact Form Code, you can find plenty by Googling


<?php
include("footer.php");
?>
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



19
pegasus00321
Re: My XOOPS site got infected

Please enable php debug (its not necessarily that someone hacked it) and what version of XOOPS are you running?
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc



20
pegasus00321
Re: Upload files option on static content pages.

Well the Downloads Module is really the only way for users to submit files, etc.
Pegasus00321


I would appricate it if you click this link
TuFat.com PHP Scripts and etc




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



Login

Who's Online

148 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 148


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