Search Results

Showing results 1 to 40 of 105
Search took 0.01 seconds.
Search: Posts Made By: jen140
Forum: *nix Software 11 Days Ago
Replies: 0
Views: 211
Posted By jen140
Hello again.
Thise time i'm looking for an app, that will do packet sniffing (using pcap) and make a nice statistics by service and by destination showing the ips from local computers and from...
Forum: MySQL 18 Days Ago
Replies: 4
Views: 448
Posted By jen140
Thanks for response, i've found what i was looking for, and it was mysql's replace function =).
What i neded to do was to remove part of the data in a row that repeated itself once for a row and...
Forum: MySQL 19 Days Ago
Replies: 4
Views: 448
Posted By jen140
Dont know why cant i edit the post,
but the querrys arent right, they should be :
insert into abc(id,text) values(1,"hello <b>b</b>lol");
insert into abc(id,text) values(2,"bye <b>a</b>lol");
Forum: MySQL 20 Days Ago
Replies: 4
Views: 448
Posted By jen140
Hello all, i would like to know how it is possible to remove for example last 20 characters, or by specifing the string to remove.
For example i have 2 rows (in reality there are more than 100,...
Forum: Java 32 Days Ago
Replies: 10
Views: 668
Posted By jen140
I could mark it unsolved if neden =)
Shure, after having the application working, i was rereading the post to learn more.
And I dindt put your post down, i've just upped the cgeier post, if it...
Forum: Java 32 Days Ago
Replies: 10
Views: 668
Posted By jen140
I didnt said that your solution is bad, but the easier for me is the cgeier solution, and it needs fewere variables to work (when number is big).
And I also said "Thanks for all help" it did...
Forum: Java 32 Days Ago
Replies: 10
Views: 668
Posted By jen140
Thanks for all the help.
The solution what i was looking for was that cgeier provided.
Forum: Java 33 Days Ago
Replies: 10
Views: 668
Posted By jen140
Yes, the ideia is to use, or find a better way:
Scanner s_input = new Scanner(System.in);
i_input=s_input.nextInt();
Hmm, now i'm thinking on forgetting about the int and start by reading the...
Forum: Java 33 Days Ago
Replies: 10
Views: 668
Posted By jen140
Hello all.
I have a small problem, i need to recieve a 8 digit number for example:
12345678
87654321
and so on.
After i need to devide the value and use the int as a array, something like
int...
Forum: *nix Software Oct 18th, 2009
Replies: 4
Views: 709
Posted By jen140
Finally some 1 replied =)
cat /etc/postfix/virtusertable
scan@virustotal.com virustotal.com
Forum: *nix Software Oct 16th, 2009
Replies: 4
Views: 709
Posted By jen140
Ok, i've changed mynetworks to:
mynetworks= 192.168.0.0/24 127.0.0.0/8
and added :
smtpd_client_restrictions = permit_mynetworks
After thise i could send email, but when i checked for new mails i...
Forum: *nix Software Oct 14th, 2009
Replies: 4
Views: 709
Posted By jen140
Hello all, i've tryied to setup a mail server using thise guide:
http://www.debianadmin.com/debian-mail-server-setup-with-postfix-dovecot-sasl-squirrel-mail.html
I can easily recieve it, but have...
Forum: *nix Software Oct 14th, 2009
Replies: 14
Solved: Port Forwarding
Views: 1,565
Posted By jen140
lol =), done , ty again for help .
Forum: *nix Software Oct 14th, 2009
Replies: 14
Solved: Port Forwarding
Views: 1,565
Posted By jen140
Err,is it me or i dont have the magic button ? http://img113.imageshack.us/img113/9809/testx.jpg
Forum: *nix Software Oct 12th, 2009
Replies: 14
Solved: Port Forwarding
Views: 1,565
Posted By jen140
Is the reputaton added based on "up-votes" ? or is there any magic button hidden that i cant find ? =)
Forum: *nix Software Oct 11th, 2009
Replies: 14
Solved: Port Forwarding
Views: 1,565
Posted By jen140
OMG!!!
Man, how can i thank you ?
Now the port is widely open:
139/tcp open netbios-ssn
Works just grate!!!
Thanks very much!
Forum: *nix Software Oct 11th, 2009
Replies: 14
Solved: Port Forwarding
Views: 1,565
Posted By jen140
Sorry for providing diferent ports, but the ideia is to have a rule (2 or 3 lines code) with some port (for example 139) to easily set up port forwarding to any port.
Machine 192.168.0.200 is also a...
Forum: *nix Software Oct 11th, 2009
Replies: 14
Solved: Port Forwarding
Views: 1,565
Posted By jen140
10.10.0.x is my vpn, that works fine.
all the clients (192.168.0.x) now have internet.
The machine where the connection should "enter" is the server.
All the connections made to it from the...
Forum: *nix Software Oct 11th, 2009
Replies: 14
Solved: Port Forwarding
Views: 1,565
Posted By jen140
If you have passed by any of the given links you would see that there is a problem(in my case).
Here is the list of what i tryied and the responses:

