11
ewonline
Re: How do I add pages that are not modules
  • 2007/7/28 4:56

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


And if you want pages with friendly URLs, I recently wrote a tutorial on how to.
http://www.ewonline.net/xoops-friendlyurls.html
Resized Image



12
ewonline
Re: News module - print article - need variable
  • 2007/7/27 19:11

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


The variable is: $story->uname()
Resized Image



13
ewonline
Re: Moving Xoops to a different server
  • 2007/7/27 19:07

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Do you have SSH access? Its a lot better to export the data via commandline and import via commandline.

dump db:
mysqldump -u USER -B DATABASE -pPASSWORD > mysql.sql

restore db:
mysql -uUSER -pPASSWORD DATABASE < mysql.sql
Resized Image



14
ewonline
Re: using external scripts(phpld) with xoops
  • 2007/7/27 19:04

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


It would take a fair amount of work to do.
XOOPS has modules similar to what your looking for, it would probably be easier to modify an existing module.
Resized Image



15
ewonline
Re: Any BIG list of proxy ips
  • 2007/7/27 19:03

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Theres too many to even count.
Theres tor, web proxies (cgi like), socks proxies...

You can google for stuff, like tor proxy ips:
http://proxy.org/tor.shtml
Resized Image



16
ewonline
Re: Which Modules give best Google Page Rank?
  • 2007/7/27 19:00

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Take a look at the wiki article:
http://en.wikipedia.org/wiki/PageRank

That basically explains how PR is calculated.
Resized Image



17
ewonline
Re: How do I add fields into the registration program?
  • 2007/7/17 5:00

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


XOOPS 2.0.x does not handle custom profile fields easily, you have to "hack" it to do that.

You'll need knowledge of php and MySQL to make this change.
Resized Image



18
ewonline
Re: Hacking forces premature launch
  • 2007/7/16 5:07

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


Quote:

preachur wrote:
Okay, I tried and it didn't work. Does anyone want to get paid to make it happen? Let me know.

I have way too much to do with categories and setting up all the newsletters and mail templates and forums and categories and adding the content partners and sponsors, etc.

In other words, if you need some paid work HOLLA!


If you need paid help, send me a PM.
Resized Image



19
ewonline
Re: weblog 1.46 - where is it? download link wanted.
  • 2007/7/16 2:09

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


I didnt see 1.46, but 1.41 is in the SF.net Files for the XOOPS Project
DL 1.41:
http://downloads.sourceforge.net/xoops/xoops2-mod_weblog_1.41.zip?modtime=1124738458&big_mirror=0

Browse all Modules in there:
http://sourceforge.net/project/showfiles.php?group_id=41586&package_id=105497
Resized Image



20
ewonline
Re: Hacking forces premature launch
  • 2007/7/16 1:52

  • ewonline

  • Not too shy to talk

  • Posts: 198

  • Since: 2004/11/17


I suggest write a simple code yourself.
A table called PREFIX_firsttime with columns uid and uid would contain the XOOPS user id.
On login, run query SELECT FROM PREFIX_firsttime WHERE uid=...
If that returns no rows, redirect them.

Once they are redirected, used that page to INSERT INTO PREFIX_firsttime (uid,first) VALUES (000,1)

There maybe an easier way of doing that, but I've done that in the past and I know it works.
Resized Image




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



Login

Who's Online

218 user(s) are online (135 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