What's new

Problem z Gesior Accmaker

Status
Not open for further replies.

kalmaks

New User
Joined
May 27, 2009
Messages
8
Reaction score
0
Mam problem z acc makerem, a mianowicie po stworzeniu konta, nie mozna sie na nie zalogowac. Jedynie moge sie zalogowac na konto admina. Odblokowalem wszystkie porty 7171,800, 80, 443 i nie dziala... Pomocy !!;(
 

Misieqp

Advanced User
Joined
Apr 28, 2009
Messages
269
Reaction score
17
Odp: Problem z Gesior Accmaker

Najwiecej problemow jest z gesiorem, co 5 temat to "Gesior problem.."
Ludzie sa inne acc makery, banalne w obsludze(2minuty roboty, serioo!) np niicaw, moze nie za piekny, ale na dziala pod kazda wersje tibi :) jedynie na 8.4 nie da sie tworzyc kont!:curse:
 

kalmaks

New User
Joined
May 27, 2009
Messages
8
Reaction score
0
Odp: Problem z Gesior Accmaker

No wlasnie, nie dziala tworzenie na 8.4 :p
Odkyrlem co powoduje ten blad. Nazwe konta zapisuje jako 'id', a nie 'name'. Wiecie moze jak zamienic zeby wlasnie jako name zapisywalo? I zeby id konta bylo zapisywane jak w account managerze, bo na pewno to tez trzeba zmienic :p

Mam Darkness Ots'a :)
 

Misieqp

Advanced User
Joined
Apr 28, 2009
Messages
269
Reaction score
17
Odp: Problem z Gesior Accmaker

W tym problem, ze ta czynnosc jest chyba nie mozliwa, wiec ja sie na 8.42 przezucilem, gdzie wszystko dziala legancko!
 

kalmaks

New User
Joined
May 27, 2009
Messages
8
Reaction score
0
Odp: Problem z Gesior Accmaker

Tez bym sie przerzucil na 8.42, ale na 8.42 nikt sie nie moze ze mna polaczyc...
 

Misieqp

Advanced User
Joined
Apr 28, 2009
Messages
269
Reaction score
17
Odp: Problem z Gesior Accmaker

Ma pomysl:
Code:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
include ("../include.inc.php");
require ('check.php');

//retrieve post data
$form = new Form('addrss');
//check if any data was submited
if ($form->exists()){
		//insert news
		$sql = new SQL();
    $sql->myInsert('nicaw_news',array('id[COLOR="Yellow"](tutaj zamiast id wpisacname?)[/COLOR]' => null, 'title' => $form->attrs['title'], 'creator' => $form->attrs['creator'], 'date' => time(), 'text' => $form->attrs['text'], 'html' => $form->getBool('html')));
    echo $sql->getError();
}else{
	//create new form
	$form = new IOBox('addrss');
	$form->target = $_SERVER['PHP_SELF'];
	$form->addLabel('Create News');
	$form->addInput('title');
	$form->addInput('creator');
	$form->addTextBox('text');
	$form->addCheckBox('html',false);
	$form->addClose('Cancel');
	$form->addSubmit('Save');
	$form->show();
}
?>
 

kalmaks

New User
Joined
May 27, 2009
Messages
8
Reaction score
0
Odp: Problem z Gesior Accmaker

To jest Nicaw Acc maker, a nie Gesior ;]
 
Status
Not open for further replies.
Top