51
avtx30
Re: How can I add credits/license on php files?
  • 2008/5/3 14:55

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


I guess you wanted to append the header right after the <?php line.

If you use Unix/Linux/Cygwin you can do the task in miliseconds with the following bash script.

#!/bin/sh
for f in `ls *.php`
 do
  (echo '/<?php/r header.txt'; echo 'wq') | ed $f;
 done


header.txt is the file that lists your above comments.
Xoops Demos:
http://www.nhatban.net/info/a0021.html



52
avtx30
Re: I have been hacked - Need Help
  • 2008/5/3 13:18

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


Quote:

I also forgot what version of XOOPS I used and this is the first of any of my sites that has been hacked.

Any insight would be helpful.


No way!! You admin cannot remmember your XOOPS version then how could others can help you on security???
Xoops Demos:
http://www.nhatban.net/info/a0021.html



53
avtx30
Re: XoImgUrl, editing a theme
  • 2008/5/2 11:25

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


A very good resource here:http://www.hodajuku.org/modules/tinyd/

The page is in Japanese but use can you google translate tools to read it in English.
Xoops Demos:
http://www.nhatban.net/info/a0021.html



54
avtx30
Re: Won't stay logged in!!!!!
  • 2008/5/2 11:22

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


You have 2 problems that both are not directly related to the original thread. Would you mind open a new topic and describe your problems in more detail.

- XOOPS version
- MySQL/PHP version
- what is the module you are going to install
- etc.
Xoops Demos:
http://www.nhatban.net/info/a0021.html



55
avtx30
Re: Displaying comments like forum post
  • 2008/5/2 8:50

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


I think you can achieve that by modifying the templates of d3forum.
Xoops Demos:
http://www.nhatban.net/info/a0021.html



56
avtx30
Re: Won't stay logged in!!!!!
  • 2008/5/1 15:58

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


utf-8 is a must. Sooner or later XOOPS has to be UTF-8 I think.

FYI. Forks are UTF-8'ing. HD distribution is ready to use. ICMS will be UTF-8 compliant in its next release (v1.1)
Xoops Demos:
http://www.nhatban.net/info/a0021.html



57
avtx30
Re: Displaying comments like forum post
  • 2008/5/1 1:14

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


Yeah, you can use d3forum for comment integration only. You can install it with any directory name you wish, "comments" for example.

When you get in love with d3forum, you can switch from CBB to it easily with the built-in import function.

Have fun!
Xoops Demos:
http://www.nhatban.net/info/a0021.html



58
avtx30
Re: Displaying comments like forum post
  • 2008/5/1 1:01

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


That is what d3forum provides you with its Comment Integration feature. You can comment everywhere, d3forum will collect them to its proper forums.

For example, comment about GIJOE's works are collected here:http://xoops.peak.ne.jp/md/d3forum/index.php?forum_id=9
Xoops Demos:
http://www.nhatban.net/info/a0021.html



59
avtx30
Re: Want a module- please help
  • 2008/4/27 9:25

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


pico, wf-channel, smartsection, mastop,... they will do
Xoops Demos:
http://www.nhatban.net/info/a0021.html



60
avtx30
Re: Downloads module
  • 2008/4/27 9:23

  • avtx30

  • Not too shy to talk

  • Posts: 181

  • Since: 2006/10/12


I like D3downloads. Try it here:http://www.nhatban.net/info/a0021.html
Xoops Demos:
http://www.nhatban.net/info/a0021.html




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 18 »



Login

Who's Online

174 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 174


more...

Donat-O-Meter

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

Latest GitHub Commits