If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: Anonymous
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Author Message
http://proxy2.de/forum/viewtopic.php?t=1686
Füge folgende Zeile in deine config.inc.php

<?php
ob_start();
/**
*
* MySQL -> class_mysql.php
* PostgreSQL -> class_pgsql.php
*
*/
.....

und achte darauf , das vor dem <?php nichts steht also kein Leeerzeichen und auch kein Return
Noch ne Frage:

Kann man das Poll modifizieren das es etva so aussieht ??

Advanced Poll
Which Editor do you use to create your Web site?
Microsoft FrontPage
Macromedia Dreamweaver
Adobe GoLive
others others


View results

Version 2.02


also mit zwei "option_text" feldern ???
good luck
The IP-address is stored in the table 'poll_ip' for a short time

Hy Zusammen,
Habe da ein kleines Problem:
Ich kann mich einloggen und auch alles bearbeiten, aber auf dem oberen bildschirm erscheint immer :

Warning: Cannot modify header information - headers already sent by (output started at /home/djlakela/public_html/poll/db/include/config.inc.php:41) in /home/djlakela/public_html/poll/db/admin/common.inc.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /home/djlakela/public_html/poll/db/include/config.inc.php:41) in /home/djlakela/public_html/poll/db/admin/common.inc.php on line 17

Warning: Cannot modify header information - headers already sent by (output started at /home/djlakela/public_html/poll/db/include/config.inc.php:41) in /home/djlakela/public_html/poll/db/admin/common.inc.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /home/djlakela/public_html/poll/db/include/config.inc.php:41) in /home/djlakela/public_html/poll/db/admin/common.inc.php on line 19


was muss ich ändern ?????????
id like to know how to do this also...anyone??
Hi karrem,

Here is what you have to do:

1.)



Replace http://www.mydomain.com/ with your homepage URL

2.) Now add a javascript function to the guestbook header
Search for the file header.php and add this

....

<script language="Javascript">
<!--
function urlJump(target,selObj) {
var optionValue = selObj.options[selObj.selectedIndex].value;
var isURL = /http:/;
var regMatch = isURL.test(optionValue);
if(regMatch == true) {
eval(target+".location='"+selObj.options[selObj.selectedIndex].value+"'");
}
}
// -->
</script>

</head>
<body bgcolor="$VARS[pbgcolor]" link="$VARS[link_color]" vlink="$VARS[link_color]">
The dropdown menu is being is created is the script gb.class.php

function generate_JumpMenu() {
/* add your entry here -->
$menu_array[] = "<select name=\"entry\" class=\"select\">";
*/
$menu_array[] = "<select name=\"entry\" class=\"select\">";
$menu_array[] = "<option value=\"0\" selected>".$this->db->LANG["FormSelect"]."</option>";

.
.
.
das /tmp verzeichnis ist nicht vermutlich nicht für den webserver beschreibar.

abhilfe: chmod 777 /tmp

oder bildupload ausschalten und das -> enctype="multipart/form-data"
in dem Template form.php entfernen
1.) Submit Template editieren

2.) steht in der language-datei
Yeah, go to the admin and there are two settings for where the images are and where the poll is. change them to where they are on *your* server. and that should do it.
This is a bug.
Comment the function() out.

/*
function set_max_bar_length($max_bar_length='') {
if ($max_bar_length && $max_bar_length>0) {
$this->pollvars['img_length'] = $max_bar_length;
return true;
} else {
return false;
}
}

*/
the passwoord is stored in your db
i also have problems installing this
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum