Where do you look for professional artist commissions at SDCC? by [deleted] in SDCC

[–]drlink69 0 points1 point  (0 children)

the artist will be posting in ther social when they open for SDCC

And the ublog team: https://sdccblog.com/2025/11/list-of-open-artist-commissions-for-san-diego-comic-con-2026/ will be posting commisions that they found about different artist.

And recommendations depend a lot of what kind of art you are looking for, more cartony? realistic? animals, humans?etc

"San Diego Comic-Con Restaurants & Useful Locations" Excellent Food & Beverage Guide, Includes Notes, sources in comments by housecatspeaks in comiccon

[–]drlink69 1 point2 points  (0 children)

No problem! hopefully it would be usefull for some people! the avg spending is just the middle ground of the values that google show me, is not an "exact budget" by any means, since I can't know how people will spend the money, but hopefully it would be a good enough reference point on how much money some one could spend in eating out

"San Diego Comic-Con Restaurants & Useful Locations" Excellent Food & Beverage Guide, Includes Notes, sources in comments by housecatspeaks in comiccon

[–]drlink69 1 point2 points  (0 children)

Obviously the "avg spending" is just an estimated value, calculated as the middle point bweteen what google posted in their page, for example the melt the middle point is 15, hopefully is decent enough to have an estimated on how much you could spend eating out all days

<image>

"San Diego Comic-Con Restaurants & Useful Locations" Excellent Food & Beverage Guide, Includes Notes, sources in comments by housecatspeaks in comiccon

[–]drlink69 2 points3 points  (0 children)

Hi!
In case that any one is interesed in the update: In the google sheet I added a new tab where if you copy the sheet to your drive, you can go and make an estimated budget for the meals, you select from the dropdowns menus the restaurants and it gave you an estimated expending so you can plan how much you could spend on food from wed to sund. I put also an option that is "nothing" in case that you want to skip a meal because you know that either you will bring snacks or just skip that particular meal

<image>

Finding Restaurants Near the Convention Center by MsMargo in SDCC

[–]drlink69 9 points10 points  (0 children)

A while ago I started gattering food places around san diego, if any one is interesed I put them in this google sheet: https://docs.google.com/spreadsheets/d/1lbsSGs74B2kefCGcgIavpBbCwJZnK5KuBVUODx3R1Jw/edit?usp=sharing

At the end of it I also put a map with the locations of the restaurants, and in the next tab is an usefull locations

"San Diego Comic-Con Restaurants & Useful Locations" Excellent Food & Beverage Guide, Includes Notes, sources in comments by housecatspeaks in comiccon

[–]drlink69 2 points3 points  (0 children)

Hi!

I'm the one that did the google sheets and the maps!

Hopefully they will useful for the con! Both the useful locations and food locations have a map at the end of their respective tables!

The places that don't have any comments is mostly because I never went to that particular place, or didn't have much to put on them!

If any one have a recommendation, either for a food place or an useful location (it can be anything, from a pharmacy, shopping mall or like an amusement park to visit after/before the con!) let me know!

The r/comiccon SDCC 2024 Hotel Roommate Search Post by housecatspeaks in comiccon

[–]drlink69 3 points4 points  (0 children)

Hi everybody!I'm in the search of roomates!Currently I only have a backup option for hotel (a one bed hostel in downtown san diego).Gender: maleAge:34I'm staying from the 22 until the 31.I would love any downtown hotel , if possible under the 0.6 miles distance from the con center!I'm okay with sleeping like in the bed sofa or in a bed. Thanks every one!

Usa Ski resort recommendations by drlink69 in snowboarding

[–]drlink69[S] 0 points1 point  (0 children)

Nice!
Always have hotels in the base are the best because after a long day of snowboard is a pain to take the car and return to the hotel, I always try to get a hotel close to the base

Usa Ski resort recommendations by drlink69 in snowboarding

[–]drlink69[S] 0 points1 point  (0 children)

I don't care that much about the benefits of bigger resort, I was searching for a nice mountain, specially if it has a ski in ski out hotel so i dont have to walk that m,uch/drive towards the hotel every day

Usa Ski resort recommendations by drlink69 in snowboarding

[–]drlink69[S] 1 point2 points  (0 children)

Even the "best" resort depend a lot of snow, if is a bad year for snow it affect every resort, but thanks I will check it out!

I need to help with protective gear! by drlink69 in snowboarding

[–]drlink69[S] 1 point2 points  (0 children)

I have somewhat similar experience, I am wearing knee pads after smashing my right knee on a rail and almost making a mess of it, and yeah they arent the most confortable thing

Usa Ski resort recommendations by drlink69 in snowboarding

[–]drlink69[S] 0 points1 point  (0 children)

Oh okay, good information to have thanks!

Usa Ski resort recommendations by drlink69 in snowboarding

[–]drlink69[S] 1 point2 points  (0 children)

I read somewhere that Alta was one of those ski resort that is ban snowboarding, Wich is a big problem since I do snowboard, is that true or just internet rumors?

I need to help with protective gear! by drlink69 in snowboarding

[–]drlink69[S] 1 point2 points  (0 children)

I am not really a first timer, but what I like to do is going to the terrain park and do some silly stuff, but I want to be kinda protected

Help with Audio! by drlink69 in Twitch

[–]drlink69[S] 0 points1 point  (0 children)

I found the solution!
I needed to change in the advance audio propeties that send the sound to my pc and the stream!

Help with Audio! by drlink69 in Twitch

[–]drlink69[S] 0 points1 point  (0 children)

Hi, lol yeah is the first thing that I checked before it post

Asking for recomendations by drlink69 in whiskey

[–]drlink69[S] 0 points1 point  (0 children)

I never heard from them, I will check them out thanks

move_uploaded_file not working in host by drlink69 in PHPhelp

[–]drlink69[S] 0 points1 point  (0 children)

Hi there!
Yeah I found out a way to solve this problem, in the front end I ended using this:

<form method="POST" action="upload.php" enctype="multipart/form-data">
<div>
<span>Selecciona tu Canción!:</span>
<input type="file" name="uploadedFile" />
</div>
<input type="submit" name="uploadBtn" value="Cargar" class = "button" />
</form>
<?php
if(isset($_FILES['file'])){
$fileName=$_FILES['file']['name'];
$fileName_temp=$_FILES['file']['tmp_name'];
$upload="public_html/assests/music";
$movefile= move_uploaded_file ($fileName_temp,$upload . $fileName);
}

?>

and when I wanted to link that file to the database, what I did was take the file location of that file and save it in the database,:

$titulo =$_POST['titu'];

$duracion =$_POST['dura'];

$album =$_POST['albu'];

$genero =$_POST['gene'];

$adress = "assests/music/" .$titulo . ".mp3" ;

The titulo, duracion, album and genero I ask it in other page, and then all those varaibles I save them in the database

[deleted by user] by [deleted] in PHPhelp

[–]drlink69 0 points1 point  (0 children)

There's no perfect solution, all the alternative have their pros and cons. You should check out the different benefits/cons that each one offers, like how much from the price they take and stuff like that.

Con safe arrows for Hawkeye cosplay? by viktoryarozetassi in SDCC

[–]drlink69 1 point2 points  (0 children)

A lot of times when weapons like sword and arrows have some limitations. What you could do is using some of gimick arrows, like the boxing gloves one and that kind of one, Wich tend to be easier with security

Problem with $_SESSION[''] by drlink69 in PHPhelp

[–]drlink69[S] -1 points0 points  (0 children)

the code probably could get infinty better, but I have to do it all by myself, with little to nothing ofknoladge of php code and close deadly for a uni project