293861
Herko
Re: How can I create a page with product names and descriptions in Xoops?
  • 2002/8/2 16:27

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Search the forums for a review module... someone was busy with one (or finished already) not so long ago, if I remember correctly. Somewhere on XoopsForge I believe...

Herko



293862
mikey
How can I create a page with product names and descriptions in Xoops?
  • 2002/8/2 16:15

  • mikey

  • Just popping in

  • Posts: 5

  • Since: 2002/6/8 1


Hi, could someone tell me if there is a module available or how to create a page within the XOOPS site which will just show for example a list of products that i offer perhaps where theres a thumb image of the product a nd a short description?? Or if you can point me to place where I can create an HTML page within the main page frame in XOOPS would be appreciated.

TIA



293863
Pitiless
Re: (HACK) Prevent Firewall no-login
  • 2002/8/2 14:06

  • Pitiless

  • Just popping in

  • Posts: 14

  • Since: 2002/5/16


function myRefererCheck prevents that nobody can make link from his site to your site with XOOPS ...



293864
xtremdj
Re: (HACK) Prevent Firewall no-login
  • 2002/8/2 14:03

  • xtremdj

  • Just popping in

  • Posts: 68

  • Since: 2002/1/12


Quote:

Pitiless wrote:
trollix
... I mean, you make so a security hole for your MySQL and XOOPS ... think about it ...


hmmm where ?



293865
Pitiless
Re: (HACK) Prevent Firewall no-login
  • 2002/8/2 14:00

  • Pitiless

  • Just popping in

  • Posts: 14

  • Since: 2002/5/16


trollix
... I mean, you make so a security hole for your MySQL and XOOPS ... think about it ...

HerkoCoomans
Quote:
... Now I won't have to configure ZA everytime I visit a XOOPS site ...

... even ... but only, when you visit trollix page or another XOOPS page with this hack
... by all another you must configure your firewall



293866
xtremdj
Re: (HACK) Prevent Firewall no-login
  • 2002/8/2 13:30

  • xtremdj

  • Just popping in

  • Posts: 68

  • Since: 2002/1/12


Quote:
If you would be a girl Trollix, I would give you a big kiss, but let's keep it at a big THANK YOU !


maybe he want ( joke )

Anyway excellent hack !



293867
kitsou
Re: (HACK) Prevent Firewall no-login
  • 2002/8/2 13:00

  • kitsou

  • Just popping in

  • Posts: 50

  • Since: 2002/3/19


If you would be a girl Trollix, I would give you a big kiss, but let's keep it at a big THANK YOU !

This hack was overdue und most necessary. It works for me like a charm.

I never understood why XOOPS RC3 came out without this feature.

Again: Trollix this is great stuff !



293868
Herko
Re: (HACK) Prevent Firewall no-login
  • 2002/8/2 11:20

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Thanks, this is a great hack Now I won't have to configure ZA everytime I visit a XOOPS site (IF everyone includes this hack into their site, and/or it will be added into the next release?)

Herko



293869
trollix
(HACK) Prevent Firewall no-login
  • 2002/8/2 11:01

  • trollix

  • Just popping in

  • Posts: 7

  • Since: 2002/1/9 1


As I can't log behind my firewall (zone Alarm or Norton), I had to write a little hack to do that. When XOOPS tests the $HTTP_REFERER var and find it empty (function myRefererCheck) connection is not allowed.

To avoid that, I have written this little hack:
file html/class/mysql.php, line 147, you have:
...
if (myRefererCheck($errstr)) {
...

REPLACE by:
...
if (myRefererCheck($errstr) || ALLOW_FROM_PROXY)
...

and in include/common.php file, line 40, ADD:
define("ALLOW_FROM_PROXY", TRUE); // Disactivate referercheck for SQL requests

If you want to return back to the normal settings, then just put FALSE instead of TRUE.

Trollix - HQCH (Hope Que Ca Helpe)



293870
schwim
Re: Account re-activation required on Profile email changes
  • 2002/8/2 4:41

  • schwim

  • Just popping in

  • Posts: 11

  • Since: 2002/7/25


Another solution is to give him 24 hours before it changes back to his origional e-mail

:)
Jason







Login

Who's Online

487 user(s) are online (329 user(s) are browsing Support Forums)


Members: 0


Guests: 487


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits