Search found 50 matches

Search found 50 matches Page 1 of 5
by MrAlicard
Wed Nov 18, 2015 9:00 pm
Forum: Help & Support
Topic: Check if function used
Replies: 2
Views: 2509

Hello
How can I check if function is used in another php file?
I have a template php file and there I want check if the footer_text() function is used.
I tried the function_exists, but this doesn't work.

How can I do this?
by MrAlicard
Wed Nov 05, 2014 10:59 pm
Forum: General coding help
Topic: Get MAC Address
Replies: 1
Views: 2410

Hello I know in C# how can get MAC Address but in C++ I don't know. C# look like: private string GetMacAddress() { const int MIN_MAC_ADDR_LENGTH = 12; string macAddress = string.Empty; long maxSpeed = -1; foreach (NetworkInterface nic in NetworkInterface.GetAllNetworkInterfaces()) { log.Debug( "...
by MrAlicard
Sat Aug 02, 2014 10:24 am
Forum: Help & Support
Topic: Get all value from database
Replies: 5
Views: 2443

Thank you again. :D
by MrAlicard
Sat Aug 02, 2014 12:26 am
Forum: Help & Support
Topic: Get all value from database
Replies: 5
Views: 2443

Everything all at once. :D
by MrAlicard
Fri Aug 01, 2014 11:36 pm
Forum: Help & Support
Topic: Get all value from database
Replies: 5
Views: 2443

Hello I want to solve that one of the fields in the database show each value. But I don't know how can do it. I tried this: function picturesdata(){ $sqlpic = mysql_query("SELECT * FROM pictures WHERE emailed='0'"); while($picrow = mysql_fetch_array($sqlmovie)){ $picid = $picrow["id&q...
by MrAlicard
Fri Aug 01, 2014 4:59 pm
Forum: Help & Support
Topic: Images, text, and link to retrieve list
Replies: 3
Views: 1840

I got 4 column with class="col-lg-3" but I fixed with col-6-xs col-lg-4. I did not think that was the bootstrap of these in use. Hehe it seems I'm beginner. Thanks for your help. :)
by MrAlicard
Fri Aug 01, 2014 2:39 pm
Forum: Help & Support
Topic: Images, text, and link to retrieve list
Replies: 3
Views: 1840

Hello I wanted the images and text placement, as is the youtube e-mail notification as well. (form attachments uploaded the picture) Under the picture enough to write the title of the image. Now, how I solved it: $sqlpicture = mysql_query("SELECT * FROM pictures"); $numRowspicture = mysql_...
by MrAlicard
Wed Jan 15, 2014 12:50 pm
Forum: Full Software
Topic: offBeat 1.1 Music Downloader/Radio
Replies: 5
Views: 3503

If I see good the error message, not found the folder.
Create radio data folder in 'C:\Documents\offBeat\ .
by MrAlicard
Thu Nov 21, 2013 6:29 am
Forum: General coding help
Topic: Random line read
Replies: 4
Views: 4328

I don't know much about C++, but it seems to me the error might be in your fopen() function: fopen (MobCoords,"r") According to the C++ reference, the first parameter of fopen() has to be a Char variable, such as "filename.txt". I'm assuming MobCoords is a variable? Where in you...
by MrAlicard
Wed Nov 20, 2013 8:08 pm
Forum: General coding help
Topic: Random line read
Replies: 4
Views: 4328

Hello I want to solve it randomly reads the lines. I found a source code, but it will crash the program. This is source code: DWORD cFindEvent::GetRandomPosition() { //--------------------------------------------------------------------------------------- FILE * garew = fopen (MobCoords,"r"...
Search found 50 matches Page 1 of 5
Go to advanced search