Search Results

Showing results 1 to 31 of 31
Search took 0.01 seconds.
Search: Posts Made By: Punkis448
Forum: C++ Jun 20th, 2009
Replies: 16
Views: 970
Posted By Punkis448
Can anyone help me or guide me with the code please?
Forum: C++ Jun 19th, 2009
Replies: 16
Views: 970
Posted By Punkis448
Forum: C++ Jun 19th, 2009
Replies: 16
Views: 970
Posted By Punkis448
Hello there!

I am trying to solve a problem for a project i took and i am in the final

part of it...(view below for my until now code)

Well the aim is to calculate the entropy of a file and...
Forum: PHP Nov 24th, 2008
Replies: 3
Views: 584
Posted By Punkis448
Hi there thank you for your reply.
It is because I want it to be "automatic". However I figured a way, kinda same like yours..
Forum: PHP Nov 23rd, 2008
Replies: 3
Views: 584
Posted By Punkis448
This is a code i found into the socialengine's plugin.
I think this does all the work

// THIS METHOD CREATES A FORUM USER WITH THE SAME USERNAME AS THE CURRENT USER
// INPUT:
// OUTPUT: ...
Forum: PHP Nov 23rd, 2008
Replies: 3
Views: 584
Posted By Punkis448
Hello all.
I am having some questions about a subject.
I am running a small social community using SocialEngine and i want to include phpbb3 with an arcade mod or any arcade board that support high...
Forum: JavaScript / DHTML / AJAX Nov 18th, 2008
Replies: 3
Views: 465
Posted By Punkis448
thank you for your reply friend.

Will this redirect the web page, right?
Forum: JavaScript / DHTML / AJAX Nov 18th, 2008
Replies: 3
Views: 465
Posted By Punkis448
Hello all.

I have a problem with my site.
Well there are some times that when i click on a link from the recent activity I get my custom error 404 page.
This happens when the url is...
Forum: PHP Oct 12th, 2008
Replies: 1
Views: 382
Posted By Punkis448
Hi all!

I am looking for some free/paid social network scripts.
Any suggestions ? Thank you
Forum: PHP Sep 20th, 2008
Replies: 5
Views: 591
Posted By Punkis448
i did that.. i guess i do not know where to put it in my code.

/* generate query syntax for searching in auction */
$search_words = explode (" ", $qquery);

/* query part 1 */
$qp1 = "";...
Forum: PHP Sep 20th, 2008
Replies: 5
Views: 591
Posted By Punkis448
My greek data is written in the database using the decimal format http://htmlhelp.com/reference/html40/entities/symbols.html

The only way to get the results displayed is when i search with those...
Forum: PHP Sep 20th, 2008
Replies: 5
Views: 591
Posted By Punkis448
Yes all are encoded to utf8. from the database to all pages
Forum: PHP Sep 20th, 2008
Replies: 5
Views: 591
Posted By Punkis448
Hi again.

I have a project that gets from mysql the data that i search.
Until 10 minutes ago, the results could not display me correctly the Greek characters from mysql.
The search system...
Forum: PHP Sep 20th, 2008
Replies: 1
Views: 922
Posted By Punkis448
The problem is not the database. I do import it with utf8 and all pages are utf8 encoded plus i used the meta charset tag.

The problem is with one single line
$tplv['idformat'].=...
Forum: PHP Sep 20th, 2008
Replies: 1
Views: 922
Posted By Punkis448
I have a problem with my project.
The project search through the database and displays the results.
The problem is that I get question marks instead of GREEK letters (i do not mean rubbish, i mean...
Forum: MySQL Sep 20th, 2008
Replies: 13
Views: 2,675
Posted By Punkis448
I tried to find the file that does this work (as i said is not developed by me)
and found this :

/* this subastas title and link to details */
$tplv['id']=$row['id'];
$tplv['idformat']="<A...
Forum: MySQL Sep 20th, 2008
Replies: 13
Views: 2,675
Posted By Punkis448
I do use Greek letters. My language is Greek.

I have found this link http://gr2.php.net/htmlentities is that useful ?
Forum: MySQL Sep 19th, 2008
Replies: 13
Views: 2,675
Posted By Punkis448
Also, I import some items for the importing/exporting test you told me.
I have mysql and collations to utf8 general ci

1. Using the default encoding of notepad,I import the sql file and i got...
Forum: MySQL Sep 19th, 2008
Replies: 13
Views: 2,675
Posted By Punkis448
Thank you petr.pavel for your support

1. I saved the following
to a html file. I uploaded in the sever and with default encoding Greek, it was displayed correctly. I changed browser encoding to...
Forum: MySQL Sep 19th, 2008
Replies: 13
Views: 2,675
Posted By Punkis448
i did what you told me, but i didnt come to a solution. I googled and find out that there are so many users who did the same thing without a change. There must be something i do not do right.

P.S....
Forum: MySQL Sep 19th, 2008
Replies: 13
Views: 2,675
Posted By Punkis448
anyone knows a way ?
Forum: MySQL Sep 18th, 2008
Replies: 13
Views: 2,675
Posted By Punkis448
thank you all for your replies.

I have proceed to a next stage now.

for stephen84s :into this progject, i have several departments that uses different databases.in one of them, that i do my...
Forum: MySQL Sep 18th, 2008
Replies: 13
Views: 2,675
Posted By Punkis448
Hi all,

I have a problem with my php and mysql project.
I use an auctions software, named phpauction for my project.

I import into my database with utf8 encodingm and I can see the greek...
Forum: C May 9th, 2008
Replies: 14
Views: 1,801
Posted By Punkis448
i have fixed the mistakes...

#include <stdio.h>
#include <stdlib.h>


// Structure and Global Variables

//-------------------------------------------------
//VARIABLES AND NAMES THAT YOU...
Forum: C May 9th, 2008
Replies: 14
Views: 1,801
Posted By Punkis448
thank you my friend. i have just message you the code where i fixed the errors.
Forum: C May 7th, 2008
Replies: 14
Views: 1,801
Posted By Punkis448
yes jephthah.

and can i have the results please?
Forum: C May 5th, 2008
Replies: 14
Views: 1,801
Posted By Punkis448
i am not stuck anywhere... i want to know if there are any mistakes..
Forum: C May 4th, 2008
Replies: 14
Views: 1,801
Posted By Punkis448
In this work you will materialise a algorithm that solves the problem of Stable Marriage. In this problem we aim at "n" men and "n" women and our goal is the contracting of constant marriages between...
Forum: C++ May 4th, 2008
Replies: 3
Views: 1,244
Posted By Punkis448
In this work you will materialise a algorithm that solves the problem of Stable Marriage. In this problem we aim at "n" men and "n" women and our goal is the contracting of constant marriages between...
Forum: Assembly May 4th, 2008
Replies: 2
Views: 1,001
Posted By Punkis448
ok my friend. thank you
Forum: Assembly May 4th, 2008
Replies: 2
Views: 1,001
Posted By Punkis448
Anyone can guide me or send me links, or whatever helpful with the following project? Thank you


Materialise in symbolic language (assembly- MIPS) and execute in the SPIM, a program that would...
Showing results 1 to 31 of 31

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC