Bump ...
I don't have posted much information, or what is the problem, any reply.
User Profile
Collapse
-
Problem embedding SWF to HTML
Hi .
I've a problem embedding SWF to HTML, i've used this code:
...Code:<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0' width=100% height=90> <param name='movie' value='main.swf'> <param name='quality' value='high'> <param name='wmode' value='transparent'> <param name='scale'
-
Hi guillermobytes
Thanks for replying, hmm ... i'm sorry for my simplicity, but the php file is not in my host, ok that's the problem, someone wanted to scam me (phishing), but i didn't send him my pass'es, so i wanna now were is the .txt file, where are saved the passwords, to prevent the others, and report it as a scam.
I've founded a file - write.php - maybe it can help you.
Thanks
FadiliLeave a comment:
-
How to view the source of a PHP file
Can someone tell me how to view the source of a PHP file. Or how to find a .txt/.jpeg/ (any) file in a host.
If you must now more information, don't hesitate to ask. -
-
Calculator Explanation
...Code:from Tkinter import * def frame(root, side): w = Frame(root) w.pack(side=side, expand=YES, fill=BOTH) return w def button(root, side, text, command=None): w = Button(root, text=text, command=command) w.pack(side=side, expand=YES, fill=BOTH) return w class Calculator(Frame): def __init__(self): Frame.__init__(self)
No activity results to display
Show More
Leave a comment: