Search found 52 matches

by vrain
Sat 23. Apr 2005, 12:35
Forum: phpwcms Support English
Topic: How can I format a replacement tag?
Replies: 2
Views: 957

Hello, my friend, I just expanded on this case here : http://www.phpwcms.de/forum/viewtopic.php?t=6698

SOS! :oops:

V
by vrain
Sat 23. Apr 2005, 12:33
Forum: hacks & enhancements
Topic: Modding the {URL} tag, WIP, need help!
Replies: 1
Views: 1875

Modding the {URL} tag, WIP, need help!

Hi, my host does not allow the include function to be used, so I am trying to make the {URL} tag functional through modding it to use the CURL function. So, in the beginning, this is how to link to a site with CURL instead of using {URL:mysite.com} tag. [PHP] $curl_handle=curl_init(); curl_setopt($c...
by vrain
Sat 23. Apr 2005, 11:48
Forum: phpwcms Support English
Topic: How can I format a replacement tag?
Replies: 2
Views: 957

How can I format a replacement tag?

Hi, I would like to format the way {URL} replacement tag works, which file do I have to edit?

thanks in advance,

V
by vrain
Sat 23. Apr 2005, 11:19
Forum: phpwcms Feature Requests
Topic: vBulletin integration
Replies: 5
Views: 2328

hello why!? with the 1.2.2 you have an forum content part integratet! but at the moment without user regestration, but this will also come! vBulletin is the package of choice for massive forums with sophisticated user controls and management systems, it is extremely customizable and an advanced pro...
by vrain
Sat 23. Apr 2005, 00:06
Forum: phpwcms Support English
Topic: Please advice on article embedding problem!
Replies: 3
Views: 1273

*bump*
by vrain
Fri 22. Apr 2005, 01:31
Forum: phpwcms Support English
Topic: Please advice on article embedding problem!
Replies: 3
Views: 1273

I figured out a secure way to link to web pages, though CURL function. So now it works if I type: [PHP] $curl_handle=curl_init(); curl_setopt($curl_handle,CURLOPT_URL,'http://mysite.com/index.php?press'); curl_setopt($curl_handle,CURLOPT_CONNECTTIMEOUT,1); curl_exec($curl_handle); curl_close($curl_h...
by vrain
Thu 21. Apr 2005, 22:20
Forum: phpwcms Support English
Topic: Please advice on article embedding problem!
Replies: 3
Views: 1273

Also, when I type [PHP]include 'index.php?press';[/PHP] I get this error : Warning: Unknown(index.php?press): failed to open stream: No such file or directory inhome/.quinette/mysite/mysite.com/include/inc_front/front.func.inc.php(2307) : eval()'d code on line 1 Warning: (null)(): Failed opening 'in...
by vrain
Thu 21. Apr 2005, 21:41
Forum: phpwcms Support English
Topic: Please advice on article embedding problem!
Replies: 3
Views: 1273

Please advice on article embedding problem!

Hi, my webhost just turned off "allow_url_fopen" command for security reasons, and all my {URL} tags crashed. Essentially, I was calling a directory article listing from my index page. My initial URL command : {URL:http://mysite.com/index.php?press} Can someone advice how to go about embed...
by vrain
Tue 19. Apr 2005, 03:40
Forum: phpwcms Support English
Topic: Insert break instead of new paragraph?
Replies: 2
Views: 1464

Insert break instead of new paragraph?

I remember reading a while ago about how its possible to make phpwcms automatically insert </br> tag in places where two separate <p></p> tags are created. Can't find it through search, can someone help? My "wysiwyg html" content part gives me new paragraphs for every break, and there's no...
by vrain
Mon 18. Apr 2005, 04:05
Forum: phpwcms Feature Requests
Topic: vBulletin integration
Replies: 5
Views: 2328

vBulletin integration

This would be such a great addition!

V
by vrain
Sat 16. Apr 2005, 23:39
Forum: phpwcms Support English
Topic: "Error while writing file" ( screenshot )
Replies: 15
Views: 8418

Bah, fixed it. Basically, the error was fixed once we enabled "run php as cgi" on the site. I guess there was a problem with sessions or security. Either way, it'd be great if phpwcms had a "debug" mode where we'd be able to see the actual php error directly. thanks everyone! phe...
by vrain
Sat 16. Apr 2005, 05:50
Forum: phpwcms Support English
Topic: "Error while writing file" ( screenshot )
Replies: 15
Views: 8418

This the code that gives the error message, -

Code: Select all

if ($dir = @opendir($useruploadpath)) {
					if(@copy($userftppath.$file, $usernewfile)) {
						@unlink($userftppath.$file);
					} else {
						$file_error["upload"] = "Error while writing file to storage (1).";
by vrain
Sat 16. Apr 2005, 05:08
Forum: phpwcms Support English
Topic: "Error while writing file" ( screenshot )
Replies: 15
Views: 8418

Hi Pappnase, this is a clean new install. I also installed an old version of phpwcms ( 1.4 ) and it had EXACTLY the same problem, so obviously there is a problem with the server. I contacted the host, and they want me to give them the actual php error, they said I should set the cms into debug mode ...
by vrain
Fri 15. Apr 2005, 08:03
Forum: phpwcms Support English
Topic: "Error while writing file" ( screenshot )
Replies: 15
Views: 8418

"Error while writing file" ( screenshot )

Image

This is during a test of a new host. The folders have correct permissions. What could be a common host problem here?

thanks,

VR
by vrain
Mon 4. Apr 2005, 03:09
Forum: phpwcms Support English
Topic: How to write such a php script?
Replies: 2
Views: 996

Well, Im sure its easily done with {php:} tag, but I'll need to look deep withing vBull to monitor which commands call new topics, etc. Unless they are hidden. vBull support didnt really clarify it for me.

I guess it will be something new!

VR