iptables -A tcp_packets -p TCP -s 0/0 --dport...
Forum: *nix Software Oct 10th, 2009
Replies: 14
Solved: Port Forwarding
Views: 1,565
Posted By jen140
Hello all.
After passing for some days trying to configure ip forwarding under debian i've understood that there is some problem with them.
So now i'm looking for any stand-alone app, not a...
Forum: PHP Oct 7th, 2009
Replies: 4
Solved: String Help
Views: 231
Posted By jen140
The problem is that the charset will not have all possible usernames.
Larger example would be :
$charset="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789";
$username="abb";...
Forum: PHP Oct 7th, 2009
Replies: 4
Solved: String Help
Views: 231
Posted By jen140
Hello all.
I have a string that will contain the username, for the security reasons i want it to be checked it if its diferent from the specific charset.
I think it could be done by looping the...
Forum: Perl Oct 7th, 2009
Replies: 2
Solved: System()?
Views: 531
Posted By jen140
Forgot about that part, thanks for the help =)
Forum: *nix Software Sep 27th, 2009
Replies: 4
Views: 675
Posted By jen140
Thanks very much for your help.
It works just grate, but one problem...
When i put it in /etc/cron.daily it doesnt do anything.
The script was changed to next:
#!/bin/bash
for file in...
Forum: Perl Sep 27th, 2009
Replies: 2
Solved: System()?
Views: 531
Posted By jen140
Hello all.
I was trying to execute wget from the perl under windows vista.
In cmd i can easily run wget because its in \windows\system32 folder. But from perl,when i try both
system('wget --h');...
Forum: *nix Software Sep 25th, 2009
Replies: 4
Views: 675
Posted By jen140
Hello all.
With help on forum i've got the ideia of making the script to check if the file was created today and if its so,print its name.
Here it is:

#!/bin/bash
for file in *; do
...
Forum: PHP Sep 25th, 2009
Replies: 4
Views: 328
Posted By jen140
Ok, will use the date, and will try to read man's more intensivly.
Thanks for the help.
Forum: *nix Software Sep 25th, 2009
Replies: 2
Solved: LS
Views: 454
Posted By jen140
Ok, ty vm =)
Forum: PHP Sep 24th, 2009
Replies: 4
Views: 328
Posted By jen140
The ideia was to see the date of file created. And not the current date.
Forum: PHP Sep 24th, 2009
Replies: 4
Views: 328
Posted By jen140
Hello all.
I was looking for a way to make some grafical stats of recieved files on my honeypot.
After thinking on the way to do so, i understood that the easiest way would be parsing the filename...
Forum: *nix Software Sep 23rd, 2009
Replies: 2
Solved: LS
Views: 454
Posted By jen140
LS
Hello all.
I have a small problem, i would like to make a statistics website.
What i need is to show only two columns(creation date, filename) when i do "ls" to be like:
2009-2-2 filename
Reading...
Forum: PHP Sep 15th, 2009
Replies: 2
Views: 242
Posted By jen140
Forum: PHP Sep 15th, 2009
Replies: 2
Views: 242
Posted By jen140
Good day.
I want to create a small app that would take out the content from a rss feed and posteriorly from the url .
I know that would be easily done in perl with regular expressions, but in php...
Forum: MySQL Sep 10th, 2009
Replies: 6
Views: 449
Posted By jen140
Yes it worked.
And the last response was fully for adamsonsk.
Forum: MySQL Sep 10th, 2009
Replies: 6
Views: 449
Posted By jen140
Thanks for your response ,but i am using mysql ,as shown in the middle :
DaniWeb Community > Web Development > Databases > MySQL
And wellcome to the board =)
Forum: MySQL Sep 10th, 2009
Replies: 6
Views: 449
Posted By jen140
Forum: MySQL Sep 10th, 2009
Replies: 6
Views: 449
Posted By jen140
Hello all.
I have a small db, that has news.
I want to update the field "content" to add the phraze "<br>Aproved by Admin" for every row in the database.
A better explanation, i have table news,...
Forum: MySQL Aug 29th, 2009
Replies: 2
Solved: Mysql as ODBC
Views: 509
Posted By jen140
Thought it comes with full install of mysql.
Installed x64 version of it and it works, thanks very much =).
Forum: MySQL Aug 28th, 2009
Replies: 2
Solved: Mysql as ODBC
Views: 509
Posted By jen140
Hello all.
I want to add the mysql to ODBC sources.
Im currently running windows vista, and in the control panel, Data Sources (ODBC) when i try to add a system Dns as source i cant find mysql in...
Forum: MySQL Aug 28th, 2009
Replies: 5
Solved: Line Number?
Views: 493
Posted By jen140
Ok, thanks for your responses, but after thinking a bit more, i thought that implementing that part in the php would be easier.
Thanks for your responses, gonna see if the temp querry trick will...
Showing results 1 to 40 of 105

 


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

©2003 - 2009 DaniWeb® LLC